summaryrefslogtreecommitdiff
path: root/src/mailman/rest/configuration.py
Commit message (Expand)AuthorAgeFilesLines
* Back port from the py3 branch:Barry Warsaw2014-12-291-226/+0
* s/restish/falcon/Barry Warsaw2014-11-151-29/+32
|\
| * Minor cleanups.Barry Warsaw2014-08-151-7/+4
| * Refactor so that most modules don't need to import falcon, and so fewerBarry Warsaw2014-08-141-24/+17
| * Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-141-26/+39
|/
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* * Add ``reply_to_address`` and ``first_strip_reply_to`` as writableBarry Warsaw2013-03-201-0/+2
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * Allow the getting/setting of IMailingList.subject_prefix via the REST APIBarry Warsaw2012-12-171-0/+1
|\
| * Adding subject_prefix to the api (and updating the docs to include it)Terri Oda2012-12-151-0/+1
|/
* * You can now PUT and PATCH on user resources to change the user's displayBarry Warsaw2012-09-221-93/+15
* * Expose `archive_policy` in the REST API. Contributed by AlexanderBarry Warsaw2012-08-201-0/+2
* * Removed obsolete `IMailingList` attribute `generic_nonmember_action.Barry Warsaw2012-08-191-1/+0
* * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-261-2/+2
|\
| * Working for SQLite:Barry Warsaw2012-07-251-1/+1
|/
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-1/+1
* * Mailing lists get multiple chains and pipelines. For example, normalBarry Warsaw2012-03-071-1/+1
* * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw2012-03-031-2/+2
* copybumpBarry Warsaw2012-01-011-1/+1
* * Stop adding the X-BeenThere header.Barry Warsaw2011-11-061-1/+0
* * 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-3/+3
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Fairly significant change to the way member and nonmember moderation occurs.Barry Warsaw2010-12-291-2/+2
* This is part 1 of the merge of Jimmy Bergman's branchBarry Warsaw2010-12-281-1/+8
|\
| * Add reply_goes_to_list, send_welcome_msg, welcome_msg, member_moderation_acti...root2010-10-131-0/+8
|/
* Ugly, ugly, ugly hack to enable the non-standard HTTP verb PATCH for partialBarry Warsaw2010-09-011-8/+38
* 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-0/+260
* Remove more files that are unnecessary.Barry Warsaw2010-02-251-87/+0
* Oh FFS. lazr.restful 0.9.18 totally broke our shit by introducingBarry Warsaw2010-02-161-3/+18
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* Use lazr.smtptest instead of our own SMTPServer and test SMTPd.Barry Warsaw2009-10-151-1/+2
* Our first writable REST API! You can now create new domains through theBarry Warsaw2009-07-201-1/+2
* Remove some unused stuff and pick some lint.Barry Warsaw2009-07-011-10/+2
* More REST server updates.Barry Warsaw2009-06-291-0/+2
* Get rid of some useless stuff.Barry Warsaw2009-05-251-7/+7
* More tests for the REST server, this time, for the queue runner.Barry Warsaw2009-05-101-0/+1
* Moving closer now.Barry Warsaw2009-05-021-4/+5
* More checkpointing.Barry Warsaw2009-04-021-1/+1
* Checking pointing all the ZCA and restful wiring that I really don'tBarry Warsaw2009-04-021-0/+74