summaryrefslogtreecommitdiff
path: root/src/mailman/rest/root.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* More fleshing out of the users REST API.Barry Warsaw2011-04-041-2/+4
* * Start fleshing out the REST API for users.Barry Warsaw2011-03-181-0/+8
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Add Basic Auth support to the REST API, given by Jimmy Bergman, with styleBarry Warsaw2010-10-111-1/+17
|\
| * Add HTTP authentication to the REST APIroot2010-09-281-2/+14
|/
* Refactor both the mailing lists and membership REST wrappers.Barry Warsaw2010-02-251-2/+2
* Refactor domains into a separate file.Barry Warsaw2010-02-251-4/+10
* More refactoring:Barry Warsaw2010-02-251-0/+88
* Remove some unused stuff and pick some lint.Barry Warsaw2009-07-011-64/+0
* More REST server updates.Barry Warsaw2009-06-291-7/+0
* Moving closer now.Barry Warsaw2009-05-021-3/+1
* Make things import.Barry Warsaw2009-04-021-1/+2
* Checking pointing all the ZCA and restful wiring that I really don'tBarry Warsaw2009-04-021-2/+28
* Checkpointing more REST stuffBarry Warsaw2009-04-011-0/+46