summaryrefslogtreecommitdiff
path: root/src/mailman/rest/domains.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Fixed a bunch of things in PATCHing domains and added tests and NEWS.Mark Sapiro2016-10-221-15/+8
* First cut at PUT/PATCH for domain.Mark Sapiro2016-10-201-0/+33
* New template system. Closes #249Barry Warsaw2016-07-161-5/+20
* Revert a few incorrect renames.Barry Warsaw2016-04-031-4/+4
* API consistency.Barry Warsaw2016-04-031-6/+6
* Clean up the rest directory.Barry Warsaw2016-03-251-7/+3
* Refactor API differences into a separate class.Barry Warsaw2016-01-131-2/+2
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Cleanups, corner case fixes, and coverage.Barry Warsaw2015-12-311-3/+1
* Major push for completing issue #121. Now in API 3.1, all UUIDs must be theBarry Warsaw2015-12-301-2/+2
* * REST API version 3.1 introduced. Mostly backward compatible with versionBarry Warsaw2015-07-181-3/+4
* Add lots of test for various bits of domain owners.Barry Warsaw2015-04-061-4/+9
* Checkpointing:Barry Warsaw2015-04-061-1/+0
* * implement left over methodsAbhilash Raj2015-04-061-3/+5
* * Add `drop_column` inside sqlite check, fix indentationAbhilash Raj2015-03-311-2/+2
* add domainowner and serverowner optionsAbhilash Raj2015-03-211-5/+16
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-6/+4
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* Checkpointing.Barry Warsaw2014-11-301-4/+6
* Refactor so that most modules don't need to import falcon, and so fewerBarry Warsaw2014-08-141-18/+10
* Domains are ported to falcon.Barry Warsaw2014-08-131-25/+30
* 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
* copybumpBarry Warsaw2012-01-011-1/+1
* * New REST resource http://.../<domain>/lists can be GETed in order to findBarry Warsaw2011-08-301-0/+12
|\
| * merged changes to main branchStephen A. Goss2011-08-231-4/+4
| |\ | |/ |/|
| * some tweaks to fix for LP: 829765 based on feedbackStephen A. Goss2011-08-231-2/+5
| * REST API: add listing of mailing lists per domainStephen A. Goss2011-08-191-0/+9
* | Rename IDomain.email_host to .mail_host for consistency. Similarly in theBarry Warsaw2011-08-221-4/+4
|/
* Add REST API for removing a domain.Barry Warsaw2011-04-191-1/+11
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Refactor, and add a missing import.Barry Warsaw2010-08-231-1/+2
* Add POST validators.Barry Warsaw2010-03-011-8/+11
* Refactoring for common collection code.Barry Warsaw2010-02-251-22/+11
* Refactor both the mailing lists and membership REST wrappers.Barry Warsaw2010-02-251-4/+4
* Refactor domains into a separate file.Barry Warsaw2010-02-251-0/+107