| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes #136 on the development branch
* The REST API incorrectly parsed `is_server_owner` values when given
explicitly in the POST that creates a user. (Closes #136)
See merge request !26
|
| | | |
|
| |/
|
|
|
| |
* The REST API incorrectly parsed `is_server_owner` values when given
explicitly in the POST that creates a user. (Closes #136)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
The URL headers (Archived-At and List-Archives) should not be added.
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| | |
add .gitlab-ci.yml
Add the Gitlab CI jobs inside .gitlab-ci.yml file.
See merge request !20
|
| |/ |
|
| | |
|
| |\ |
|
| | | |
|
| |\ \
| |/
|/| |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| | |
Disable the member topics feature for now
The topics feature is currently non-functional (it calls non-existant methods on the MailingList object), and a proper fix would require a schema change.
This merge request just disables the feature, since mailing-lists imported from 2.1 with topics enabled just cause tracebacks currently.
I think it's better to disable it this way rather than forcing the import to unset the `topics_enabled` flag, to remember which lists wanted the topics feature.
See merge request !19
|
| |/
|
|
|
|
| |
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.
|
| |\
| |
| |
| |
| |
| |
| |
| | |
Add patterns to .gitignore
This is a trivial addition to .gitignore
See merge request !17
|
| |/ |
|
| |\
| |
| |
| | |
See merge request !16
|
| | | |
|
| |/
|
|
|
|
| |
`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.
|
| |
|
|
|
|
| |
Issue #75 - Confirmation messages should not be `Precedence: bulk`.
See merge request !15
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
Add psycopg2 as a dependency for PostgreSQL in core.
See merge request !13
|
| |/ |
|
| |
|
|
| |
`MailmanException` has been removed; use `MailmanError` everywhere.
|
| | |
|
| |\
| |
| |
| |
| |
| | |
Fix issue #3 by searching for the 'master' script in several possible locations
See merge request !12
|
| |/
|
|
| |
locations.
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Implement reasons for why a message is being held for moderator approval.
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.
See merge request !10
|
| |/
|
|
|
|
|
| |
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 isn't linked, the address is linked to the new user.
See merge request !9
|
| |/
|
|
|
| |
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 Aurélien Bompard.
https://code.launchpad.net/~abompard/mailman/default_languages/+merge/216401
See merge request !8
|
| |/
|
|
| |
Aurélien Bompard.
|
| |\
| |
| |
| |
| |
| |
| |
| | |
Prove that LP: #1165589 doesn't affect Mailman 3
This bug doesn't affect MM3. Add a test to prove this. Drive-by typo fix. Only apply this to MM3.1 since there's no bug here.
See merge request !7
|
| | | |
|
| |/ |
|
| |\
| |
| |
| |
| |
| |
| |
| | |
Various code cleanups
Remove some unused code, and move the options base class to a more appropriate place.
See merge request !6
|
| | | |
|
| |/
|
|
|
| |
Move the options base class to utilities (even though only the master uses it).
Remove other obsolete and unused code.
|