summaryrefslogtreecommitdiff
path: root/src/mailman/rest (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* | 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-183-0/+62
|/
* Happy New Year.Barry Warsaw2011-01-0110-10/+10
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-012-5/+5
* Fairly significant change to the way member and nonmember moderation occurs.Barry Warsaw2010-12-292-11/+11
* 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-282-1/+29
|\
| * Add reply_goes_to_list, send_welcome_msg, welcome_msg, member_moderation_acti...root2010-10-132-0/+29
* | In the REST API, include the fqdn_listname and email address in the member'sBarry Warsaw2010-12-262-0/+44
* | Insulate the test environment from the running environment. Sadly, the testBarry Warsaw2010-12-226-90/+90
|/