summaryrefslogtreecommitdiffstats
path: root/public/views.py
AgeCommit message (Expand)AuthorFilesLines
2019-01-21request.user.is_authenticated() -> request.user.is_authenticatedAleksandar Trifunovic1-2/+2
2018-04-08public/views: pgp_key is not a foreign relation, so cannot be select_relatedJohannes Löthberg1-4/+2
2017-07-11public.views: remove unused import/variableJelle van der Waa1-2/+0
2017-06-29Fix RemovedInDjango19WarningDaniel Hahler1-2/+2
2016-06-03Add information and ipxe images for the new netboot systemThomas Bächler1-2/+0
2015-04-15Fix error in test where HTTP_HOST doesn't existDan McGee1-1/+1
2015-04-13Add JSON-LD search engine configurationDan McGee1-0/+2
2014-12-17Fix thinko in leaving old code behind in keys_jsonDan McGee1-2/+0
2014-11-07Master signing keys page improvementsDan McGee1-15/+22
2014-11-02Add new StaffGroup objectrelease_2014-11-02Dan McGee1-35/+8
2014-10-19Use varied prime numbers for caching lengthsDan McGee1-7/+7
2013-12-14Fix some caching issues on the front pageDan McGee1-3/+5
2013-09-30Proper support for revoked signaturesDan McGee1-4/+4
2013-06-01Ensure only active mirror URLs are listedDan McGee1-1/+1
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee1-1/+0
2013-01-19Don't redefine mirror_url function every callDan McGee1-10/+11
2013-01-18Don't pull and sort mirror URLs unless we have toDan McGee1-5/+10
2013-01-14Drop country column from mirror tableDan McGee1-1/+1
2013-01-13Use content_type and not mimetype on HttpResponse()Dan McGee1-1/+1
2012-12-27Fix master key signing total countsDan McGee1-1/+1
2012-11-20Add Release model to relengDan McGee1-0/+6
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee1-1/+1
2012-11-13Move JSON keys view to public/ appDan McGee1-2/+51
2012-09-25Only show staging feeds to logged-in usersDan McGee1-1/+4
2012-09-25Add structured data to developer listing pagesDan McGee1-0/+3
2012-07-31PGP key handling updatesDan McGee1-5/+13
2012-07-31Update several bits and pieces for staging packagesDan McGee1-1/+4
2012-07-24Replace deprecated direct_to_template() with render() shortcutDan McGee1-7/+7
2012-04-25Finish django countries implementationDan McGee1-10/+8
2012-04-25Rename mirror country fields to country_old in prep for normalizationDan McGee1-1/+1
2012-03-29Add developer status table to master keys pageDan McGee1-3/+18
2012-03-21Add number of keys signed to master keys pageDan McGee1-3/+12
2012-03-09Ensure users only show up once on the Fellows pageDan McGee1-0/+1
2012-01-03Add a few cache headers and minor feed caching back inDan McGee1-0/+7
2011-12-11PyLint suggested cleanupsDan McGee1-1/+1
2011-12-05download: add a link to the new netboot environmentThomas Bächler1-0/+1
2011-11-30Master keys: reduce query count, add default orderingrelease_2011-11-30Dan McGee1-1/+2
2011-11-30Add master key overview pageDan McGee1-6/+12
2011-11-21Better support for non-latin full namesrelease_2011-11-21Dan McGee1-2/+4
2011-10-11Pylint suggested and other cleanupsDan McGee1-6/+5
2011-08-19download: add link to the ISO snapshotsThomas Bächler1-1/+6
2011-08-16News frontpage layout changesOlivier Keun1-1/+1
2011-02-27Slight refactor of user list viewsDan McGee1-12/+24
2011-02-27Screen Fellows based on group membership as wellDan McGee1-1/+1
2010-10-04Make user profile a OneToOneFieldrelease_2010-10-05Dan McGee1-1/+1
2010-10-04Switch another query to use is_downloadDan McGee1-1/+1
2010-10-04Add some select_related() magicDan McGee1-1/+1
2010-10-01Allow donors to be invisiblerelease_2010-10-01Dan McGee1-1/+1
2010-09-08Move news model to an appropriate placeDan McGee1-1/+2
2010-09-06Move mirror models out of main appDan McGee1-2/+2