summaryrefslogtreecommitdiff
path: root/public
AgeCommit message (Expand)Author
2019-02-01remove unecessary list callsAleksandar Trifunovic
2019-01-21request.user.is_authenticated() -> request.user.is_authenticatedAleksandar Trifunovic
2019-01-21main: run 2to3Jelle van der Waa
2018-04-08public/views: pgp_key is not a foreign relation, so cannot be select_relatedJohannes Löthberg
2017-07-11public.views: remove unused import/variableJelle van der Waa
2017-07-11public.utils: remove unused variable archJelle van der Waa
2017-06-29Fix RemovedInDjango19WarningDaniel Hahler
2017-06-12urls.py: remove legacy urlsJelle van der Waa
2017-06-11tests: add tests for sitemapsJelle van der Waa
2017-06-11public: test missing urlsJelle van der Waa
2016-06-03Add information and ipxe images for the new netboot systemThomas Bächler
2015-04-15Fix error in test where HTTP_HOST doesn't existDan McGee
2015-04-15Shore up some failing testsDan McGee
2015-04-13Add JSON-LD search engine configurationDan McGee
2014-12-17Fix thinko in leaving old code behind in keys_jsonDan McGee
2014-11-07Master signing keys page improvementsDan McGee
2014-11-02Add new StaffGroup objectrelease_2014-11-02Dan McGee
2014-10-19Use varied prime numbers for caching lengthsDan McGee
2014-09-11Remove now unnecessary empty models.py filesDan McGee
2013-12-14Fix some caching issues on the front pageDan McGee
2013-09-30Proper support for revoked signaturesDan McGee
2013-06-01Ensure only active mirror URLs are listedDan McGee
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee
2013-03-11Don't link to a one-element listing page from recent updatesDan McGee
2013-02-03Run pngcrush and optipng over most static contentDan McGee
2013-01-19Don't redefine mirror_url function every callDan McGee
2013-01-18Don't pull and sort mirror URLs unless we have toDan McGee
2013-01-14Drop country column from mirror tableDan McGee
2013-01-13Use content_type and not mimetype on HttpResponse()Dan McGee
2012-12-27Fix master key signing total countsDan McGee
2012-12-27Add a __unicode__ method for RecentUpdateDan McGee
2012-11-20Add Release model to relengDan McGee
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee
2012-11-13Move JSON keys view to public/ appDan McGee
2012-09-25Only show staging feeds to logged-in usersDan McGee
2012-09-25Add structured data to developer listing pagesDan McGee
2012-07-31PGP key handling updatesDan McGee
2012-07-31Update several bits and pieces for staging packagesDan McGee
2012-07-24Replace deprecated direct_to_template() with render() shortcutDan McGee
2012-04-25Finish django countries implementationDan McGee
2012-04-25Rename mirror country fields to country_old in prep for normalizationDan McGee
2012-03-29Add developer status table to master keys pageDan McGee
2012-03-21Add number of keys signed to master keys pageDan McGee
2012-03-09Ensure users only show up once on the Fellows pageDan McGee
2012-01-05Adjust page and content caching lengths and decoratorsDan McGee
2012-01-03Add a few cache headers and minor feed caching back inDan McGee
2011-12-11PyLint suggested cleanupsDan McGee
2011-12-09Add CSS classes to front page package update objectsDan McGee
2011-12-05Convert to and enable staticfiles contrib applicationDan McGee
2011-12-05download: add a link to the new netboot environmentThomas Bächler