summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - Test welcome message notifications.Barry Warsaw2012-03-041-2/+2
* * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw2012-03-031-8/+8
* Flesh out the moderation doctest.Barry Warsaw2012-01-301-9/+66
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-301-0/+131
* copybumpBarry Warsaw2012-01-011-1/+1
* Replace the password stuff with flufl.password.Barry Warsaw2012-01-011-1/+1
* * Stop adding the X-BeenThere header.Barry Warsaw2011-11-061-1/+0
* Finally, all doctests are named .rstBarry Warsaw2011-09-232-0/+0
* * Preferences for addresses, users, and members can be accessed, changed, andBarry Warsaw2011-09-231-0/+233
* * You can now query or change a member's `delivery_mode` attribute throughBarry Warsaw2011-09-012-1/+101
|\
| * LP 833132: add delivery_mode to member info in REST API, and make PATCHable w...Stephen A. Goss2011-08-242-1/+108
* | * New REST resource http://.../<domain>/lists can be GETed in order to findBarry Warsaw2011-08-302-0/+54
|\ \
| * | merged changes to main branchStephen A. Goss2011-08-231-9/+9
| |\|
| * | some tweaks to fix for LP: 829765 based on feedbackStephen A. Goss2011-08-232-4/+48
| * | REST API: add listing of mailing lists per domainStephen A. Goss2011-08-191-0/+18
* | | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-302-5/+27
|\ \ \ | |_|/ |/| |
| * | LP: #834130 add moderators and owners through REST API w/testsStephen A. Goss2011-08-251-2/+21
|/ /
* / Rename IDomain.email_host to .mail_host for consistency. Similarly in theBarry Warsaw2011-08-221-9/+9
|/
* Basic infrastructure for fixing bug 827036.Barry Warsaw2011-08-171-0/+37
* * DELETE users via the REST API. (LP: #820660)Barry Warsaw2011-08-141-3/+20
* Remove role plurals from /lists/<fqdn_listname/rosters/<role>Barry Warsaw2011-08-141-2/+17
* Fixed broken API for getting a membership via role and email from a mailingBarry Warsaw2011-08-141-0/+11
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-131-0/+95
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-162-3/+3
* Complete the ability to change a subscription address, both internally and viaBarry Warsaw2011-04-253-50/+264
* Allow users to subscribe to mailing lists through the REST API.Barry Warsaw2011-04-241-7/+67
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-221-31/+85
* Clean up.Barry Warsaw2011-04-201-6/+0
* * Move members.txt corner cases to unittests.Barry Warsaw2011-04-202-78/+6
* Add REST API for addresses, and change the user REST API to use it whereBarry Warsaw2011-04-192-34/+181
* Give user resources and user address resources a self_link.Barry Warsaw2011-04-191-31/+44
* Add REST API for removing a domain.Barry Warsaw2011-04-191-0/+21
* Add a test for retrieval by case-preserved address.Barry Warsaw2011-04-091-0/+7
* Add /users/<uid>/addresses to get all the addresses registered to a user.Barry Warsaw2011-04-091-1/+77
* Hook in initial password setting to user creation via API.Barry Warsaw2011-04-081-2/+25
* Move missing users test, and add a test for bogus email address.Barry Warsaw2011-04-061-7/+21
* Get users via email address through the REST API.Barry Warsaw2011-04-051-0/+9
* More fleshing out of the users REST API.Barry Warsaw2011-04-041-0/+68
* Merge users into restBarry Warsaw2011-03-181-1/+1
|\
| * * Give users a unique, random, immutable user id.Barry Warsaw2011-03-181-1/+1
* | * Start fleshing out the REST API for users.Barry Warsaw2011-03-181-0/+16
|/
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Fairly significant change to the way member and nonmember moderation occurs.Barry Warsaw2010-12-291-9/+9
* Clean up from the previous commit.Barry Warsaw2010-12-281-3/+7
* This is part 1 of the merge of Jimmy Bergman's branchBarry Warsaw2010-12-281-0/+21
|\
| * Add reply_goes_to_list, send_welcome_msg, welcome_msg, member_moderation_acti...root2010-10-131-0/+21
* | In the REST API, include the fqdn_listname and email address in the member'sBarry Warsaw2010-12-261-0/+42
* | Insulate the test environment from the running environment. Sadly, the testBarry Warsaw2010-12-226-90/+90
|/
* * We now have to disable site-packages because of LP: #659231Barry Warsaw2010-10-121-6/+26
* Add Basic Auth support to the REST API, given by Jimmy Bergman, with styleBarry Warsaw2010-10-111-3/+25
|\