| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * Preferences for addresses, users, and members can be accessed, changed, and | Barry Warsaw | 2011-09-23 | 9 | -7/+530 |
| * | * Getting the memberships for a non-existent address did not give a 404 error | Barry Warsaw | 2011-09-13 | 3 | -3/+64 |
| * | * Four new events are created, and notifications are sent during domain | Barry Warsaw | 2011-09-02 | 1 | -0/+11 |
| * | * You can now query or change a member's `delivery_mode` attribute through | Barry Warsaw | 2011-09-01 | 4 | -12/+128 |
| |\ |
|
| | * | LP 833132: add delivery_mode to member info in REST API, and make PATCHable w... | Stephen A. Goss | 2011-08-24 | 3 | -10/+129 |
| * | | * PATCHing an invalid attribute on a member did not give a 400 error | Barry Warsaw | 2011-09-01 | 2 | -2/+20 |
| * | | * Getting the roster or configuration of a nonexistent list did not give a | Barry Warsaw | 2011-09-01 | 2 | -0/+93 |
| * | | * New REST resource http://.../<domain>/lists can be GETed in order to find | Barry Warsaw | 2011-08-30 | 6 | -4/+158 |
| |\ \ |
|
| | * | | merged changes to main branch | Stephen A. Goss | 2011-08-23 | 2 | -13/+13 |
| | |\| |
|
| | * | | some tweaks to fix for LP: 829765 based on feedback | Stephen A. Goss | 2011-08-23 | 4 | -7/+54 |
| | * | | REST API: add listing of mailing lists per domain | Stephen A. Goss | 2011-08-19 | 4 | -3/+49 |
| * | | | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes, | Barry Warsaw | 2011-08-30 | 5 | -23/+91 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | LP: #834130 add moderators and owners through REST API w/tests | Stephen A. Goss | 2011-08-25 | 2 | -3/+23 |
| |/ / |
|
| * / | Rename IDomain.email_host to .mail_host for consistency. Similarly in the | Barry Warsaw | 2011-08-22 | 2 | -13/+13 |
| |/ |
|
| * | Basic infrastructure for fixing bug 827036. | Barry Warsaw | 2011-08-17 | 2 | -4/+42 |
| * | * DELETE users via the REST API. (LP: #820660) | Barry Warsaw | 2011-08-14 | 3 | -4/+93 |
| * | * Fixed incorrect error code for /members/<bogus> (LP: #821020). Given by | Barry Warsaw | 2011-08-14 | 2 | -0/+12 |
| * | Remove role plurals from /lists/<fqdn_listname/rosters/<role> | Barry Warsaw | 2011-08-14 | 2 | -10/+19 |
| * | Fixed broken API for getting a membership via role and email from a mailing | Barry Warsaw | 2011-08-14 | 2 | -4/+21 |
| * | * New REST resource http://.../members/find can be POSTed to in order to find | Barry Warsaw | 2011-08-13 | 4 | -142/+150 |
| * | * The IMailingList attribute ``host_name`` has been renamed to ``mail_host`` | Barry Warsaw | 2011-06-16 | 4 | -5/+5 |
| * | Complete the ability to change a subscription address, both internally and via | Barry Warsaw | 2011-04-25 | 9 | -75/+360 |
| * | Allow users to subscribe to mailing lists through the REST API. | Barry Warsaw | 2011-04-24 | 4 | -29/+100 |
| * | Users subscribed to a mailing list via their preferred address show up | Barry Warsaw | 2011-04-22 | 1 | -8/+42 |
| * | Give IMembers a unique member id. We have to do this in order to give them a | Barry Warsaw | 2011-04-22 | 5 | -58/+128 |
| * | Clean up. | Barry Warsaw | 2011-04-20 | 1 | -6/+0 |
| * | * Move members.txt corner cases to unittests. | Barry Warsaw | 2011-04-20 | 6 | -80/+175 |
| * | Add REST API for addresses, and change the user REST API to use it where | Barry Warsaw | 2011-04-19 | 5 | -73/+320 |
| * | Give user resources and user address resources a self_link. | Barry Warsaw | 2011-04-19 | 2 | -31/+46 |
| * | Add REST API for removing a domain. | Barry Warsaw | 2011-04-19 | 2 | -1/+32 |
| * | Add a test for retrieval by case-preserved address. | Barry Warsaw | 2011-04-09 | 1 | -0/+7 |
| * | Add /users/<uid>/addresses to get all the addresses registered to a user. | Barry Warsaw | 2011-04-09 | 2 | -1/+113 |
| * | Hook in initial password setting to user creation via API. | Barry Warsaw | 2011-04-08 | 2 | -3/+31 |
| * | Merge passwords into rest | Barry Warsaw | 2011-04-08 | 1 | -7/+5 |
| |\ |
|
| | * | encrypt_password(): New convenience function for ensuring that a password is | Barry Warsaw | 2011-04-08 | 1 | -7/+5 |
| * | | Move missing users test, and add a test for bogus email address. | Barry Warsaw | 2011-04-06 | 1 | -7/+21 |
| * | | Get users via email address through the REST API. | Barry Warsaw | 2011-04-05 | 2 | -2/+24 |
| * | | More fleshing out of the users REST API. | Barry Warsaw | 2011-04-04 | 3 | -3/+100 |
| * | | Basic REST users URL. | Barry Warsaw | 2011-03-18 | 1 | -0/+41 |
| * | | Merge users into rest | Barry Warsaw | 2011-03-18 | 1 | -1/+1 |
| |\| |
|
| | * | * Give users a unique, random, immutable user id. | Barry Warsaw | 2011-03-18 | 1 | -1/+1 |
| * | | * Start fleshing out the REST API for users. | Barry Warsaw | 2011-03-18 | 3 | -0/+62 |
| |/ |
|
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 10 | -10/+10 |
| * | Because it was just to damn confusing, rename IAddress.address to | Barry Warsaw | 2011-01-01 | 2 | -5/+5 |
| * | Fairly significant change to the way member and nonmember moderation occurs. | Barry Warsaw | 2010-12-29 | 2 | -11/+11 |
| * | Clean up from the previous commit. | Barry Warsaw | 2010-12-28 | 1 | -3/+7 |
| * | This is part 1 of the merge of Jimmy Bergman's branch | Barry Warsaw | 2010-12-28 | 2 | -1/+29 |
| |\ |
|
| | * | Add reply_goes_to_list, send_welcome_msg, welcome_msg, member_moderation_acti... | root | 2010-10-13 | 2 | -0/+29 |
| * | | In the REST API, include the fqdn_listname and email address in the member's | Barry Warsaw | 2010-12-26 | 2 | -0/+44 |
| * | | Insulate the test environment from the running environment. Sadly, the test | Barry Warsaw | 2010-12-22 | 6 | -90/+90 |
| |/ |
|