| Commit message (Expand) | Author | Age | Files | Lines |
| * | We don't need the 'six' package any more. | Barry Warsaw | 2015-01-04 | 1 | -4/+2 |
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 1 | -1/+1 |
| * | * You can access the system configuration via the resource path | Barry Warsaw | 2014-12-26 | 1 | -1/+1 |
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 1 | -6/+2 |
| * | Lots of REST test fixes. | Barry Warsaw | 2014-12-15 | 1 | -4/+3 |
| * | Checkpointing. | Barry Warsaw | 2014-11-30 | 1 | -2/+4 |
| * | Refactor so that most modules don't need to import falcon, and so fewer | Barry Warsaw | 2014-08-14 | 1 | -28/+18 |
| * | Complete the conversion from restish to falcon, modulo a clean up pass. All | Barry Warsaw | 2014-08-14 | 1 | -20/+12 |
| * | Lists and pagination are ported. | Barry Warsaw | 2014-08-13 | 1 | -30/+49 |
| * | Domains are ported to falcon. | Barry Warsaw | 2014-08-13 | 1 | -15/+19 |
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 1 | -1/+1 |
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| * | Add lists/<list-id>/archivers as the resource end-point. | Barry Warsaw | 2013-11-27 | 1 | -1/+68 |
| * | Switch to PEP 435 enums from flufl.enums. | Barry Warsaw | 2013-06-18 | 1 | -2/+2 |
| * | 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 | -3/+3 |
| * | REST API: Added pagination functionality to list, member and user collections. | Florian Fuchs | 2013-03-20 | 1 | -1/+4 |
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| * | * List styles are supported through the REST API. Get the list of available | Barry Warsaw | 2012-12-30 | 1 | -2/+4 |
| * | Expose held subscription/unsubscription requests via the API. | Barry Warsaw | 2012-12-15 | 1 | -2/+9 |
| * | * Add list_id to JSON representation for a mailing list (given by Jimmy | Barry Warsaw | 2012-09-22 | 1 | -4/+12 |
| |\ |
|
| | * | Add list_id to the REST API list representation | Jimmy Bergman | 2012-09-20 | 1 | -0/+1 |
| |/ |
|
| * | * The link between members and the mailing lists they are subscribed to, is | Barry Warsaw | 2012-09-04 | 1 | -2/+2 |
| * | Merge the Pipermail eradication branch. The scrubber is also removed. | Barry Warsaw | 2012-03-17 | 1 | -4/+1 |
| |\ |
|
| | * | Eradicate Pipermail. Everything but the scrubber test works. That will take | Barry Warsaw | 2012-03-15 | 1 | -4/+1 |
| * | | * Add property `IRoster.member_count`. | Barry Warsaw | 2012-03-15 | 1 | -1/+1 |
| * | | * Mailing list resources now have a `member_count` attribute which gives the | Barry Warsaw | 2012-03-15 | 1 | -2/+4 |
| |\ \ |
|
| | * | | Export both the count of members and the latest digest volume in the rest api | toshio | 2012-03-15 | 1 | -0/+2 |
| | |/ |
|
| * / | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 1 | -1/+1 |
| |/ |
|
| * | * Held messages can now be moderated through the REST API. Mailing list | Barry Warsaw | 2012-01-30 | 1 | -0/+8 |
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| * | * Getting the roster or configuration of a nonexistent list did not give a | Barry Warsaw | 2011-09-01 | 1 | -0/+4 |
| * | * New REST resource http://.../<domain>/lists can be GETed in order to find | Barry Warsaw | 2011-08-30 | 1 | -1/+18 |
| |\ |
|
| | * | some tweaks to fix for LP: 829765 based on feedback | Stephen A. Goss | 2011-08-23 | 1 | -1/+1 |
| | * | REST API: add listing of mailing lists per domain | Stephen A. Goss | 2011-08-19 | 1 | -1/+19 |
| |/ |
|
| * | Remove role plurals from /lists/<fqdn_listname/rosters/<role> | Barry Warsaw | 2011-08-14 | 1 | -8/+2 |
| * | Fixed broken API for getting a membership via role and email from a mailing | Barry Warsaw | 2011-08-14 | 1 | -4/+10 |
| * | * The IMailingList attribute ``host_name`` has been renamed to ``mail_host`` | Barry Warsaw | 2011-06-16 | 1 | -1/+1 |
| * | Complete the ability to change a subscription address, both internally and via | Barry Warsaw | 2011-04-25 | 1 | -1/+21 |
| * | * Move members.txt corner cases to unittests. | Barry Warsaw | 2011-04-20 | 1 | -0/+2 |
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 1 | -1/+1 |
| * | Refactor, and add a missing import. | Barry Warsaw | 2010-08-23 | 1 | -1/+2 |
| * | Refactor the list configuration code via the REST interface, and flesh it out | Barry Warsaw | 2010-08-23 | 1 | -218/+11 |
| * | Expose description in the interface and REST API. | Barry Warsaw | 2010-08-12 | 1 | -0/+2 |
| * | Expose the autoreponse values in the IMailingList interface and REST API. | Barry Warsaw | 2010-08-12 | 1 | -1/+34 |
| * | Expose administrivia in the IMailingList interface and REST API. | Barry Warsaw | 2010-08-11 | 1 | -0/+2 |
| * | Expose anonymous_list and advertised in the IMailingList interface and in the... | Barry Warsaw | 2010-08-11 | 1 | -0/+4 |
| * | Expose in the IMailingList interface, and in the REST API. | Barry Warsaw | 2010-08-11 | 1 | -1/+7 |
| * | Acceptable aliases as a sub-resource. | Barry Warsaw | 2010-08-10 | 1 | -0/+64 |
| * | Placeholder for PATCH implementation. | Barry Warsaw | 2010-08-10 | 1 | -4/+10 |