| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - Test welcome message notifications. | Barry Warsaw | 2012-03-04 | 1 | -2/+2 |
| * | * Support downloading templates by URI, including mailman:// URIs. This is | Barry Warsaw | 2012-03-03 | 1 | -8/+8 |
| * | Flesh out the moderation doctest. | Barry Warsaw | 2012-01-30 | 1 | -9/+66 |
| * | * Held messages can now be moderated through the REST API. Mailing list | Barry Warsaw | 2012-01-30 | 1 | -0/+131 |
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| * | Replace the password stuff with flufl.password. | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| * | * Stop adding the X-BeenThere header. | Barry Warsaw | 2011-11-06 | 1 | -1/+0 |
| * | Finally, all doctests are named .rst | Barry Warsaw | 2011-09-23 | 2 | -0/+0 |
| * | * Preferences for addresses, users, and members can be accessed, changed, and | Barry Warsaw | 2011-09-23 | 1 | -0/+233 |
| * | * You can now query or change a member's `delivery_mode` attribute through | Barry Warsaw | 2011-09-01 | 2 | -1/+101 |
| |\ |
|
| | * | LP 833132: add delivery_mode to member info in REST API, and make PATCHable w... | Stephen A. Goss | 2011-08-24 | 2 | -1/+108 |
| * | | * New REST resource http://.../<domain>/lists can be GETed in order to find | Barry Warsaw | 2011-08-30 | 2 | -0/+54 |
| |\ \ |
|
| | * | | merged changes to main branch | Stephen A. Goss | 2011-08-23 | 1 | -9/+9 |
| | |\| |
|
| | * | | some tweaks to fix for LP: 829765 based on feedback | Stephen A. Goss | 2011-08-23 | 2 | -4/+48 |
| | * | | REST API: add listing of mailing lists per domain | Stephen A. Goss | 2011-08-19 | 1 | -0/+18 |
| * | | | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes, | Barry Warsaw | 2011-08-30 | 2 | -5/+27 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | LP: #834130 add moderators and owners through REST API w/tests | Stephen A. Goss | 2011-08-25 | 1 | -2/+21 |
| |/ / |
|
| * / | Rename IDomain.email_host to .mail_host for consistency. Similarly in the | Barry Warsaw | 2011-08-22 | 1 | -9/+9 |
| |/ |
|
| * | Basic infrastructure for fixing bug 827036. | Barry Warsaw | 2011-08-17 | 1 | -0/+37 |
| * | * DELETE users via the REST API. (LP: #820660) | Barry Warsaw | 2011-08-14 | 1 | -3/+20 |
| * | Remove role plurals from /lists/<fqdn_listname/rosters/<role> | Barry Warsaw | 2011-08-14 | 1 | -2/+17 |
| * | Fixed broken API for getting a membership via role and email from a mailing | Barry Warsaw | 2011-08-14 | 1 | -0/+11 |
| * | * New REST resource http://.../members/find can be POSTed to in order to find | Barry Warsaw | 2011-08-13 | 1 | -0/+95 |
| * | * The IMailingList attribute ``host_name`` has been renamed to ``mail_host`` | Barry Warsaw | 2011-06-16 | 2 | -3/+3 |
| * | Complete the ability to change a subscription address, both internally and via | Barry Warsaw | 2011-04-25 | 3 | -50/+264 |
| * | Allow users to subscribe to mailing lists through the REST API. | Barry Warsaw | 2011-04-24 | 1 | -7/+67 |
| * | Give IMembers a unique member id. We have to do this in order to give them a | Barry Warsaw | 2011-04-22 | 1 | -31/+85 |
| * | Clean up. | Barry Warsaw | 2011-04-20 | 1 | -6/+0 |
| * | * Move members.txt corner cases to unittests. | Barry Warsaw | 2011-04-20 | 2 | -78/+6 |
| * | Add REST API for addresses, and change the user REST API to use it where | Barry Warsaw | 2011-04-19 | 2 | -34/+181 |
| * | Give user resources and user address resources a self_link. | Barry Warsaw | 2011-04-19 | 1 | -31/+44 |
| * | Add REST API for removing a domain. | Barry Warsaw | 2011-04-19 | 1 | -0/+21 |
| * | 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 | 1 | -1/+77 |
| * | Hook in initial password setting to user creation via API. | Barry Warsaw | 2011-04-08 | 1 | -2/+25 |
| * | 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 | 1 | -0/+9 |
| * | More fleshing out of the users REST API. | Barry Warsaw | 2011-04-04 | 1 | -0/+68 |
| * | 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 | 1 | -0/+16 |
| |/ |
|
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 1 | -1/+1 |
| * | Fairly significant change to the way member and nonmember moderation occurs. | Barry Warsaw | 2010-12-29 | 1 | -9/+9 |
| * | 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 | 1 | -0/+21 |
| |\ |
|
| | * | Add reply_goes_to_list, send_welcome_msg, welcome_msg, member_moderation_acti... | root | 2010-10-13 | 1 | -0/+21 |
| * | | In the REST API, include the fqdn_listname and email address in the member's | Barry Warsaw | 2010-12-26 | 1 | -0/+42 |
| * | | Insulate the test environment from the running environment. Sadly, the test | Barry Warsaw | 2010-12-22 | 6 | -90/+90 |
| |/ |
|
| * | * We now have to disable site-packages because of LP: #659231 | Barry Warsaw | 2010-10-12 | 1 | -6/+26 |
| * | Add Basic Auth support to the REST API, given by Jimmy Bergman, with style | Barry Warsaw | 2010-10-11 | 1 | -3/+25 |
| |\ |
|