summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Two new events are triggered on membership changes: `SubscriptionEvent`Barry Warsaw2012-12-235-8/+72
* 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
| * 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
|/
* * 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-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-3132-381/+156
|/ /
* | DatabaseBarry Warsaw2012-10-1613-210/+389
* | * 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
|/ /
* | * 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
|\ \ | |/ |/|
| * Add list_id to the REST API list representationJimmy Bergman2012-09-202-0/+4
| * Write a domain map that postfix can use as relay_domains automatically on lis...Jimmy Bergman2012-08-132-7/+64
|/
* Bump versions and code name for 3.0b3.Barry Warsaw2012-09-082-4/+9
* Prep for 3.0b2.Barry Warsaw2012-09-061-1/+1
* * Fixed the RFC 1153 digest footer to be compliant. (LP: #887610)Barry Warsaw2012-09-053-9/+19
|\
| * Pretty printing is not necessary when the output actually matches.Mark Sapiro2012-04-111-3/+2
| * Fixed the RFC 1153 digest footer to be compliant.Mark Sapiro2012-04-113-8/+19
* | Documentation updates for beta 2.Barry Warsaw2012-09-056-27/+32
* | Port the schema migration changes for LP: #1024509 to PostgreSQL.Barry Warsaw2012-09-052-6/+37
* | * Schema migrations (LP: #1024509)Barry Warsaw2012-09-045-11/+76
* | * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-0435-244/+366
* | * Expose `archive_policy` in the REST API. Contributed by AlexanderBarry Warsaw2012-08-204-0/+14
* | Style fixes: compare enums with identity, not equality.Barry Warsaw2012-08-202-2/+2
* | Update NEWSBarry Warsaw2012-08-201-2/+1
* | A few fixes for schema migration on PostgreSQL.Barry Warsaw2012-08-203-4/+22
* | typoBarry Warsaw2012-08-191-1/+1
* | * Removed obsolete `IMailingList` attribute `generic_nonmember_action.Barry Warsaw2012-08-199-10/+9
* | * Fix residual references to the old `IMailingList` archive variables.Barry Warsaw2012-08-188-19/+28
* | * Show devmode in `bin/mailman info` output. (LP: #1035028)Barry Warsaw2012-08-174-7/+13
* | * Non-unicode values in msgdata broke pending requests. (LP: #1031391)Barry Warsaw2012-08-173-6/+33
* | * Clarify the semantics of the noreply_address variable. It's the local-partBarry Warsaw2012-08-153-8/+8
* | * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-2642-209/+1472
|\ \