summaryrefslogtreecommitdiff
path: root/src/mailman/rest/root.py
Commit message (Expand)AuthorAgeFilesLines
* Add self_links to the system configuration resources.Barry Warsaw2017-05-231-1/+11
* Add an explanatory comment. See GL#324Barry Warsaw2017-05-091-0/+4
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* New template system. Closes #249Barry Warsaw2016-07-161-0/+17
* Better handling of the REST API plumbing.Barry Warsaw2016-06-281-2/+2
* Revert a few incorrect renames.Barry Warsaw2016-04-031-5/+5
* Don't pass `api` when it's readily available.Barry Warsaw2016-04-031-21/+12
* API consistency.Barry Warsaw2016-04-031-2/+2
* Checkpointing.Barry Warsaw2016-04-021-54/+27
* Sort chains and pipelines before returning themSimon Hanna2016-04-021-2/+2
* Expose chains through the rest interfaceSimon Hanna2016-04-021-0/+11
* Expose pipelines through the rest interfaceSimon Hanna2016-04-021-0/+11
* Clean up the rest directory.Barry Warsaw2016-03-251-7/+7
* Expose the ban list on the REST APIAurélien Bompard2016-01-131-0/+12
* Refactor API differences into a separate class.Barry Warsaw2016-01-131-3/+3
* Refactor API contexts.Barry Warsaw2016-01-131-14/+15
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Major push for completing issue #121. Now in API 3.1, all UUIDs must be theBarry Warsaw2015-12-301-8/+22
* Implement the REST API for <api>/owners.Barry Warsaw2015-09-231-3/+3
* Start of owners top level resource.Barry Warsaw2015-09-231-0/+8
* * REST API version 3.1 introduced. Mostly backward compatible with versionBarry Warsaw2015-07-181-3/+18
* Update docstring.Barry Warsaw2015-03-291-0/+1
* * A new API is provided to support non-production testing infrastructures,Barry Warsaw2015-02-131-1/+29
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg``Barry Warsaw2015-01-031-0/+13
* * You can access the system configuration via the resource pathBarry Warsaw2014-12-261-3/+30
* Deprecate <api>/system path in favor of <api>/system/versions.Barry Warsaw2014-12-261-4/+7
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
* Lots of REST test fixes.Barry Warsaw2014-12-151-4/+4
* Fix some basic REST plumbing, and make test_rosters pass.Barry Warsaw2014-12-111-1/+2
* Refactor so that most modules don't need to import falcon, and so fewerBarry Warsaw2014-08-141-3/+3
* Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-141-4/+3
* Lists and pagination are ported.Barry Warsaw2014-08-131-7/+2
* Get addresses.rst, i.e. /<api>/addresses working.Barry Warsaw2014-08-121-22/+5
* First pass at converting to falcon for the REST API layer.Barry Warsaw2014-08-121-34/+66
* 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
* 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-0/+7
* * Add list_id to JSON representation for a mailing list (given by JimmyBarry Warsaw2012-09-221-2/+4
* * Major redesign of the template search system, fixing LP: #788309. $var_dirBarry Warsaw2012-03-031-0/+24
* copybumpBarry Warsaw2012-01-011-1/+1
* * Preferences for addresses, users, and members can be accessed, changed, andBarry Warsaw2011-09-231-5/+14
* * New REST resource http://.../<domain>/lists can be GETed in order to findBarry Warsaw2011-08-301-3/+2
|\
| * REST API: add listing of mailing lists per domainStephen A. Goss2011-08-191-2/+3
|/
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-131-3/+7
* Complete the ability to change a subscription address, both internally and viaBarry Warsaw2011-04-251-3/+2
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-221-2/+4
* Add REST API for addresses, and change the user REST API to use it whereBarry Warsaw2011-04-191-0/+13