summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* - 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