| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * List styles are supported through the REST API. Get the list of available | Barry Warsaw | 2012-12-30 | 5 | -104/+158 |
| * | Remove commented out pdb call. | Barry Warsaw | 2012-12-26 | 1 | -1/+0 |
| * | * A user's password can be verified by POSTing to .../user/<id>/login. The | Barry Warsaw | 2012-12-26 | 3 | -2/+149 |
| * | * Finish rewrite of users.rst doctest. | Barry Warsaw | 2012-12-26 | 3 | -134/+210 |
| * | initial refactoring | Barry Warsaw | 2012-12-25 | 1 | -13/+12 |
| * | Flesh out a few more tests. | Barry Warsaw | 2012-12-17 | 1 | -2/+34 |
| * | * Expose a REST API for membership change (subscriptions and unsubscriptions) | Barry Warsaw | 2012-12-17 | 4 | -59/+386 |
| |\ |
|
| | * | * Simplify moderator.rst and requests.rst so they serve a better purpose as | Barry Warsaw | 2012-12-17 | 2 | -9/+18 |
| | * | Complete the exposure of subscription request moderation via REST (still needs | Barry Warsaw | 2012-12-16 | 2 | -74/+250 |
| | * | Expose held subscription/unsubscription requests via the API. | Barry Warsaw | 2012-12-15 | 3 | -9/+151 |
| * | | * Allow the getting/setting of IMailingList.subject_prefix via the REST API | Barry Warsaw | 2012-12-17 | 2 | -0/+9 |
| |\ \
| |/
|/| |
|
| | * | Adding subject_prefix to the api (and updating the docs to include it) | Terri Oda | 2012-12-15 | 2 | -0/+9 |
| |/ |
|
| * | * Deleting a user through the REST API also deletes all the user's linked | Barry Warsaw | 2012-11-05 | 3 | -2/+101 |
| * | * Python 2.7 is not required. Python 2.6 is no longer officially supported. | Barry Warsaw | 2012-10-31 | 7 | -182/+69 |
| * | * You can now verify and unverify an email address through the REST API. | Barry Warsaw | 2012-09-22 | 3 | -3/+154 |
| * | * You can now PUT and PATCH on user resources to change the user's display | Barry Warsaw | 2012-09-22 | 7 | -110/+295 |
| * | * Add list_id to JSON representation for a mailing list (given by Jimmy | Barry Warsaw | 2012-09-22 | 3 | -17/+60 |
| |\ |
|
| | * | Add list_id to the REST API list representation | Jimmy Bergman | 2012-09-20 | 2 | -0/+4 |
| |/ |
|
| * | * The link between members and the mailing lists they are subscribed to, is | Barry Warsaw | 2012-09-04 | 6 | -72/+72 |
| * | * Expose `archive_policy` in the REST API. Contributed by Alexander | Barry Warsaw | 2012-08-20 | 2 | -0/+8 |
| * | * Removed obsolete `IMailingList` attribute `generic_nonmember_action. | Barry Warsaw | 2012-08-19 | 2 | -4/+0 |
| * | * The policy for archiving has now been collapsed into a single enum, called | Barry Warsaw | 2012-07-26 | 2 | -10/+10 |
| |\ |
|
| | * | Working for SQLite: | Barry Warsaw | 2012-07-25 | 2 | -9/+9 |
| |/ |
|
| * | * `passlib`_ is now used for all password hashing instead of flufl.password. | Barry Warsaw | 2012-07-02 | 1 | -2/+1 |
| * | Replace flufl.password with passlib, albeit with a wrapper. | Barry Warsaw | 2012-06-27 | 2 | -10/+10 |
| * | - Remove an obsolete script. | Barry Warsaw | 2012-04-22 | 1 | -2/+3 |
| * | - Module modernization by adding the print_function() import. | Barry Warsaw | 2012-04-22 | 5 | -52/+57 |
| * | Rename mailman.database.transaction.txn to ...transactional. Modernize the | Barry Warsaw | 2012-04-20 | 1 | -9/+4 |
| * | Merge the Pipermail eradication branch. The scrubber is also removed. | Barry Warsaw | 2012-03-17 | 1 | -4/+1 |
| |\ |
|
| | * | Eradicate Pipermail. Everything but the scrubber test works. That will take | Barry Warsaw | 2012-03-15 | 1 | -4/+1 |
| * | | * Add property `IRoster.member_count`. | Barry Warsaw | 2012-03-15 | 1 | -1/+1 |
| * | | * Mailing list resources now have a `member_count` attribute which gives the | Barry Warsaw | 2012-03-15 | 4 | -4/+63 |
| |\ \ |
|
| | * | | Unittest to show that adding members to a list is reflected in the rest api | toshio | 2012-03-15 | 1 | -1/+43 |
| | * | | Fix up doctests for the addition of volume and member_count to the rest api l... | toshio | 2012-03-15 | 2 | -1/+7 |
| | * | | Export both the count of members and the latest digest volume in the rest api | toshio | 2012-03-15 | 1 | -0/+2 |
| * | | | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 12 | -42/+43 |
| |/ / |
|
| * / | Do not taunt Happy Python 2.6 Fun Ball. | Barry Warsaw | 2012-03-14 | 1 | -2/+2 |
| |/ |
|
| * | * Mailing lists get multiple chains and pipelines. For example, normal | Barry Warsaw | 2012-03-07 | 2 | -11/+10 |
| * | * A welcome message is sent when the user confirms their subscription via | Barry Warsaw | 2012-03-04 | 1 | -1/+1 |
| * | - Test welcome message notifications. | Barry Warsaw | 2012-03-04 | 1 | -2/+2 |
| * | * Support downloading templates by URI, including mailman:// URIs. This is | Barry Warsaw | 2012-03-03 | 3 | -10/+80 |
| * | * Major redesign of the template search system, fixing LP: #788309. $var_dir | Barry Warsaw | 2012-03-03 | 1 | -0/+24 |
| * | Flesh out the moderation doctest. | Barry Warsaw | 2012-01-30 | 1 | -9/+66 |
| * | * Held messages can now be moderated through the REST API. Mailing list | Barry Warsaw | 2012-01-30 | 5 | -1/+363 |
| * | copybump | Barry Warsaw | 2012-01-01 | 18 | -18/+18 |
| * | Replace the password stuff with flufl.password. | Barry Warsaw | 2012-01-01 | 2 | -5/+6 |
| * | * Stop adding the X-BeenThere header. | Barry Warsaw | 2011-11-06 | 2 | -2/+0 |
| * | Remove extraneous `test_suite()` functions. zope.testrunner will | Barry Warsaw | 2011-10-30 | 6 | -48/+0 |
| * | Sort the address memberships, first by mailing list fqdn, then by email | Barry Warsaw | 2011-10-23 | 1 | -2/+8 |
| * | Finally, all doctests are named .rst | Barry Warsaw | 2011-09-23 | 2 | -0/+0 |