summaryrefslogtreecommitdiff
path: root/src/mailman/rest/lists.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-4/+2
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* * You can access the system configuration via the resource pathBarry Warsaw2014-12-261-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-6/+2
* Lots of REST test fixes.Barry Warsaw2014-12-151-4/+3
* Checkpointing.Barry Warsaw2014-11-301-2/+4
* Refactor so that most modules don't need to import falcon, and so fewerBarry Warsaw2014-08-141-28/+18
* Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-141-20/+12
* Lists and pagination are ported.Barry Warsaw2014-08-131-30/+49
* Domains are ported to falcon.Barry Warsaw2014-08-131-15/+19
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-1/+1
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Add lists/<list-id>/archivers as the resource end-point.Barry Warsaw2013-11-271-1/+68
* Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-181-2/+2
* Tweaks and fixes by Barry.Barry Warsaw2013-03-211-1/+1
* Removed unused `default_count` argument and remove one wrapping level in pagi...Florian Fuchs2013-03-201-3/+3
* REST API: Added pagination functionality to list, member and user collections.Florian Fuchs2013-03-201-1/+4
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * List styles are supported through the REST API. Get the list of availableBarry Warsaw2012-12-301-2/+4
* Expose held subscription/unsubscription requests via the API.Barry Warsaw2012-12-151-2/+9
* * Add list_id to JSON representation for a mailing list (given by JimmyBarry Warsaw2012-09-221-4/+12
|\
| * Add list_id to the REST API list representationJimmy Bergman2012-09-201-0/+1
|/
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-2/+2
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-171-4/+1
|\
| * Eradicate Pipermail. Everything but the scrubber test works. That will takeBarry Warsaw2012-03-151-4/+1
* | * Add property `IRoster.member_count`.Barry Warsaw2012-03-151-1/+1
* | * Mailing list resources now have a `member_count` attribute which gives theBarry Warsaw2012-03-151-2/+4
|\ \
| * | Export both the count of members and the latest digest volume in the rest apitoshio2012-03-151-0/+2
| |/
* / Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-1/+1
|/
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-301-0/+8
* copybumpBarry Warsaw2012-01-011-1/+1
* * Getting the roster or configuration of a nonexistent list did not give aBarry Warsaw2011-09-011-0/+4
* * New REST resource http://.../<domain>/lists can be GETed in order to findBarry Warsaw2011-08-301-1/+18
|\
| * some tweaks to fix for LP: 829765 based on feedbackStephen A. Goss2011-08-231-1/+1
| * REST API: add listing of mailing lists per domainStephen A. Goss2011-08-191-1/+19
|/
* Remove role plurals from /lists/<fqdn_listname/rosters/<role>Barry Warsaw2011-08-141-8/+2
* Fixed broken API for getting a membership via role and email from a mailingBarry Warsaw2011-08-141-4/+10
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-161-1/+1
* Complete the ability to change a subscription address, both internally and viaBarry Warsaw2011-04-251-1/+21
* * Move members.txt corner cases to unittests.Barry Warsaw2011-04-201-0/+2
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Refactor, and add a missing import.Barry Warsaw2010-08-231-1/+2
* Refactor the list configuration code via the REST interface, and flesh it outBarry Warsaw2010-08-231-218/+11
* Expose description in the interface and REST API.Barry Warsaw2010-08-121-0/+2
* Expose the autoreponse values in the IMailingList interface and REST API.Barry Warsaw2010-08-121-1/+34
* Expose administrivia in the IMailingList interface and REST API.Barry Warsaw2010-08-111-0/+2
* Expose anonymous_list and advertised in the IMailingList interface and in the...Barry Warsaw2010-08-111-0/+4
* Expose in the IMailingList interface, and in the REST API.Barry Warsaw2010-08-111-1/+7
* Acceptable aliases as a sub-resource.Barry Warsaw2010-08-101-0/+64
* Placeholder for PATCH implementation.Barry Warsaw2010-08-101-4/+10