| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Checkpointing. | Barry Warsaw | 2014-11-30 | 1 | -2/+3 |
| |/ |
|
| * | s/restish/falcon/ | Barry Warsaw | 2014-11-15 | 5 | -103/+61 |
| |\ |
|
| | * | When we switch to tox, we'll get hash randomization, which breaks many tests. | Barry Warsaw | 2014-11-06 | 2 | -3/+3 |
| | * | Port to current Falcon git head. | Barry Warsaw | 2014-11-02 | 1 | -12/+18 |
| | * | Trunk merge. | Barry Warsaw | 2014-11-02 | 1 | -17/+15 |
| | |\ |
|
| | * | | Complete the conversion from restish to falcon, modulo a clean up pass. All | Barry Warsaw | 2014-08-14 | 2 | -21/+20 |
| | * | | Domains are ported to falcon. | Barry Warsaw | 2014-08-13 | 1 | -7/+0 |
| | * | | Make preferences work. | Barry Warsaw | 2014-08-13 | 1 | -19/+1 |
| | * | | First pass at converting to falcon for the REST API layer. | Barry Warsaw | 2014-08-12 | 1 | -46/+24 |
| * | | | Tox-ify the test suite. Now you don't have to create a virtualenv separately. | Barry Warsaw | 2014-11-07 | 2 | -3/+3 |
| | |/
|/| |
|
| * | | Merge abompard's fixes to the Postgres test suite. | Barry Warsaw | 2014-10-30 | 1 | -17/+15 |
| |/ |
|
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 7 | -24/+24 |
| * | * Fixed a crash in the REST server when searching for nonmembers via | Barry Warsaw | 2014-04-15 | 2 | -51/+102 |
| * | Add an email address to an existing user via the REST API. | Barry Warsaw | 2014-04-14 | 1 | -0/+53 |
| |\ |
|
| | * | * Added an API endpoint to POST new email addresses to a user resource. | Florian Fuchs | 2014-04-13 | 1 | -0/+34 |
| * | | Trunk merge | Barry Warsaw | 2014-04-14 | 3 | -1/+60 |
| |\| |
|
| | * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| | * | Fix a couple of intermittent test problems. | Barry Warsaw | 2013-12-01 | 1 | -0/+1 |
| | * | Add lists/<list-id>/archivers as the resource end-point. | Barry Warsaw | 2013-11-27 | 1 | -0/+58 |
| * | | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes. | Barry Warsaw | 2014-04-14 | 1 | -1/+1 |
| |/ |
|
| * | * Expose ``hide_address`` to the ``.../preferences`` REST API. Contributed | Barry Warsaw | 2013-08-28 | 1 | -0/+3 |
| * | Tweaks and fixes by Barry. | Barry Warsaw | 2013-03-21 | 3 | -7/+14 |
| * | Florian's branch for LP: #1156529 | Barry Warsaw | 2013-03-21 | 3 | -0/+109 |
| |\ |
|
| | * | REST API: Added pagination functionality to list, member and user collections. | Florian Fuchs | 2013-03-20 | 3 | -0/+109 |
| * | | * Add ``reply_to_address`` and ``first_strip_reply_to`` as writable | Barry Warsaw | 2013-03-20 | 1 | -178/+8 |
| |/ |
|
| * | 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 | 2 | -102/+100 |
| * | * A user's password can be verified by POSTing to .../user/<id>/login. The | Barry Warsaw | 2012-12-26 | 1 | -0/+42 |
| * | * Finish rewrite of users.rst doctest. | Barry Warsaw | 2012-12-26 | 1 | -130/+125 |
| * | initial refactoring | Barry Warsaw | 2012-12-25 | 1 | -13/+12 |
| * | * Expose a REST API for membership change (subscriptions and unsubscriptions) | Barry Warsaw | 2012-12-17 | 1 | -35/+218 |
| |\ |
|
| | * | Complete the exposure of subscription request moderation via REST (still needs | Barry Warsaw | 2012-12-16 | 1 | -37/+134 |
| | * | Expose held subscription/unsubscription requests via the API. | Barry Warsaw | 2012-12-15 | 1 | -4/+90 |
| * | | * Allow the getting/setting of IMailingList.subject_prefix via the REST API | Barry Warsaw | 2012-12-17 | 1 | -0/+8 |
| |\ \
| |/
|/| |
|
| | * | Adding subject_prefix to the api (and updating the docs to include it) | Terri Oda | 2012-12-15 | 1 | -0/+8 |
| |/ |
|
| * | * Deleting a user through the REST API also deletes all the user's linked | Barry Warsaw | 2012-11-05 | 1 | -0/+7 |
| * | * You can now verify and unverify an email address through the REST API. | Barry Warsaw | 2012-09-22 | 1 | -1/+41 |
| * | * You can now PUT and PATCH on user resources to change the user's display | Barry Warsaw | 2012-09-22 | 2 | -4/+101 |
| * | * Add list_id to JSON representation for a mailing list (given by Jimmy | Barry Warsaw | 2012-09-22 | 1 | -11/+44 |
| |\ |
|
| | * | Add list_id to the REST API list representation | Jimmy Bergman | 2012-09-20 | 1 | -0/+3 |
| |/ |
|
| * | * The link between members and the mailing lists they are subscribed to, is | Barry Warsaw | 2012-09-04 | 2 | -59/+59 |
| * | * Expose `archive_policy` in the REST API. Contributed by Alexander | Barry Warsaw | 2012-08-20 | 1 | -0/+6 |
| * | * Removed obsolete `IMailingList` attribute `generic_nonmember_action. | Barry Warsaw | 2012-08-19 | 1 | -3/+0 |
| * | Working for SQLite: | Barry Warsaw | 2012-07-25 | 1 | -8/+8 |
| * | Replace flufl.password with passlib, albeit with a wrapper. | Barry Warsaw | 2012-06-27 | 1 | -7/+7 |
| * | * Mailing list resources now have a `member_count` attribute which gives the | Barry Warsaw | 2012-03-15 | 2 | -0/+8 |
| |\ |
|
| | * | Fix up doctests for the addition of volume and member_count to the rest api l... | toshio | 2012-03-15 | 2 | -1/+7 |
| * | | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 6 | -30/+31 |
| |/ |
|
| * | * Mailing lists get multiple chains and pipelines. For example, normal | Barry Warsaw | 2012-03-07 | 1 | -10/+9 |
| * | * A welcome message is sent when the user confirms their subscription via | Barry Warsaw | 2012-03-04 | 1 | -1/+1 |