| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Close #273 | Barry Warsaw | 2016-08-23 | 5 | -8/+35 | |
| * | | | Forbid newlines in MailingList.description | Aurélien Bompard | 2016-08-23 | 4 | -2/+41 | |
| * | | | Reorganize the documentation for better accesibility | Abhilash Raj | 2016-08-21 | 11 | -18/+97 | |
| |/ / | ||||||
| * | | Switch to stock mysql image in CI. | Abhilash Raj | 2016-08-15 | 1 | -1/+1 | |
| * | | MySQL is now an officially supported database. | Barry Warsaw | 2016-07-29 | 37 | -182/+367 | |
| * | | Rebase mailman/mailman!180 and cleanup # noqa | Barry Warsaw | 2016-07-28 | 44 | -92/+97 | |
| * | | flake8-respect-noqa is no longer required with flake8>3.0 | Abhilash Raj | 2016-07-28 | 2 | -3/+2 | |
| * | | Pass $MAILMAN_* and $PYTHON* envars to tox. | Barry Warsaw | 2016-07-19 | 1 | -1/+2 | |
| * | | Fix failure to change copied name :( | Mark Sapiro | 2016-07-19 | 1 | -1/+1 | |
| * | | Improved email address validation and added tests. | Mark Sapiro | 2016-07-18 | 2 | -7/+44 | |
| |/ | ||||||
| * | Added blank line. | Mark Sapiro | 2016-07-17 | 1 | -0/+1 | |
| * | Update NEWS.rst for fix to #266 | Mark Sapiro | 2016-07-17 | 1 | -0/+1 | |
| * | Improve email.Validator.is_valid() to be more compliant with RFC 5321. | Mark Sapiro | 2016-07-17 | 1 | -3/+9 | |
| * | Fix typo. #267 | Mark Sapiro | 2016-07-17 | 1 | -1/+1 | |
| * | New template system. Closes #249 | Barry Warsaw | 2016-07-16 | 139 | -2249/+3865 | |
| * | Fix #207 | Barry Warsaw | 2016-07-14 | 5 | -1/+26 | |
| * | Add NEWS | Barry Warsaw | 2016-07-12 | 1 | -0/+3 | |
| * | allow_none -> allow_blank | Barry Warsaw | 2016-07-12 | 3 | -6/+6 | |
| * | Fix import order | Aurélien Bompard | 2016-07-12 | 1 | -1/+1 | |
| * | REST: allow setting a member's moderation_action to None | Aurélien Bompard | 2016-07-12 | 5 | -3/+41 | |
| * | Add status badges to readme | Simon Hanna | 2016-07-06 | 1 | -0/+12 | |
| * | Correct keyword argument; mailing_list -> mlist | Mark Sapiro | 2016-07-03 | 1 | -1/+1 | |
| * | Better handling of the REST API plumbing. | Barry Warsaw | 2016-06-28 | 6 | -19/+32 | |
| * | remove postorius_standalone from documentation | Abhilash Raj | 2016-06-25 | 1 | -2/+1 | |
| * | minor documentation fixes | Abhilash Raj | 2016-06-25 | 1 | -2/+2 | |
| * | Add .idea to .gitignore | Andrew Vereshchagin | 2016-06-04 | 1 | -0/+1 | |
| * | Fixes #237 | Barry Warsaw | 2016-06-03 | 3 | -16/+35 | |
| * | Add test to check deletion of nonmmeber record. | Aditya | 2016-05-31 | 1 | -0/+20 | |
| * | Remove nonmember subscriptions if susbcribed as member. | Aditya | 2016-05-31 | 1 | -0/+6 | |
| * | Clean up the environment properly. | Barry Warsaw | 2016-05-23 | 1 | -24/+48 | |
| * | run the tests with temporary directory and packages | Abhilash Raj | 2016-05-23 | 1 | -14/+43 | |
| * | add test for module import failure in the presence of emacs lock files | Abhilash Raj | 2016-05-22 | 1 | -0/+46 | |
| * | ignore modules starting with '.' when importing | Abhilash Raj | 2016-05-16 | 1 | -1/+1 | |
| * | Minor cleanups. | Barry Warsaw | 2016-05-15 | 2 | -3/+3 | |
| * | Added NEWS item about #234 fix. | Mark Sapiro | 2016-05-15 | 1 | -0/+2 | |
| * | Fixed mailman/issue#234. | Mark Sapiro | 2016-05-15 | 3 | -16/+39 | |
| * | Add NEWS. | Barry Warsaw | 2016-05-14 | 1 | -1/+6 | |
| * | Clean up REST bits. | Barry Warsaw | 2016-05-14 | 2 | -23/+20 | |
| * | Clean up the User.absorb() method and tests. | Barry Warsaw | 2016-05-14 | 4 | -98/+163 | |
| * | Clean up. | Barry Warsaw | 2016-05-13 | 3 | -55/+72 | |
| * | Fix Flake8 errors | Aurélien Bompard | 2016-05-04 | 5 | -16/+18 | |
| * | Implement suggestions from the review | Aurélien Bompard | 2016-05-04 | 5 | -21/+31 | |
| * | Delete redundant memberships before deleting the absorbed user | Aurélien Bompard | 2016-05-04 | 2 | -5/+11 | |
| * | Sort imports | Aurélien Bompard | 2016-05-04 | 2 | -2/+2 | |
| * | Allow merging users from the REST interface | Aurélien Bompard | 2016-05-04 | 2 | -6/+39 | |
| * | Add a method to merge a user into another user | Aurélien Bompard | 2016-05-04 | 6 | -0/+262 | |
| * | Add NEWS. | Barry Warsaw | 2016-05-03 | 1 | -0/+4 | |
| * | Refactor and simplify. | Barry Warsaw | 2016-05-03 | 1 | -66/+53 | |
| * | Update docstrings and add a missing attribute. | Barry Warsaw | 2016-05-03 | 1 | -8/+10 | |
| * | Minor cleanups, rewording, style. | Barry Warsaw | 2016-05-03 | 2 | -49/+76 | |
