summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs
Commit message (Expand)AuthorAgeFilesLines
...
* | Checkpointing.Barry Warsaw2014-11-301-2/+3
|/
* s/restish/falcon/Barry Warsaw2014-11-155-103/+61
|\
| * When we switch to tox, we'll get hash randomization, which breaks many tests.Barry Warsaw2014-11-062-3/+3
| * Port to current Falcon git head.Barry Warsaw2014-11-021-12/+18
| * Trunk merge.Barry Warsaw2014-11-021-17/+15
| |\
| * | Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-142-21/+20
| * | Domains are ported to falcon.Barry Warsaw2014-08-131-7/+0
| * | Make preferences work.Barry Warsaw2014-08-131-19/+1
| * | First pass at converting to falcon for the REST API layer.Barry Warsaw2014-08-121-46/+24
* | | Tox-ify the test suite. Now you don't have to create a virtualenv separately.Barry Warsaw2014-11-072-3/+3
| |/ |/|
* | Merge abompard's fixes to the Postgres test suite.Barry Warsaw2014-10-301-17/+15
|/
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-287-24/+24
* * Fixed a crash in the REST server when searching for nonmembers viaBarry Warsaw2014-04-152-51/+102
* Add an email address to an existing user via the REST API.Barry Warsaw2014-04-141-0/+53
|\
| * * Added an API endpoint to POST new email addresses to a user resource.Florian Fuchs2014-04-131-0/+34
* | Trunk mergeBarry Warsaw2014-04-143-1/+60
|\|
| * Bump copyright years.Barry Warsaw2014-01-011-1/+1
| * Fix a couple of intermittent test problems.Barry Warsaw2013-12-011-0/+1
| * Add lists/<list-id>/archivers as the resource end-point.Barry Warsaw2013-11-271-0/+58
* | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.Barry Warsaw2014-04-141-1/+1
|/
* * Expose ``hide_address`` to the ``.../preferences`` REST API. ContributedBarry Warsaw2013-08-281-0/+3
* Tweaks and fixes by Barry.Barry Warsaw2013-03-213-7/+14
* Florian's branch for LP: #1156529Barry Warsaw2013-03-213-0/+109
|\
| * REST API: Added pagination functionality to list, member and user collections.Florian Fuchs2013-03-203-0/+109
* | * Add ``reply_to_address`` and ``first_strip_reply_to`` as writableBarry Warsaw2013-03-201-178/+8
|/
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * List styles are supported through the REST API. Get the list of availableBarry Warsaw2012-12-302-102/+100
* * A user's password can be verified by POSTing to .../user/<id>/login. TheBarry Warsaw2012-12-261-0/+42
* * Finish rewrite of users.rst doctest.Barry Warsaw2012-12-261-130/+125
* initial refactoringBarry Warsaw2012-12-251-13/+12
* * Expose a REST API for membership change (subscriptions and unsubscriptions)Barry Warsaw2012-12-171-35/+218
|\
| * Complete the exposure of subscription request moderation via REST (still needsBarry Warsaw2012-12-161-37/+134
| * Expose held subscription/unsubscription requests via the API.Barry Warsaw2012-12-151-4/+90
* | * Allow the getting/setting of IMailingList.subject_prefix via the REST APIBarry Warsaw2012-12-171-0/+8
|\ \ | |/ |/|
| * Adding subject_prefix to the api (and updating the docs to include it)Terri Oda2012-12-151-0/+8
|/
* * Deleting a user through the REST API also deletes all the user's linkedBarry Warsaw2012-11-051-0/+7
* * You can now verify and unverify an email address through the REST API.Barry Warsaw2012-09-221-1/+41
* * You can now PUT and PATCH on user resources to change the user's displayBarry Warsaw2012-09-222-4/+101
* * Add list_id to JSON representation for a mailing list (given by JimmyBarry Warsaw2012-09-221-11/+44
|\
| * Add list_id to the REST API list representationJimmy Bergman2012-09-201-0/+3
|/
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-042-59/+59
* * Expose `archive_policy` in the REST API. Contributed by AlexanderBarry Warsaw2012-08-201-0/+6
* * Removed obsolete `IMailingList` attribute `generic_nonmember_action.Barry Warsaw2012-08-191-3/+0
* Working for SQLite:Barry Warsaw2012-07-251-8/+8
* Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-7/+7
* * Mailing list resources now have a `member_count` attribute which gives theBarry Warsaw2012-03-152-0/+8
|\
| * Fix up doctests for the addition of volume and member_count to the rest api l...toshio2012-03-152-1/+7
* | Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-156-30/+31
|/
* * Mailing lists get multiple chains and pipelines. For example, normalBarry Warsaw2012-03-071-10/+9
* * A welcome message is sent when the user confirms their subscription viaBarry Warsaw2012-03-041-1/+1