summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Documentation updates.Barry Warsaw2015-04-175-77/+88
|\
| * add more docs for autogenerating migrations using alembicAbhilash Raj2015-01-301-0/+8
* | Branch his ready.Barry Warsaw2015-04-176-26/+79
* | Check pointing new subscription moderation REST API.Barry Warsaw2015-04-176-92/+147
* | Updates.Barry Warsaw2015-04-162-36/+10
* | Checkpointing.Barry Warsaw2015-04-162-0/+268
* | Checkpointing.Barry Warsaw2015-04-1611-528/+428
* | Clean up some templates; given by raj-abhilash1Barry Warsaw2015-04-164-25/+13
|\ \
| * | fix tests for previous commitAbhilash Raj2015-04-163-8/+6
| * | merge trunkAbhilash Raj2015-04-1552-759/+2205
| |\ \
| * | | * Remove the admindb url from the template so that the approveAbhilash Raj2015-04-152-6/+3
* | | | Move a doctest to the right directory.Barry Warsaw2015-04-161-0/+0
* | | | Update versions for 3.0rc1, but don't tag yet.Barry Warsaw2015-04-162-5/+5
* | | | Plumb the subscription policy through the REST API.Barry Warsaw2015-04-1516-169/+286
* | | | Give the SubscriptionWorkflow a member attribute which gets set to the memberBarry Warsaw2015-04-153-43/+25
* | | | A better email validator which actually validates the email address.Barry Warsaw2015-04-152-2/+22
* | | | Rewrite the subscription service doctest for the updated API.Barry Warsaw2015-04-152-145/+118
* | | | The SubscriptionWorkflow and Registar classes now have both a token and aBarry Warsaw2015-04-156-123/+137
* | | | Add a test for a reported (but non-reproducible) failure patching a mailing l...Barry Warsaw2015-04-151-1/+19
| |/ / |/| |
* | | Open templates for reading in utf-8; given by abompard.Barry Warsaw2015-04-151-1/+1
* | | Abhilash's fix for allowing singleton strings in REST interfaces that alsoBarry Warsaw2015-04-154-2/+69
|\ \ \
| * | | add test for previous bugfixAbhilash Raj2015-04-141-0/+9
| * | | fix creating domains from rest with only one ownersAbhilash Raj2015-04-141-1/+4
| |/ /
* | | * Mailing list subscription policy work flow has been completely rewritten.Barry Warsaw2015-04-1547-756/+2135
|\ \ \ | |/ / |/| |
| * | Prevent replay attacks with the confirmation token.Barry Warsaw2015-04-1510-19/+96
| * | Remove unused import.Barry Warsaw2015-04-141-1/+0
| * | Full test suite passes.Barry Warsaw2015-04-1414-100/+173
| * | Merge the member query fix branch.Barry Warsaw2015-04-146-16/+163
| |\ \
| | * | Added IMember.subscriber to definitively return how a member is subscribed toBarry Warsaw2015-04-146-17/+162
| |/ / |/| |
| * | Checkpointing.Barry Warsaw2015-04-1417-636/+307
| * | The SubscriptionWorkflow class doesn't need to include the expiry date in itsBarry Warsaw2015-04-133-1/+36
| * | * Give the workflow state manager a count method.Barry Warsaw2015-04-133-8/+36
| * | Give IPendings a count of entries.Barry Warsaw2015-04-132-0/+13
| * | SubscriptionPolicy is largely done, modulo bugs, and the unknown-unknown ofBarry Warsaw2015-04-135-108/+136
| * | Subscription workflows now support bans.Barry Warsaw2015-04-133-3/+24
| * | Fix regression.Barry Warsaw2015-04-131-1/+0
| * | Subsume hold_subscription() functionality into the subscription workflow.Barry Warsaw2015-04-133-14/+108
| * | Handle save/restore of the subscription workflow.Barry Warsaw2015-04-136-46/+142
| * | Subscription workflow checkpointing.Barry Warsaw2015-04-095-74/+317
| * | Rebase Alembic revisions.Barry Warsaw2015-04-071-2/+2
| * | Add run_thru() and run_until() to workflow, mostly for testing purposes.Barry Warsaw2015-04-072-2/+46
| * | Trunk mergeBarry Warsaw2015-04-0725-115/+660
| |\ \ | |/ / |/| |
* | | * Domains now have a list of owners, which are ``IUser`` objects, instead ofBarry Warsaw2015-04-0622-115/+652
|\ \ \
| * | | Add lots of test for various bits of domain owners.Barry Warsaw2015-04-066-37/+131
| * | | Checkpointing:Barry Warsaw2015-04-068-27/+216
| * | | Reviewed and updated domains doctest.Barry Warsaw2015-04-061-13/+18
| * | | Flesh out the domain interface, model, and tests. Clean up style.Barry Warsaw2015-04-063-34/+112
| * | | Abhilash's branch, pre-cleaning.Barry Warsaw2015-04-0619-92/+249
|/| | |
| * | | * implement left over methodsAbhilash Raj2015-04-069-55/+67
| * | | * Add `drop_column` inside sqlite check, fix indentationAbhilash Raj2015-03-318-52/+40