]> git.ipfire.org Git - thirdparty/patchwork.git/shortlog
thirdparty/patchwork.git
2017-07-12  Daniel Axtenscron: fix deletion of unactivated accounts
2017-07-12  Daniel Axtensparser: fix parsing of messages with empty subjects
2017-07-04  Stephen FinucaneREST: Allow filtering of patches by date
2017-07-04  Daniel AxtensMake browser tests work again
2017-07-03  Daniel Axtensparser: limit emails and names to 255 chars
2017-07-03  Daniel Axtensparse(mail|archive): handle early fail within email...
2017-06-28  Daniel AxtensAdd fuzzer-generated tests
2017-06-28  Stephen Finucaneparser: Don't pass a message-id longer than 255 chars...
2017-06-28  Daniel Axtensparser: better date parsing
2017-06-28  Daniel Axtensparser: deal with headers entirely failing to parse
2017-06-28  Daniel Axtensparser: catch failures in decoding headers
2017-06-28  Daniel Axtensparser: codec lookup fails when a NUL (\x00) is in...
2017-06-28  Daniel Axtensparser: don't assume headers are strings
2017-06-28  Daniel Axtensparser: fix charset 'guessing' algorithm
2017-06-28  Daniel AxtensRemove ResourceWarnings under Py3
2017-06-28  Aaron Conoleevents-api: allow filtering by date
2017-06-28  Stephen Finucaneparser: Trivial fix of test docstring
2017-06-28  Stephen Finucaneparser: Support single-patch "series"
2017-06-28  Stephen Finucaneparser: Use a series even if the version differs
2017-06-28  Stephen Finucaneparser: Validate no references, no cover behavior
2017-06-14  Stephen Finucanedocs: Document token auth support v2.0.0-rc4
2017-06-14  Andrew Donnellanviews: Provide a way to view, (re)generate tokens
2017-06-14  Stephen FinucaneREST: Enable token auth support
2017-06-14  Stephen Finucanehtdocs: Add clipboard.js
2017-06-14  Stephen Finucanedocs: Document the various htdocs supported
2017-06-14  Stephen Finucanedocs: Document how to access SQL console
2017-06-14  Stephen Finucanemigrations: Mark '0016_series_project' as non-atomic
2017-06-09  Stephen FinucaneFix typo in 'bundles' template
2017-05-30  Stephen Finucanedocs: Fix prelude for 2.0.0
2017-05-30  Stephen FinucaneAdd missing release for pwclient unicode fixes
2017-05-30  Stephen Finucanedocs: Add prelude section for v2.0.0 v2.0.0-rc3
2017-05-30  Stephen Finucaneviews: Display correct download links for covers
2017-05-30  Stephen FinucaneREST: Expose cover mbox link via REST API
2017-05-30  Stephen Finucaneviews: Enable downloading of cover mboxes
2017-05-30  Stephen Finucanemodels: Centralize generation of filenames
2017-05-30  Stephen Finucaneparser: Validate deep threading behavior
2017-05-30  Stephen Finucaneparser: Handle multiple reference headers
2017-05-30  Stephen Finucaneparser: Strip whitespace from references
2017-05-30  Stephen Finucaneparser: Extend series heuristics to include other metadata
2017-05-30  Stephen Finucanedocs: Document the various management commands available
2017-05-26  Andrew Donnellandocs/api: change POST to PATCH in REST API parameters...
2017-05-26  Andrew Donnellantests: Add tests for viewing private bundles
2017-05-26  Andrew Donnellanbundle: Fix use of basic auth for bundle mboxes
2017-05-26  Andrew Donnellandocker: increase database connection timeout
2017-05-26  Stephen Finucanedocs: Correct pre-release regex
2017-05-24  Robin Jarrypwclient: Force xmlrpc client to return unicode strings
2017-05-18  Stephen FinucaneREST: Allow filtering by both project ID and linkname v2.0.0-rc2
2017-05-18  pyup-botUpdate django-debug-toolbar from 1.7 to 1.8
2017-05-18  Stephen Finucanetox: Don't use exceptions - just warn
2017-05-18  Stephen Finucanetemplates: Use compat.cycle everywhere
2017-05-18  Stephen Finucanesettings: 'XViewMiddleware' is moved in Django 1.6 too
2017-05-18  Stephen Finucanemodels: Only set 'base_manager_name' for Django >=...
2017-05-18  Stephen Finucanesettings: Enable 'XFrameOptionsMiddleware'
2017-05-18  Stephen FinucaneREST: Resolve issues with filters
2017-05-18  Stephen FinucaneREST: Filter on Project.linkname - not Project.pk
2017-05-18  Stephen FinucaneREST: Embed nested element bodies instead of URLs
2017-05-18  Stephen FinucaneREST: Embed 'mbox' parameter in /series
2017-05-18  Stephen FinucaneREST: Stop including 'tags' in '/patches'
2017-05-18  Stephen FinucaneREST: Correct some prefetch, select_related
2017-05-18  Stephen Finucanetox: Turn deprecation notices into warnings
2017-05-18  Stephen Finucanecompat: Handle is_authenticated move to property
2017-05-18  Stephen Finucanesettings: Use 'MIDDLEWARE' for Django >= 1.10
2017-05-18  Stephen Finucanecompat: Handle moved 'reverse' function
2017-05-18  Stephen Finucanemodels: Use 'base_manager_name'
2017-05-18  Stephen Finucaneurls: Don't "include" admin URLs
2017-05-18  Stephen Finucanemigrations: Explicitly set 'on_delete'
2017-05-18  Stephen Finucanemodels: Explicitly set 'on_delete'
2017-05-18  Stephen Finucanesettings: Enable 'SessionAuthenticationMiddleware'
2017-05-18  Stephen Finucanedocs: Don't mention 'default_project' in deployment...
2017-05-15  Florian Fainellilib/apache2: Update location to wsgi python script
2017-05-10  Stephen Finucanedocs: Document Check.context type change
2017-05-04  Stephen Finucanesettings: Enable the REST API by default v2.0.0-rc1
2017-05-04  Stephen Finucanelib: Correct typo in uWSGI config file
2017-05-04  Stephen Finucanetox: Always recreate docs
2017-05-04  Stephen Finucanedoc: The REST API can now be used with Django < 1.8
2017-05-04  Stephen Finucanedocs: Add pre-release regex
2017-05-04  Stephen Finucanedocs: Update installation guide for Ubuntu 16.04
2017-05-04  Stephen Finucanelib: Update uWSGI, nginx config files
2017-05-04  Stephen FinucaneREST: Add 'category' filter to '/events'
2017-05-04  Philippe Pepiotmodels: Series plural name is Series
2017-05-03  Philippe PepiotREST: filter patches by state name
2017-05-02  Robin Jarrypwclient: Fix silent crash on python 2
2017-04-29  Stephen Finucanedocs: Misc fixes
2017-04-29  Stephen Finucanedocs: Emphasise the cron job
2017-04-29  Stephen Finucanedocs: Add a configuration guide
2017-04-28  Stephen FinucaneREST: Allow users to omit version entirely
2017-04-28  Stephen FinucaneREST: Fix versioning
2017-04-28  Stephen FinucaneAdd release note for Mercurial series support
2017-04-28  Philippe Pepiotparser: detect mercurial series markers
2017-04-28  Stephen Finucanerequirements: Test older versions of DRF (v2)
2017-04-28  Stephen Finucanecompat: Add non-None queryset attribute
2017-04-28  Stephen Finucanecompat: Handle older versions of django-filter
2017-04-26  Stephen Finucanedocs: Split API docs into their own section
2017-04-26  Stephen Finucanerequirements: Remove docs requirements
2017-04-23  Stephen FinucaneREADME: Additional link fixes
2017-04-23  Stephen FinucaneREADME: Fix badges
2017-04-23  Stephen FinucaneREADME: Fix broken links
2017-04-23  Stephen Finucanedocs: Add REST API usage guide
2017-04-18  Stephen Finucanedocs: Migrate release notes to rST
2017-04-18  Stephen FinucaneAdd reno for release notes management
next