| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PR288 vetted | Barry Warsaw | 2017-08-29 | 1 | -10/+2 |
| | | |||||
| * | Convert to click for CLI options | Barry Warsaw | 2017-07-22 | 1 | -3/+3 |
| | | |||||
| * | Fixup ref spacing. | Stephen J. Turnbull | 2017-05-24 | 1 | -1/+1 |
| | | |||||
| * | Document Unicode usage in Mailman 3 REST API and email addresses. | Stephen J. Turnbull | 2017-05-24 | 1 | -0/+4 |
| | | |||||
| * | Add self_links to the system configuration resources. | Barry Warsaw | 2017-05-23 | 1 | -0/+4 |
| | | | | | Closes #335 | ||||
| * | Update welcome template with correct password reset instructions | Britt Gresham | 2017-05-22 | 1 | -2/+2 |
| | | | | | | | | | Before this commit the welcome template included older instructions on how to reset a users password. This commit updates the documentation to reflect the new way of resetting a users password by clicking on a link when logging in. | ||||
| * | Fixed broken tests. | Mark Sapiro | 2017-02-19 | 1 | -0/+1 |
| | | |||||
| * | Remove the dependency on httplib2. | Barry Warsaw | 2017-02-06 | 1 | -9/+6 |
| | | | | | Closes #42 | ||||
| * | Extensive reorganization | Barry Warsaw | 2017-02-04 | 2 | -22/+79 |
| | | |||||
| * | Style fixes | Simon Hanna | 2017-01-11 | 1 | -1/+1 |
| | | |||||
| * | Decode RFC2047 encoded Subject when accessing held messages | Simon Hanna | 2017-01-11 | 1 | -0/+27 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| | | |||||
| * | Implement caching suffix list with in-tree fallback. | Barry Warsaw | 2017-01-01 | 1 | -0/+1 |
| | | | | | | | | | Also: * Change doctest cleanups to be an ExitStack. * Added [dmarc]cache_lifetime setting. * Cleanup pass through dmarc-mitigation.rst. * Be sure the cached org domain file is cleaned up when the world is reset. | ||||
| * | Fix some fallout from the previous commit. | Barry Warsaw | 2016-12-31 | 1 | -4/+10 |
| | | |||||
| * | Simplified the various list settings and remamed several things. | Mark Sapiro | 2016-12-26 | 1 | -11/+6 |
| | | |||||
| * | Merged from master. | Mark Sapiro | 2016-12-09 | 1 | -1/+1 |
| |\ | |||||
| | * | Use `atpublic` for @public instead of internal copy. | Barry Warsaw | 2016-11-29 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'dmarc' of gitlab.com:msapiro/mailman into dmarc | Mark Sapiro | 2016-11-26 | 2 | -0/+20 |
| |\ \ | |/ |/| | |||||
| | * | Added new list DMARC attributes to rest/listconf.py and updated tests. | Mark Sapiro | 2016-11-01 | 1 | -0/+17 |
| | | | |||||
| | * | DMARC mitigations, part 1a. | Mark Sapiro | 2016-10-31 | 1 | -0/+3 |
| | | | |||||
| * | | Merge branch 'hide-system-disabled-archivers' into 'master' | Barry Warsaw | 2016-11-26 | 1 | -4/+0 |
| |\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | Don't show the disabled archivers in the REST API Previously, system-disabled archivers were shown in the REST API. As a result it was possible to enable them without a validation error, but they would stay disabled on the next API GET call (their actual activation status depends on the list-specific *and* the system-wide status). Because one can't add a configuration overlay to the running REST server in testing mode, the prototype archiver was disabled in the testing configuration. This is where most of the changes in this commit come from. See merge request !87 | ||||
| | * | Don't show the disabled archivers in the REST API | Aurélien Bompard | 2016-08-18 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | Because one can't add a configuration overlay to the running REST server in testing mode, the prototype archiver was disabled in the testing configuration. This is where most of the changes in this commit come from. | ||||
| * | | Full coverage. | Barry Warsaw | 2016-10-26 | 1 | -7/+8 |
| | | | | | | | | | NEWS. | ||||
| * | | Implement the review suggestions | Aurélien Bompard | 2016-10-26 | 1 | -3/+3 |
| | | | | | | | | | See !161 | ||||
| * | | REST: add a query string to only get advertised lists | Aurélien Bompard | 2016-10-26 | 1 | -3/+27 |
| | | | |||||
| * | | Split registration (subscription) and unsubscription: | Barry Warsaw | 2016-09-13 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | * events * notices * handlers Also, be sure to do only one `leave` command per email. | ||||
| * | | REST: allow MailingList.info to be set | Aurélien Bompard | 2016-08-30 | 1 | -0/+2 |
| | | | |||||
| * | | Reorganize the documentation for better accesibility | Abhilash Raj | 2016-08-21 | 1 | -0/+8 |
| |/ | |||||
| * | Fix typo. #267 | Mark Sapiro | 2016-07-17 | 1 | -1/+1 |
| | | |||||
| * | New template system. Closes #249 | Barry Warsaw | 2016-07-16 | 5 | -37/+651 |
| | | | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details. | ||||
| * | Fix #207 | Barry Warsaw | 2016-07-14 | 1 | -0/+4 |
| | | | | | | A list's ``moderator_password`` can be set via the REST API. Given by Andrew Breksa. | ||||
| * | REST: allow setting a member's moderation_action to None | Aurélien Bompard | 2016-07-12 | 1 | -0/+22 |
| | | |||||
| * | Some fixes. | Barry Warsaw | 2016-04-30 | 1 | -0/+1 |
| | | |||||
| * | Tweaks and clean up. | Barry Warsaw | 2016-04-29 | 1 | -73/+79 |
| | | | | | | | | | * Add NEWS entry. * De-duplicate emails in the sequence passed to the model's ISubscriptionService.unsubscribe_members() method. * Modify the semantics of the DELETE method to return a mapping of addresses to boolean status. | ||||
| * | Add batch unsubscribe option to REST API. | Harshit Bansal | 2016-04-28 | 1 | -27/+74 |
| | | |||||
| * | public() takes keyword arguments. | Barry Warsaw | 2016-04-04 | 1 | -2/+3 |
| | | |||||
| * | Complete the port to Falcon 1.0. | Barry Warsaw | 2016-04-02 | 6 | -0/+28 |
| | | |||||
| * | Allow fall backs for moderation actions. | Barry Warsaw | 2016-04-01 | 1 | -2/+6 |
| | | | | | | | | | | The `moderation_action` for members and nonmember can now be ``None`` which signals falling back to the appropriate list default action, e.g. `default_member_action` and `default_nonmember_action`. Given by Aurélien Bompard. Closes #189 | ||||
| * | Members and nonmembers moderation action fallback | Aurélien Bompard | 2016-03-31 | 2 | -47/+8 |
| | | | | | | | | | Members and nonmember's moderation action should be None by default, and in that case the moderation rule should fallback to the mailing list's default action. Fixes: #189 | ||||
| * | Clean up the rest directory. | Barry Warsaw | 2016-03-25 | 1 | -6/+2 |
| | | |||||
| * | Document the pagination API. | Barry Warsaw | 2016-03-16 | 2 | -1/+89 |
| | | | | | Closes #209 | ||||
| * | Add NEWS and clean up. | Barry Warsaw | 2016-03-03 | 1 | -1/+3 |
| | | |||||
| * | Exposed goodbye_message_uri attribute through REST API. | Harshit Bansal | 2016-03-03 | 1 | -0/+2 |
| | | |||||
| * | Last cleanups. | Barry Warsaw | 2016-02-29 | 1 | -8/+16 |
| | | | | | | | | | | * Remove an unused import. * Opportunistically remove ^Ls * Add a missing interface attribute. * Fix up some docstrings. * Rename a parameter in an interface for clarity. * Random code style cleanups. | ||||
| * | Review suggestions on the REST entry points | Aurélien Bompard | 2016-02-29 | 1 | -8/+8 |
| | | | | | | - validate HeaderMatch.chain values using Action - reformat the docs | ||||
| * | Review suggestions: rename the new index column to position | Aurélien Bompard | 2016-02-29 | 1 | -10/+10 |
| | | |||||
| * | Expose the header matches in the REST API | Aurélien Bompard | 2016-02-29 | 1 | -0/+174 |
| | | |||||
| * | Add NEWS and tweak. | Barry Warsaw | 2016-01-13 | 1 | -1/+1 |
| | | |||||
| * | Member search can be done using GET requests | Aurélien Bompard | 2016-01-13 | 1 | -0/+22 |
| | | |||||
| * | Clean up the branch for landing. | Barry Warsaw | 2016-01-13 | 1 | -22/+23 |
| | | | | | | | | | | | | | * Add NEWS * Update copyright years. * Adjust for new IAPI.path_to() interface. * Style. * Remove some unreachable code. * Boost coverage. * Change some Bad Requests into Not Founds. * Do not include `list_id` in resource JSON for global bans. * Rephrase some doctests. | ||||
