summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-09Make Package.signature return str key_idFelix Yan2-2/+11
2019-02-09Fix check on debug toolbarJelle van der Waa1-1/+1
2019-02-09Use sks-keyservers instead of mitFelix Yan1-1/+1
2019-02-05settings: harden CRSF cookie'sJelle van der Waa1-0/+4
2019-02-05public: add paypal donation linkJelle van der Waa1-1/+2
2019-02-05Add debug_toolbar supportJelle van der Waa2-1/+13
2019-02-05templates: add missing </a> to Unixstickers entryJelle van der Waa1-1/+1
2019-02-05Merge pull request #163 from SantiagoTorres/remove_unsupported_from_aboutjelle van der Waa1-3/+3
2019-02-05Update grammar for Docker downloadJelle van der Waa1-1/+1
2019-02-05Merge pull request #172 from rowanruseler/masterjelle van der Waa1-0/+5
2019-02-05Merge pull request #132 from akstrfn/python3jelle van der Waa7-14/+12
2019-02-04Merge pull request #175 from archlinux/fix-typoFelix Yan1-1/+1
2019-02-01remove unecessary list callsAleksandar Trifunovic5-7/+7
2019-02-01rewrite logic to put some key at the beginning of the OrderedDictAleksandar Trifunovic1-7/+3
2019-02-01add mypy_cache to gitignoreAleksandar Trifunovic1-0/+2
2019-01-30Fix a typo in donor_import.pyFelix Yan1-1/+1
2019-01-28Set two more security headersrelease_2019-02-04Jelle van der Waa1-0/+7
2019-01-28requirements: update markdown to the latest versionJelle van der Waa1-1/+1
2019-01-28requirements update parse dependencyJelle van der Waa1-1/+1
2019-01-28switch to python3's buildin mockJelle van der Waa5-5/+4
2019-01-28requirements: remove unused MarkupSafe dependencyJelle van der Waa1-1/+0
2019-01-28Merge pull request #167 from jelly/python3jelle van der Waa79-1329/+353
2019-01-23added docker section to /downloadsRowan Ruseler1-0/+5
2019-01-21mirrors: remove unused importJelle van der Waa1-1/+0
2019-01-21mirrors: tests: add exception test casesJelle van der Waa1-0/+28
2019-01-21mirrors: types.StringTypes does not exists in Python 3Jelle van der Waa1-1/+1
2019-01-21mirrors: tests: rename duplicate functionJelle van der Waa1-1/+1
2019-01-21bump django version to 2.1.5Jelle van der Waa1-1/+1
2019-01-21Fix hardcoded python version in archweb.wsgiJelle van der Waa1-1/+2
2019-01-21mirrors: fix leftover unicodeJelle van der Waa1-1/+1
2019-01-21Fix tests for Python3 by decoding byteJelle van der Waa2-4/+4
2019-01-21request.user.is_authenticated() -> request.user.is_authenticatedAleksandar Trifunovic1-2/+2
2019-01-21Update migrations for Python 3Jelle van der Waa9-97/+131
2019-01-21Update django reverse importJelle van der Waa4-4/+4
2019-01-21urls: Update to Django 2.xJelle van der Waa1-3/+3
2019-01-21mirrors: Update mirrorcheck to Python 3Jelle van der Waa2-13/+13
2019-01-21In Python 3.2 assertItemsEqual is replaced by assertCountEqualJelle van der Waa1-1/+1
2019-01-21reduce in py3 is in functoolsAleksandar Trifunovic1-0/+1
2019-01-21Revert "Fix parsing issues when query string keys contain unicode"Jelle van der Waa1-6/+0
2019-01-21requirements: Update bencode.py to latest versionJelle van der Waa1-1/+1
2019-01-21Fix Python 2 to 3 Unicode issues for string joinFrank Vanderham2-2/+3
2019-01-21Fix false positive in test due to changed errorFrank Vanderham1-1/+1
2019-01-21Remove false positives in tests due to Django bugFrank Vanderham1-1/+1
2019-01-21Fix Python 2 vs. Python 3 Unicode string issuesFrank Vanderham1-4/+4
2019-01-21Replace mentions python2 with pythonFrank Vanderham1-10/+10
2019-01-21Refactor Python 3 __unicode__ to __str__Frank Vanderham6-24/+24
2019-01-21feeds.py: join of bytes to a strJelle van der Waa1-2/+2
2019-01-21mirrors.tests: convert response.content to strJelle van der Waa2-2/+2
2019-01-21mirrors.tests: convert response.content to strJelle van der Waa1-4/+4
2019-01-21main: Update __unicode__ to __str__Jelle van der Waa1-5/+5