| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Port users and part of members. | Barry Warsaw | 2014-08-13 | 1 | -15/+18 |
| * | Make preferences work. | Barry Warsaw | 2014-08-13 | 1 | -4/+4 |
| * | Get addresses.rst, i.e. /<api>/addresses working. | Barry Warsaw | 2014-08-12 | 1 | -3/+5 |
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 1 | -1/+1 |
| * | * Fixed a crash in the REST server when searching for nonmembers via | Barry Warsaw | 2014-04-15 | 1 | -8/+15 |
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| * | Tweaks and fixes by Barry. | Barry Warsaw | 2013-03-21 | 1 | -1/+1 |
| * | Removed unused `default_count` argument and remove one wrapping level in pagi... | Florian Fuchs | 2013-03-20 | 1 | -1/+1 |
| * | REST API: Added pagination functionality to list, member and user collections. | Florian Fuchs | 2013-03-20 | 1 | -1/+2 |
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| * | * The link between members and the mailing lists they are subscribed to, is | Barry Warsaw | 2012-09-04 | 1 | -5/+5 |
| * | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 1 | -2/+2 |
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| * | * Preferences for addresses, users, and members can be accessed, changed, and | Barry Warsaw | 2011-09-23 | 1 | -0/+25 |
| * | * You can now query or change a member's `delivery_mode` attribute through | Barry Warsaw | 2011-09-01 | 1 | -10/+16 |
| |\ |
|
| | * | LP 833132: add delivery_mode to member info in REST API, and make PATCHable w... | Stephen A. Goss | 2011-08-24 | 1 | -9/+21 |
| * | | * PATCHing an invalid attribute on a member did not give a 400 error | Barry Warsaw | 2011-09-01 | 1 | -2/+4 |
| * | | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes, | Barry Warsaw | 2011-08-30 | 1 | -12/+33 |
| |\ \
| |/
|/| |
|
| | * | LP: #834130 add moderators and owners through REST API w/tests | Stephen A. Goss | 2011-08-25 | 1 | -1/+2 |
| |/ |
|
| * | Basic infrastructure for fixing bug 827036. | Barry Warsaw | 2011-08-17 | 1 | -4/+5 |
| * | * Fixed incorrect error code for /members/<bogus> (LP: #821020). Given by | Barry Warsaw | 2011-08-14 | 1 | -0/+2 |
| * | * New REST resource http://.../members/find can be POSTed to in order to find | Barry Warsaw | 2011-08-13 | 1 | -12/+48 |
| * | Complete the ability to change a subscription address, both internally and via | Barry Warsaw | 2011-04-25 | 1 | -16/+35 |
| * | Allow users to subscribe to mailing lists through the REST API. | Barry Warsaw | 2011-04-24 | 1 | -2/+2 |
| * | Give IMembers a unique member id. We have to do this in order to give them a | Barry Warsaw | 2011-04-22 | 1 | -18/+14 |
| * | * Move members.txt corner cases to unittests. | Barry Warsaw | 2011-04-20 | 1 | -2/+5 |
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 1 | -1/+1 |
| * | Because it was just to damn confusing, rename IAddress.address to | Barry Warsaw | 2011-01-01 | 1 | -4/+4 |
| * | In the REST API, include the fqdn_listname and email address in the member's | Barry Warsaw | 2010-12-26 | 1 | -0/+2 |
| * | Refactor, and add a missing import. | Barry Warsaw | 2010-08-23 | 1 | -2/+2 |
| * | Refactor the list configuration code via the REST interface, and flesh it out | Barry Warsaw | 2010-08-23 | 1 | -2/+3 |
| * | * Fix the bin/test -e/--stderr option to work with the current | Barry Warsaw | 2010-06-18 | 1 | -11/+26 |
| * | Ensure that email addresses with slashes in them can be registered. | Barry Warsaw | 2010-06-17 | 1 | -2/+6 |
| * | Subscribing an already subscribed member via REST now returns a 409 error | Barry Warsaw | 2010-06-15 | 1 | -1/+1 |
| * | Add POST validators. | Barry Warsaw | 2010-03-01 | 1 | -8/+9 |
| * | Refactoring for common collection code. | Barry Warsaw | 2010-02-25 | 1 | -21/+10 |
| * | Refactor both the mailing lists and membership REST wrappers. | Barry Warsaw | 2010-02-25 | 1 | -0/+138 |