summaryrefslogtreecommitdiff
path: root/src/mailman/rest/validator.py
Commit message (Expand)AuthorAgeFilesLines
* Migrate the [un]subscription_policy attribute.J08nY2017-08-071-1/+48
* 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-1/+2
* allow_none -> allow_blankBarry Warsaw2016-07-121-3/+3
* REST: allow setting a member's moderation_action to NoneAurélien Bompard2016-07-121-1/+4
* Clean up the rest directory.Barry Warsaw2016-03-251-16/+13
* Clean up the core directory.Barry Warsaw2016-03-241-2/+19
* Super duper.Barry Warsaw2016-01-261-1/+1
* Refactor API contexts.Barry Warsaw2016-01-131-10/+2
* 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-9/+18
* A better email validator which actually validates the email address.Barry Warsaw2015-04-151-1/+5
* Abhilash's fix for allowing singleton strings in REST interfaces that alsoBarry Warsaw2015-04-151-1/+3
* Add lots of test for various bits of domain owners.Barry Warsaw2015-04-061-0/+9
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-6/+2
* Two more REST tests passing.Barry Warsaw2014-12-151-1/+1
* Checkpointing.Barry Warsaw2014-11-301-1/+1
* Trunk merge.Barry Warsaw2014-11-021-1/+1
|\
| * Pass all tests with PYTHONWARNINGS=error.Barry Warsaw2014-09-221-1/+1
* | Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-141-5/+1
* | Port users and part of members.Barry Warsaw2014-08-131-2/+2
* | Get addresses.rst, i.e. /<api>/addresses working.Barry Warsaw2014-08-121-1/+1
|/
* 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
* Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-181-3/+7
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * You can now PUT and PATCH on user resources to change the user's displayBarry Warsaw2012-09-221-0/+50
* copybumpBarry Warsaw2012-01-011-1/+1
* * Preferences for addresses, users, and members can be accessed, changed, andBarry Warsaw2011-09-231-2/+9
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-0/+15
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Ugly, ugly, ugly hack to enable the non-standard HTTP verb PATCH for partialBarry Warsaw2010-09-011-1/+6
* Refactor, and add a missing import.Barry Warsaw2010-08-231-0/+94