summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Resolve removed 'AUTH_PROFILE_MODULE' settingStephen Finucane2015-05-039-22/+19
* Make the submitter name link to a query for that submitterMichael Ellerman2015-05-031-3/+6
* pwclient: honor PAGER for viewaldot2015-05-031-4/+19
* parser: Fix parsing of patches with a trailing no-newline markerMichael Ellerman2015-03-223-0/+65
* Always use #!/usr/bin/env pythonDamien Lespiau2015-03-223-3/+3
* pwclient: support 'archived' filtering and updatingBrian Norris2015-03-221-2/+17
* pwclient: drop unused variablesBrian Norris2015-03-221-1/+0
* xmlrpc: support filtering by 'archived'Brian Norris2015-03-221-0/+1
* pwclient: exit on first patch which fails to applyBrian Norris2015-03-221-2/+9
* pwclient: add project option to single-patch commandsBrian Norris2015-03-221-0/+4
* xmlrpc: include UNIX mbox 'From ' header in patch_get_mbox()Brian Norris2015-03-221-1/+1
* xmlrpc: add 'archived' status to patch summaryBrian Norris2015-03-221-0/+1
* views/xmlrpc: fix xmlrpc delegate filteringJohannes Berg2015-03-221-0/+3
* test_notifications: Fix testNotificationUpdated timestamp comparisonDamien Lespiau2014-11-101-1/+1
* parsemail: Honour existing PYTHONPATHDamien Lespiau2014-11-101-1/+1
* pwclient: add %{_msgid_} to print message-id without surrounding < and >Jani Nikula2014-11-101-1/+8
* pwclient: add output format option to list/search commandJani Nikula2014-11-101-10/+27
* pwclient: Remove unhandled action 'save'Bernhard Reutner-Fischer2014-11-101-1/+1
* pwclient: Rephrase patch_ids iteratorBernhard Reutner-Fischer2014-11-101-10/+14
* pwclient: Simplify argument handlingBernhard Reutner-Fischer2014-11-101-27/+13
* pwclient: add --help / -? to all sub commandsBernhard Reutner-Fischer2014-11-101-19/+25
* settings: Make sure to use a tuple for TEMPLATE_DIRSDamien Lespiau2014-09-071-1/+1
* pwclient: preserve ordering of patch idsJeremy Kerr2014-09-071-1/+1
* pwclient: diagnose hash_parser errors gracefullyBernhard Reutner-Fischer2014-09-071-12/+33
* pwclient: allow multiple IDsBernhard Reutner-Fischer2014-09-071-26/+34
* pwclient: support signoff in the pwclientrcBernhard Reutner-Fischer2014-09-071-1/+7
* pwclient: Remove now obsolete usage()Bernhard Reutner-Fischer2014-09-071-32/+4
* pwclient: simplify hash/id handlingBernhard Reutner-Fischer2014-09-071-39/+28
* pwclient: add git-am -s supportBernhard Reutner-Fischer2014-09-071-45/+192
* parsemail: Fallback to common charsets when charset is None or x-unknownSiddhesh Poyarekar2014-07-243-6/+135
* views: fix patch_to_mbox() for postscriptAndreas Bießmann2014-07-241-5/+2
* tests/mboxviews: test for unchanged postscriptAndreas Bießmann2014-07-241-0/+28
* settings.py: use python to find ROOT_DIRAndreas Bießmann2014-07-241-3/+1
* pwclient: add bash completion for project namesYann E. MORIN2014-07-041-0/+29
* pwclient: accept more than one project in ~/.pwclientrcYann E. MORIN2014-07-041-14/+55
* pwclient: rename variable CONFIG_FILES to be singularYann E. MORIN2014-07-041-2/+2
* filters: fix exception in filter querystring generationJeremy Kerr2014-06-031-1/+2
* tests/utils: Fix List-Id headers on emails from create_emailJeremy Kerr2014-06-031-2/+3
* views/generic_list: reduce number of queries in list renderingJeremy Kerr2014-05-081-0/+8
* models: order projects by linkname by defaultJeremy Kerr2014-05-071-0/+4
* tests: Add XMLRPC interface testJeremy Kerr2014-05-072-0/+56
* urls: Fix django-1.6 change in password change viewsJeremy Kerr2014-05-072-2/+40
* views/xmlrpc: request.raw_post_data has been deprecatedJeremy Kerr2014-05-071-1/+1
* utils/Order: Fix application of orderingJeremy Kerr2014-04-242-3/+81
* tests: Make tests compatible with django 1.6Jeremy Kerr2014-04-2315-14/+14
* Fix django-1.6 incompatibilitiesJeremy Kerr2014-04-232-3/+3
* tests/utils: Don't rely on field error message APIJeremy Kerr2014-04-221-1/+1
* tests/patchparser: Inherit from djagno.test.TestCaseJeremy Kerr2014-04-221-8/+8
* Defer Person creation/linkage until registration is confirmedJeremy Kerr2014-04-225-14/+33
* Add unconfirmed registration expiryJeremy Kerr2014-04-225-4/+151