summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove mailinglist.send_reminders column too.Barry Warsaw2012-12-306-11/+12
| * * The column `mailinglist.new_member_options` was unused, and has beenBarry Warsaw2012-12-307-5/+231
| * Remove some leftovers.Barry Warsaw2012-12-291-3/+0
| * Revert the addition of the mailinglist.style_name column, as well as theBarry Warsaw2012-12-298-36/+18
| * LP: #975692 phase 1Barry Warsaw2012-12-2823-366/+294
| * trunk mergeBarry Warsaw2012-12-260-0/+0
| |\ | |/ |/|
* | * A user's password can be verified by POSTing to .../user/<id>/login. TheBarry Warsaw2012-12-266-149/+384
|\|
| * 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-266-3/+164
| * * Finish rewrite of users.rst doctest.Barry Warsaw2012-12-263-134/+210
| * initial refactoringBarry Warsaw2012-12-251-13/+12
|/
* mergeBarry Warsaw2012-12-257-12/+80
|\
| * * Improve the --help text for the `start`, `stop`, `restart`, and `reopen`Barry Warsaw2012-12-233-4/+8
| * * Two new events are triggered on membership changes: `SubscriptionEvent`Barry Warsaw2012-12-235-8/+72
| |\
| | * * Two new events are triggered on membership changes: `SubscriptionEvent`Barry Warsaw2012-12-235-8/+72
| |/
* / Fix the order of PasswordContext.verify() to match that of passlib.Barry Warsaw2012-12-252-5/+24
|/
* More NEWS.Barry Warsaw2012-12-171-0/+13
* 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-1713-900/+1090
|\
| * * Fill out the documentation on moderation notifications.Barry Warsaw2012-12-173-106/+195
| * Fix cross-references.Barry Warsaw2012-12-172-3/+3
| * * Simplify moderator.rst and requests.rst so they serve a better purpose asBarry Warsaw2012-12-177-824/+603
| * Undo temporary buildout.cfg change due to LP: #1090762Barry Warsaw2012-12-161-1/+1
| * fixesBarry Warsaw2012-12-161-1/+1
| * Complete the exposure of subscription request moderation via REST (still needsBarry Warsaw2012-12-163-75/+253
| * Expose held subscription/unsubscription requests via the API.Barry Warsaw2012-12-155-12/+156
* | * Allow the getting/setting of IMailingList.subject_prefix via the REST APIBarry Warsaw2012-12-173-0/+11
|\ \
| * | Adding subject_prefix to the api (and updating the docs to include it)Terri Oda2012-12-152-0/+9
|/ /
* / Update to the latest version.Barry Warsaw2012-12-151-32/+115
|/
* * Deleting a user through the REST API also deletes all the user's linkedBarry Warsaw2012-11-055-3/+103
* Merge Aurélien Bompard's branch to factor our archiver-specific configurationsBarry Warsaw2012-11-0429-106/+297
|\
| * Merge Aurélien Bompard's branch to factor our archiver-specific configurationsBarry Warsaw2012-11-049-37/+104
| |\
| | * Allow archivers to use their own configuration fileAurélien Bompard2012-09-176-31/+111
| * | ConfigurationBarry Warsaw2012-11-0422-69/+193
|/ /
* | A couple of minor code cleanups.Barry Warsaw2012-10-311-3/+2
* | Better NEWS entryBarry Warsaw2012-10-311-1/+2
|\ \
| * | Better NEWS entryBarry Warsaw2012-10-311-1/+2
* | | merge trunkBarry Warsaw2012-10-312-3/+9
|\ \ \
| * | | * `bin/mailman start` was passing the wrong relative path to its runnerBarry Warsaw2012-10-242-3/+9
* | | | * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-3133-383/+158
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-3133-383/+158
|/ /
* | DatabaseBarry Warsaw2012-10-1613-210/+389
* | * Added support for Postfix `relay_domains` setting for better virtual domainBarry Warsaw2012-10-127-212/+223
|\ \
| * | * Added support for Postfix `relay_domains` setting for better virtual domainBarry Warsaw2012-10-127-212/+223
|/| |
| * | Add another paragraph to MTA.rst regarding virtual domainsJimmy Bergman2012-09-241-0/+5
| * | Write a domain map that postfix can use as relay_domains automatically on lis...Jimmy Bergman2012-09-242-4/+73
| * | Merge with trunkJimmy Bergman2012-09-2417-194/+551
| |\ \ | |/ / |/| |
* | | * You can now verify and unverify an email address through the REST API.Barry Warsaw2012-09-224-3/+159
* | | * You can now PUT and PATCH on user resources to change the user's displayBarry Warsaw2012-09-229-110/+320
* | | * Add list_id to JSON representation for a mailing list (given by JimmyBarry Warsaw2012-09-224-17/+69
|\| | | |/ |/|