summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Bring back the constructor for PendedKeyValueAurélien Bompard2015-12-161-0/+4
| * Implement suggestions from the reviewAurélien Bompard2015-12-165-26/+47
| * Add a commit to avoid a lock in PostgreSQLAurélien Bompard2015-12-161-0/+5
| * Handle data migrationAurélien Bompard2015-12-161-0/+14
| * Resolve conflicts.Barry Warsaw2015-12-161-2/+2
| * Add a commit to avoid a lock in PostgreSQLAurélien Bompard2015-12-162-4/+6
| * Handle data migrationAurélien Bompard2015-12-162-0/+128
| * Update the REST query to use the find() methodAurélien Bompard2015-12-161-16/+3
| * Add indexes on the Pendable fields that can be queried upon.Aurélien Bompard2015-12-162-13/+39
| * Improve the unit test for the find methodAurélien Bompard2015-12-161-9/+28
| * Make sure that Pendables always have a typeAurélien Bompard2015-12-1613-13/+27
| * Add a find method for pending requestsAurélien Bompard2015-12-162-6/+45
| * Use the relationship instead of an explicit queryAurélien Bompard2015-12-161-4/+2
| * Use the relationship cascade feature to delete key-valuesAurélien Bompard2015-12-162-9/+62
|/
* Add a couple indexes on MemberAurélien Bompard2015-12-152-2/+27
* _resource_as_dict() may not return None.Barry Warsaw2015-12-124-3/+9
* Reject notifications contained no reason.Aurélien Bompard2015-12-123-2/+88
* Merge branch 'abompard/73'Barry Warsaw2015-12-113-36/+231
|\
| * Refactor the SubscriptionService.find_members method to be pure SQLAurélien Bompard2015-12-112-36/+227
|/
* Allow a Member's moderation_action to be changed by the REST API.Aurélien Bompard2015-12-085-5/+102
* Handle deleting nonexistent messages from the message store. Closes: #167Aurélien Bompard2015-12-025-13/+63
* Allow list names to have command suffixesAurélien Bompard2015-11-293-2/+42
* Optimize the roster SQL queryAurélien Bompard2015-11-221-3/+5
* When deleting an Address, dependencies must be deleted firstAurélien Bompard2015-11-214-6/+62
* Fix the approved rule when there is no list passwordAurélien Bompard2015-11-213-0/+10
* Reorder the default posting chain. Closes !60Barry Warsaw2015-11-215-17/+14
|\
| * Reorder the default-posting-chain to avoid spam.Aurélien Bompard2015-11-215-17/+14
|/
* Add useful indexes on the member tableAurélien Bompard2015-11-213-4/+39
* Sort the JSON output when [devmode]enabled is true.Barry Warsaw2015-11-212-1/+3
* Sort the JSON keys in dev modeAurélien Bompard2015-11-211-1/+2
* JSON representations for held message now include a ``self_link``.Barry Warsaw2015-11-153-7/+11
* REST: add a self_link entry to held messagesAurélien Bompard2015-11-152-1/+6
* Add a missing required pattern to the MANIFEST.in.Barry Warsaw2015-11-131-1/+1
* Closes #144Barry Warsaw2015-11-084-1/+44
* * Add NEWS and a missing _all__ key.Barry Warsaw2015-11-062-4/+8
* Rework pagination to fix the 'start' and 'total_size' valuesAurélien Bompard2015-11-0410-109/+95
* Fix the Exim documentation. Given by Isaac Bennetch. Closes #124.Barry Warsaw2015-11-021-2/+2
* Clarify that the given example are the defaults.Barry Warsaw2015-11-011-3/+3
* Revert "Fix issue #3 by searching for the 'master' script in several possible"Barry Warsaw2015-11-013-19/+59
* * Fix the processing of subscription confirmation messages when the mailingBarry Warsaw2015-10-313-4/+93
* Added Trove classifiers to setup.py. (Closes: #152)Barry Warsaw2015-10-292-0/+13
* Collapse multiple ``Re:`` in Subject headers. Given by Mark Sapiro.Barry Warsaw2015-10-293-20/+33
|\
| * Collapse multiple ``Re:`` in Subject headers. Given by Mark Sapiro.Barry Warsaw2015-10-292-1/+2
| * Fixes for issue #147 Multiple "Re:" in subject.Mark Sapiro2015-10-292-19/+31
|/
* A little bit of code cleanup.Barry Warsaw2015-10-291-3/+3
* Mailing lists can now have their own header matching rules, althoughBarry Warsaw2015-10-2012-30/+701
|\
| * Add NEWS.Barry Warsaw2015-10-201-0/+5
| * Clean up pass through abompard's branch.Barry Warsaw2015-10-2010-136/+198
| * Be compatible with older versions of SQLAlchemy and AlembicAurélien Bompard2015-10-201-4/+3
| * Test schema migration for the header matchesAurélien Bompard2015-10-202-7/+57