aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* REST: Expose cover mbox link via REST APIStephen Finucane2017-05-30
* views: Enable downloading of cover mboxesStephen Finucane2017-05-30
* models: Centralize generation of filenamesStephen Finucane2017-05-30
* parser: Validate deep threading behaviorStephen Finucane2017-05-30
* parser: Handle multiple reference headersStephen Finucane2017-05-30
* parser: Strip whitespace from referencesStephen Finucane2017-05-30
* parser: Extend series heuristics to include other metadataStephen Finucane2017-05-30
* docs: Document the various management commands availableStephen Finucane2017-05-30
* docs/api: change POST to PATCH in REST API parameters exampleAndrew Donnellan2017-05-26
* tests: Add tests for viewing private bundlesAndrew Donnellan2017-05-26
* bundle: Fix use of basic auth for bundle mboxesAndrew Donnellan2017-05-26
* docker: increase database connection timeoutAndrew Donnellan2017-05-26
* docs: Correct pre-release regexStephen Finucane2017-05-26
* pwclient: Force xmlrpc client to return unicode stringsRobin Jarry2017-05-24
* REST: Allow filtering by both project ID and linknameStephen Finucane2017-05-18
* Update django-debug-toolbar from 1.7 to 1.8pyup-bot2017-05-18
* tox: Don't use exceptions - just warnStephen Finucane2017-05-18
* templates: Use compat.cycle everywhereStephen Finucane2017-05-18
* settings: 'XViewMiddleware' is moved in Django 1.6 tooStephen Finucane2017-05-18
* models: Only set 'base_manager_name' for Django >= 1.10Stephen Finucane2017-05-18
* settings: Enable 'XFrameOptionsMiddleware'Stephen Finucane2017-05-18
* REST: Resolve issues with filtersStephen Finucane2017-05-18
* REST: Filter on Project.linkname - not Project.pkStephen Finucane2017-05-18
* REST: Embed nested element bodies instead of URLsStephen Finucane2017-05-18
* REST: Embed 'mbox' parameter in /seriesStephen Finucane2017-05-18
* REST: Stop including 'tags' in '/patches'Stephen Finucane2017-05-18
* REST: Correct some prefetch, select_relatedStephen Finucane2017-05-18
* tox: Turn deprecation notices into warningsStephen Finucane2017-05-18
* compat: Handle is_authenticated move to propertyStephen Finucane2017-05-18
* settings: Use 'MIDDLEWARE' for Django >= 1.10Stephen Finucane2017-05-18
* compat: Handle moved 'reverse' functionStephen Finucane2017-05-18
* models: Use 'base_manager_name'Stephen Finucane2017-05-18
* urls: Don't "include" admin URLsStephen Finucane2017-05-18
* migrations: Explicitly set 'on_delete'Stephen Finucane2017-05-18
* models: Explicitly set 'on_delete'Stephen Finucane2017-05-18
* settings: Enable 'SessionAuthenticationMiddleware'Stephen Finucane2017-05-18
* docs: Don't mention 'default_project' in deployment guideStephen Finucane2017-05-18
* lib/apache2: Update location to wsgi python scriptFlorian Fainelli2017-05-15
* docs: Document Check.context type changeStephen Finucane2017-05-10
* settings: Enable the REST API by defaultStephen Finucane2017-05-04
* lib: Correct typo in uWSGI config fileStephen Finucane2017-05-04
* tox: Always recreate docsStephen Finucane2017-05-04
* doc: The REST API can now be used with Django < 1.8Stephen Finucane2017-05-04
* docs: Add pre-release regexStephen Finucane2017-05-04
* docs: Update installation guide for Ubuntu 16.04Stephen Finucane2017-05-04
* lib: Update uWSGI, nginx config filesStephen Finucane2017-05-04
* REST: Add 'category' filter to '/events'Stephen Finucane2017-05-04
* models: Series plural name is SeriesPhilippe Pepiot2017-05-04
* REST: filter patches by state namePhilippe Pepiot2017-05-03
* pwclient: Fix silent crash on python 2Robin Jarry2017-05-02