| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fix #137 | Abhilash Raj | 2015-08-13 | 1 | -1/+2 | |
| |/ | ||||||
| * | Add NEWS. | Barry Warsaw | 2015-08-04 | 1 | -0/+2 | |
| | | ||||||
| * | Clean up maxking's branch a little bit. | Barry Warsaw | 2015-08-04 | 2 | -8/+14 | |
| | | | | | | | | * Sort the .delete()'s * Remove an unused import. * Renamed and documented some tests. * Support tox's new passenv setting. | |||||
| * | Add tests for autoresponserecord | Abhilash Raj | 2015-08-03 | 2 | -3/+13 | |
| | | ||||||
| * | Fix zope lookup error in the previous commit | Abhilash Raj | 2015-08-03 | 1 | -1/+1 | |
| | | ||||||
| * | Add tests for #115 | Abhilash Raj | 2015-08-03 | 1 | -0/+9 | |
| | | ||||||
| * | Fix #115 | Abhilash Raj | 2015-08-03 | 1 | -1/+5 | |
| | | ||||||
| * | Merge branch 'maxking/mailman-add-alternate' into mr30 | Barry Warsaw | 2015-07-31 | 3 | -3/+55 | |
| |\ | | | | | | | | | By POSTing to a user resource with an existing unlinked address, you can link the address to the user. Given by Abhilash Raj. | |||||
| | * | Add an unlinked address to a user via REST | Abhilash Raj | 2015-07-30 | 2 | -2/+29 | |
| |/ | | | | | When adding an existing address through REST API, a 400 error was raised even if the address was not linked to any user. Fix that. | |||||
| * | Clean up based on review. | Barry Warsaw | 2015-07-18 | 3 | -2/+3 | |
| | | ||||||
| * | * REST API version 3.1 introduced. Mostly backward compatible with version | Barry Warsaw | 2015-07-18 | 19 | -60/+176 | |
| | | | | | | | 3.0 except that UUIDs are represented as hex strings instead of 128-bit integers, since the latter are not compatible with all versions of JavaScript. | |||||
| * | Change links from launchpad to gitlab everywhere in documentation | Abhilash Raj | 2015-07-14 | 4 | -15/+16 | |
| | | ||||||
| * | Move some NEWS. | Barry Warsaw | 2015-07-13 | 1 | -2/+2 | |
| | | ||||||
| * | Fixes #136 on the 3.0 maintenance branch. | Barry Warsaw | 2015-07-13 | 3 | -1/+30 | |
| | | | | | | * The REST API incorrectly parsed `is_server_owner` values when given explicitly in the POST that creates a user. (Closes #136) | |||||
| * | NEWS | Barry Warsaw | 2015-07-06 | 1 | -0/+2 | |
| | | ||||||
| * | A couple of clean ups. | Barry Warsaw | 2015-07-05 | 2 | -1/+3 | |
| | | ||||||
| * | Some fixes caught by Barry during the review | Aurélien Bompard | 2015-07-05 | 4 | -12/+15 | |
| | | ||||||
| * | According to RFC 2369, the URL should be between brackets | Aurélien Bompard | 2015-06-30 | 3 | -3/+3 | |
| | | ||||||
| * | The prototype archiver is not web-accessible | Aurélien Bompard | 2015-06-30 | 5 | -66/+137 | |
| | | | | | The URL headers (Archived-At and List-Archives) should not be added. | |||||
| * | Fix a test failure when the machine has an ipv6 address. | Barry Warsaw | 2015-06-29 | 1 | -1/+1 | |
| | | ||||||
| * | NEWS. | Barry Warsaw | 2015-06-24 | 1 | -0/+1 | |
| | | ||||||
| * | Merge branch 'master' of gitlab.com:mailman/mailman | Barry Warsaw | 2015-06-24 | 7 | -22/+59 | |
| |\ | ||||||
| | * | Port to Python 3.5. | Barry Warsaw | 2015-06-22 | 7 | -22/+59 | |
| | | | ||||||
| * | | Merge branch 'abompard/mailman-fix-import21' | Barry Warsaw | 2015-06-24 | 4 | -37/+198 | |
| |\ \ | |/ |/| | ||||||
| | * | Do a cleansing pass on abompard's branch. | Barry Warsaw | 2015-06-24 | 4 | -61/+76 | |
| | | | ||||||
| | * | Better import of a member's moderation flag | Aurélien Bompard | 2015-06-17 | 2 | -22/+56 | |
| | | | ||||||
| | * | Use the *_these_nonmembers properties for moderation | Aurélien Bompard | 2015-06-17 | 2 | -2/+54 | |
| | | | ||||||
| | * | Only keep regexps in the *_these_nonmembers property | Aurélien Bompard | 2015-06-17 | 2 | -8/+21 | |
| | | | ||||||
| | * | Import: handle the '*_these_nonmembers' parameters | Aurélien Bompard | 2015-06-17 | 2 | -3/+39 | |
| | | | ||||||
| | * | Fix import of the default_member_moderation value | Aurélien Bompard | 2015-06-17 | 2 | -17/+28 | |
| | | | ||||||
| * | | Disable the member topics feature for now | Aurélien Bompard | 2015-06-17 | 1 | -1/+2 | |
| |/ | | | | | | It is non-functional (calls non-existant methods on the MailingList object), and a proper fix would require a schema change, so let's postpone it. | |||||
| * | Closes #118 | Barry Warsaw | 2015-06-14 | 1 | -1/+1 | |
| | | ||||||
| * | * Messages now include a `Message-ID-Hash` as the replacement for | Barry Warsaw | 2015-06-14 | 22 | -127/+252 | |
| | | | | | | | `X-Message-ID-Hash` although the latter is still included for backward compatibility. Also be sure that all places which add the header use the same algorithm. | |||||
| * | Merge branch 'issue-75' into 'release-3.0' | Barry Warsaw | 2015-06-02 | 3 | -1/+4 | |
| | | | | | | | Issue #75 - Confirmation messages should not be `Precedence: bulk`. See merge request !15 | |||||
| * | Merge branch 'issue-109' into 'release-3.0' | Barry Warsaw | 2015-06-02 | 7 | -55/+121 | |
| | | | | | | | | | | | | Closes: #109 * Fix the traceback that occurred when trying to convert a `text/html` subpart to plaintext via the `mimedel` handler. Now, a configuration variable `[mailman]html_to_plain_text_command` in the `mailman.cfg` file defines the command to use. It defaults to `lynx`. (Closes: #109) See merge request !14 | |||||
| * | Install psycopg2 as dependency to use postgresql database. | Abhilash Raj | 2015-05-27 | 1 | -0/+4 | |
| | | ||||||
| * | * A handful of unused legacy exceptions have been removed. The redundant | Barry Warsaw | 2015-05-24 | 3 | -21/+8 | |
| | | | | | `MailmanException` has been removed; use `MailmanError` everywhere. | |||||
| * | Add NEWS item. | Barry Warsaw | 2015-05-15 | 1 | -0/+3 | |
| | | ||||||
| * | Fix issue #3 by searching for the 'master' script in several possible | Barry Warsaw | 2015-05-15 | 1 | -2/+14 | |
| | | | | | locations. | |||||
| * | Update NEWS. | Barry Warsaw | 2015-05-11 | 1 | -0/+7 | |
| | | ||||||
| * | Implement reasons for why a message is being held for moderator approval. | Barry Warsaw | 2015-05-11 | 8 | -81/+133 | |
| | | | | | | | | Given by Aurélien Bompard, tweaked by Barry Warsaw. Remove the inaccurate confirmation url and admindb urls from the substitution dictionaries for postauth.txt and posthold.txt, and the templates. | |||||
| * | * When creating a user via REST using an address that already exists, but | Barry Warsaw | 2015-05-10 | 4 | -6/+88 | |
| | | | | | | isn't linked, the address is linked to the new user. Given by Aurélien Bompard. | |||||
| * | * The default languages from Mailman 2.1 have been ported over. Given by | Barry Warsaw | 2015-05-07 | 6 | -14/+230 | |
| | | | | | Aurélien Bompard. | |||||
| * | Fix a typo. Found by Rashi Karanpuria. | Barry Warsaw | 2015-05-04 | 1 | -3/+3 | |
| | | ||||||
| * | Add a test to prove that LP: #1165589 doesn't affect Mailman 3. | Barry Warsaw | 2015-05-04 | 1 | -0/+58 | |
| | | ||||||
| * | Remove the obsolete and mostly unimplemented onebounce script. | Barry Warsaw | 2015-05-03 | 3 | -100/+3 | |
| | | | | | | Move the options base class to utilities (even though only the master uses it). Remove other obsolete and unused code. | |||||
| * | Remove old APIs handle_subscription() and hold_subscription(). | Barry Warsaw | 2015-05-02 | 3 | -212/+74 | |
| | | ||||||
| * | Merge branch '1-admin-notify-mchanges' into 'release-3.0' | Barry Warsaw | 2015-05-02 | 5 | -15/+67 | |
| | | | | | | | | | Honor admin_notify_mchanges with subscription policy When the mailing list's `admin_notify_mchanges` is True, the list owners now get the subscription notification. (Closes: #1) See merge request !4 | |||||
| * | Date. | Barry Warsaw | 2015-05-01 | 1 | -0/+1 | |
| | | ||||||
| * | Prepare for 3.1. | Barry Warsaw | 2015-05-01 | 4 | -7/+10 | |
| | | | | | Fix some tests that incorrectly hardcoded "3.0" | |||||
