summaryrefslogtreecommitdiff
path: root/src/mailman/rest
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-033-10/+80
* * Major redesign of the template search system, fixing LP: #788309. $var_dirBarry Warsaw2012-03-031-0/+24
* 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-305-1/+363
* copybumpBarry Warsaw2012-01-0118-18/+18
* Replace the password stuff with flufl.password.Barry Warsaw2012-01-012-5/+6
* * Stop adding the X-BeenThere header.Barry Warsaw2011-11-062-2/+0
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-306-48/+0
* Sort the address memberships, first by mailing list fqdn, then by emailBarry Warsaw2011-10-231-2/+8
* Finally, all doctests are named .rstBarry Warsaw2011-09-232-0/+0
* * Preferences for addresses, users, and members can be accessed, changed, andBarry Warsaw2011-09-239-7/+530
* * Getting the memberships for a non-existent address did not give a 404 errorBarry Warsaw2011-09-133-3/+64
* * Four new events are created, and notifications are sent during domainBarry Warsaw2011-09-021-0/+11
* * You can now query or change a member's `delivery_mode` attribute throughBarry Warsaw2011-09-014-12/+128
|\
| * LP 833132: add delivery_mode to member info in REST API, and make PATCHable w...Stephen A. Goss2011-08-243-10/+129
* | * PATCHing an invalid attribute on a member did not give a 400 errorBarry Warsaw2011-09-012-2/+20
* | * Getting the roster or configuration of a nonexistent list did not give aBarry Warsaw2011-09-012-0/+93
* | * New REST resource http://.../<domain>/lists can be GETed in order to findBarry Warsaw2011-08-306-4/+158
|\ \
| * | merged changes to main branchStephen A. Goss2011-08-232-13/+13
| |\|
| * | some tweaks to fix for LP: 829765 based on feedbackStephen A. Goss2011-08-234-7/+54
| * | REST API: add listing of mailing lists per domainStephen A. Goss2011-08-194-3/+49
* | | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-305-23/+91
|\ \ \ | |_|/ |/| |
| * | LP: #834130 add moderators and owners through REST API w/testsStephen A. Goss2011-08-252-3/+23
|/ /
* / Rename IDomain.email_host to .mail_host for consistency. Similarly in theBarry Warsaw2011-08-222-13/+13
|/
* Basic infrastructure for fixing bug 827036.Barry Warsaw2011-08-172-4/+42
* * DELETE users via the REST API. (LP: #820660)Barry Warsaw2011-08-143-4/+93
* * Fixed incorrect error code for /members/<bogus> (LP: #821020). Given byBarry Warsaw2011-08-142-0/+12
* Remove role plurals from /lists/<fqdn_listname/rosters/<role>Barry Warsaw2011-08-142-10/+19
* Fixed broken API for getting a membership via role and email from a mailingBarry Warsaw2011-08-142-4/+21
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-134-142/+150
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-164-5/+5
* Complete the ability to change a subscription address, both internally and viaBarry Warsaw2011-04-259-75/+360
* Allow users to subscribe to mailing lists through the REST API.Barry Warsaw2011-04-244-29/+100
* Users subscribed to a mailing list via their preferred address show upBarry Warsaw2011-04-221-8/+42
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-225-58/+128
* Clean up.Barry Warsaw2011-04-201-6/+0
* * Move members.txt corner cases to unittests.Barry Warsaw2011-04-206-80/+175
* Add REST API for addresses, and change the user REST API to use it whereBarry Warsaw2011-04-195-73/+320
* Give user resources and user address resources a self_link.Barry Warsaw2011-04-192-31/+46
* Add REST API for removing a domain.Barry Warsaw2011-04-192-1/+32
* 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-092-1/+113
* Hook in initial password setting to user creation via API.Barry Warsaw2011-04-082-3/+31
* Merge passwords into restBarry Warsaw2011-04-081-7/+5
|\
| * encrypt_password(): New convenience function for ensuring that a password isBarry Warsaw2011-04-081-7/+5
* | 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-052-2/+24
* | More fleshing out of the users REST API.Barry Warsaw2011-04-043-3/+100
* | Basic REST users URL.Barry Warsaw2011-03-181-0/+41