summaryrefslogtreecommitdiff
path: root/patchwork/views
Commit message (Expand)AuthorAge
* views/patch: Set correct encoding for patchesToke Høiland-Jørgensen2020-12-11
* models: Merge 'Patch' and 'Submission'Stephen Finucane2020-04-26
* models: Split 'CoverLetter' from 'Submission'Stephen Finucane2020-04-26
* Revert "Be sensible computing project patch counts"Stephen Finucane2020-04-26
* Remove unnecessary references to Submission modelStephen Finucane2020-04-26
* Clean up references to Python 2.7, Python 3.5Daniel Axtens2020-04-08
* models, templates: Add patch relationsMete Polat2020-03-16
* views: Return Http404 if patch not foundAndriy Gelman2020-03-11
* parser: Unmangle From: headers that have been mangled for DMARC purposesAndrew Donnellan2019-10-18
* Move to msgid based URLsDaniel Axtens2019-09-25
* mbox: do not copy Content-Type into exported mboxDaniel Axtens2019-08-22
* about: Display admin contact detailsAndrew Donnellan2019-07-05
* Remove pwclientStephen Finucane2019-06-17
* Don't passthrough 'Content-Type: multipart/signed' headerStephen Finucane2018-11-12
* views: no longer import Series in __init__.pyDaniel Axtens2018-10-31
* views: Use select_related, not prefetch_relatedStephen Finucane2018-10-31
* models: Convert Series-Patch relationship to 1:NStephen Finucane2018-10-17
* filters: Rework codeStephen Finucane2018-10-13
* filters: Return dictionariesStephen Finucane2018-10-13
* views: Populate bundles for 'todo' viewStephen Finucane2018-10-06
* views: Add error handling for user registrationStephen Finucane2018-09-29
* templates: Remove 'email_sent' attributeStephen Finucane2018-09-29
* templates: Move additional email subjects to templatesStephen Finucane2018-09-29
* templates: Rename additional templatesStephen Finucane2018-09-29
* templates: Move mails to separate directoryStephen Finucane2018-09-29
* Update license headerStephen Finucane2018-09-19
* Remove '__future__.absolute_import' importsStephen Finucane2018-09-19
* models: Remove 'latest_series'Stephen Finucane2018-09-10
* Fetch maintainer information in one queryStewart Smith2018-09-10
* Be sensible computing project patch countsStewart Smith2018-09-10
* Optimise fetching checks when displaying a patchStewart Smith2018-09-10
* Be particular over check_set and series prefetch for /list/Stewart Smith2018-09-10
* Fetch all series for patch/cover viewingStewart Smith2018-09-10
* 4x performance improvement for viewing patch with many commentsStewart Smith2018-08-31
* Improve patch listing performance (~3x)Stewart Smith2018-08-31
* Prepare for Django 2.0Stephen Finucane2018-08-26
* Remove compat wrapper for Django < 1.11Stephen Finucane2018-08-26
* views: Raise 404 if downloading non-existent dependenciesStephen Finucane2018-06-13
* skip original Content-Transfer-Encoding for mboxYuri Volchkov2018-05-08
* Resolve pep8 issuesStephen Finucane2018-04-25
* models: Add a backreference for a user's bundlesStephen Finucane2018-04-25
* Fix stuff around mbox header changesVeronika Kabatova2018-04-11
* Use parsed subject for mboxesStephen Finucane2018-04-07
* Include all email headers in mboxesVeronika Kabatova2018-04-07
* Fix slow Patch counting queryDaniel Axtens2018-03-21
* views/user: string interpolation in raw SQL is safe hereDaniel Axtens2018-01-31
* Remove support for Django 1.6, 1.7Stephen Finucane2018-01-04
* views: Don't render token section of user profile if REST API disabledAndrew Donnellan2018-01-04
* xmlrpc/patch_list: only fetch required fieldsDaniel Axtens2017-10-22
* views: Fix "Add to bundle" dropdown on patch list viewAndrew Donnellan2017-08-31