summaryrefslogtreecommitdiff
path: root/src/mailman/rest (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * List styles are supported through the REST API. Get the list of availableBarry Warsaw2012-12-305-104/+158
* Remove commented out pdb call.Barry Warsaw2012-12-261-1/+0
* * A user's password can be verified by POSTing to .../user/<id>/login. TheBarry Warsaw2012-12-263-2/+149
* * Finish rewrite of users.rst doctest.Barry Warsaw2012-12-263-134/+210
* initial refactoringBarry Warsaw2012-12-251-13/+12
* Flesh out a few more tests.Barry Warsaw2012-12-171-2/+34
* * Expose a REST API for membership change (subscriptions and unsubscriptions)Barry Warsaw2012-12-174-59/+386
|\
| * * Simplify moderator.rst and requests.rst so they serve a better purpose asBarry Warsaw2012-12-172-9/+18
| * Complete the exposure of subscription request moderation via REST (still needsBarry Warsaw2012-12-162-74/+250
| * Expose held subscription/unsubscription requests via the API.Barry Warsaw2012-12-153-9/+151
* | * Allow the getting/setting of IMailingList.subject_prefix via the REST APIBarry Warsaw2012-12-172-0/+9
|\ \ | |/ |/|
| * Adding subject_prefix to the api (and updating the docs to include it)Terri Oda2012-12-152-0/+9
|/
* * Deleting a user through the REST API also deletes all the user's linkedBarry Warsaw2012-11-053-2/+101
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-317-182/+69
* * You can now verify and unverify an email address through the REST API.Barry Warsaw2012-09-223-3/+154
* * You can now PUT and PATCH on user resources to change the user's displayBarry Warsaw2012-09-227-110/+295
* * Add list_id to JSON representation for a mailing list (given by JimmyBarry Warsaw2012-09-223-17/+60
|\
| * Add list_id to the REST API list representationJimmy Bergman2012-09-202-0/+4
|/
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-046-72/+72
* * Expose `archive_policy` in the REST API. Contributed by AlexanderBarry Warsaw2012-08-202-0/+8
* * Removed obsolete `IMailingList` attribute `generic_nonmember_action.Barry Warsaw2012-08-192-4/+0
* * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-262-10/+10
|\
| * Working for SQLite:Barry Warsaw2012-07-252-9/+9
|/
* * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-021-2/+1
* Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-272-10/+10
* - Remove an obsolete script.Barry Warsaw2012-04-221-2/+3
* - Module modernization by adding the print_function() import.Barry Warsaw2012-04-225-52/+57
* Rename mailman.database.transaction.txn to ...transactional. Modernize theBarry Warsaw2012-04-201-9/+4
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-171-4/+1
|\
| * Eradicate Pipermail. Everything but the scrubber test works. That will takeBarry Warsaw2012-03-151-4/+1
* | * Add property `IRoster.member_count`.Barry Warsaw2012-03-151-1/+1
* | * Mailing list resources now have a `member_count` attribute which gives theBarry Warsaw2012-03-154-4/+63
|\ \
| * | Unittest to show that adding members to a list is reflected in the rest apitoshio2012-03-151-1/+43
| * | Fix up doctests for the addition of volume and member_count to the rest api l...toshio2012-03-152-1/+7
| * | Export both the count of members and the latest digest volume in the rest apitoshio2012-03-151-0/+2
* | | Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-1512-42/+43
|/ /
* / Do not taunt Happy Python 2.6 Fun Ball.Barry Warsaw2012-03-141-2/+2
|/
* * Mailing lists get multiple chains and pipelines. For example, normalBarry Warsaw2012-03-072-11/+10
* * A welcome message is sent when the user confirms their subscription viaBarry Warsaw2012-03-041-1/+1
* - Test welcome message notifications.Barry Warsaw2012-03-041-2/+2
* * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw2012-03-033-10/+80
* * Major redesign of the template search system, fixing LP: #788309. $var_dirBarry Warsaw2012-03-031-0/+24
* Flesh out the moderation doctest.Barry Warsaw2012-01-301-9/+66
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-305-1/+363
* copybumpBarry Warsaw2012-01-0118-18/+18
* Replace the password stuff with flufl.password.Barry Warsaw2012-01-012-5/+6
* * Stop adding the X-BeenThere header.Barry Warsaw2011-11-062-2/+0
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-306-48/+0
* Sort the address memberships, first by mailing list fqdn, then by emailBarry Warsaw2011-10-231-2/+8
* Finally, all doctests are named .rstBarry Warsaw2011-09-232-0/+0