summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs/preferences.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All the REST tests pass.Barry Warsaw2014-12-151-1/+1
|
* When we switch to tox, we'll get hash randomization, which breaks many tests.Barry Warsaw2014-11-061-1/+1
| | | | | | | | While I'm shipping a tox.ini, do not yet use tox to run the tests, unless you want to help fix the randomizations. In the meantime, I'm also adding a few randomization fixes, and updating to the latest falcon git trunk.
* Make preferences work.Barry Warsaw2014-08-131-19/+1
|
* * Expose ``hide_address`` to the ``.../preferences`` REST API. ContributedBarry Warsaw2013-08-281-0/+3
| | | | by Sneha Priscilla.
* * Preferences for addresses, users, and members can be accessed, changed, andBarry Warsaw2011-09-231-0/+233
deleted through the REST interface. Hierarchical, combined preferences for members, and system preferences can be read through the REST interface. (LP: #821438)