index
:
mailman.git
address-events
feature/drop-runner-priviliges
fix/confirm-list-mismatch
list-style-descriptions
master
modules-no-instantiate
mta-smtps-starttls
pipelines-dynamical-instantiation
pluggable-components
pluggable-workflows
plugin
precompile-rest-matchers
save-workflow-steps
The GNU Mailing List manager.
J08nY
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mailman
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
_resource_as_dict() may not return None.
Barry Warsaw
2015-12-12
4
-3
/
+9
*
Reject notifications contained no reason.
Aurélien Bompard
2015-12-12
3
-2
/
+88
*
Merge branch 'abompard/73'
Barry Warsaw
2015-12-11
3
-36
/
+231
|
\
|
*
Refactor the SubscriptionService.find_members method to be pure SQL
Aurélien Bompard
2015-12-11
2
-36
/
+227
|
/
*
Allow a Member's moderation_action to be changed by the REST API.
Aurélien Bompard
2015-12-08
5
-5
/
+102
*
Handle deleting nonexistent messages from the message store. Closes: #167
Aurélien Bompard
2015-12-02
5
-13
/
+63
*
Allow list names to have command suffixes
Aurélien Bompard
2015-11-29
3
-2
/
+42
*
Optimize the roster SQL query
Aurélien Bompard
2015-11-22
1
-3
/
+5
*
When deleting an Address, dependencies must be deleted first
Aurélien Bompard
2015-11-21
4
-6
/
+62
*
Fix the approved rule when there is no list password
Aurélien Bompard
2015-11-21
3
-0
/
+10
*
Reorder the default-posting-chain to avoid spam.
Aurélien Bompard
2015-11-21
5
-17
/
+14
*
Add useful indexes on the member table
Aurélien Bompard
2015-11-21
3
-4
/
+39
*
Sort the JSON output when [devmode]enabled is true.
Barry Warsaw
2015-11-21
2
-1
/
+3
*
Sort the JSON keys in dev mode
Aurélien Bompard
2015-11-21
1
-1
/
+2
*
JSON representations for held message now include a ``self_link``.
Barry Warsaw
2015-11-15
3
-7
/
+11
*
REST: add a self_link entry to held messages
Aurélien Bompard
2015-11-15
2
-1
/
+6
*
Closes #144
Barry Warsaw
2015-11-08
4
-1
/
+44
*
* Add NEWS and a missing _all__ key.
Barry Warsaw
2015-11-06
2
-4
/
+8
*
Rework pagination to fix the 'start' and 'total_size' values
Aurélien Bompard
2015-11-04
10
-109
/
+95
*
Fix the Exim documentation. Given by Isaac Bennetch. Closes #124.
Barry Warsaw
2015-11-02
1
-2
/
+2
*
Clarify that the given example are the defaults.
Barry Warsaw
2015-11-01
1
-3
/
+3
*
Revert "Fix issue #3 by searching for the 'master' script in several possible"
Barry Warsaw
2015-11-01
3
-19
/
+59
*
* Fix the processing of subscription confirmation messages when the mailing
Barry Warsaw
2015-10-31
3
-4
/
+93
*
Added Trove classifiers to setup.py. (Closes: #152)
Barry Warsaw
2015-10-29
1
-0
/
+1
*
Collapse multiple ``Re:`` in Subject headers. Given by Mark Sapiro.
Barry Warsaw
2015-10-29
2
-1
/
+2
*
Fixes for issue #147 Multiple "Re:" in subject.
Mark Sapiro
2015-10-29
2
-19
/
+31
*
A little bit of code cleanup.
Barry Warsaw
2015-10-29
1
-3
/
+3
*
Add NEWS.
Barry Warsaw
2015-10-20
1
-0
/
+5
*
Clean up pass through abompard's branch.
Barry Warsaw
2015-10-20
10
-136
/
+198
*
Be compatible with older versions of SQLAlchemy and Alembic
Aurélien Bompard
2015-10-20
1
-4
/
+3
*
Test schema migration for the header matches
Aurélien Bompard
2015-10-20
2
-7
/
+57
*
Use and interface for the set of header_matches
Aurélien Bompard
2015-10-20
8
-35
/
+174
*
Fix a code typo in the docs
Aurélien Bompard
2015-10-20
1
-1
/
+1
*
Implement changes from the review
Aurélien Bompard
2015-10-20
8
-36
/
+82
*
Make sure site-wide header_matches take precedence over list-specific ones
Aurélien Bompard
2015-10-20
2
-8
/
+45
*
Adapt the code and the tests to the new HeaderMatch object
Aurélien Bompard
2015-10-20
5
-13
/
+22
*
Rename from plural to singular
Aurélien Bompard
2015-10-20
3
-12
/
+12
*
Use a separate table for header_matches
Aurélien Bompard
2015-10-20
3
-2
/
+121
*
Convert header_filter_rules from 2.1 to header_matches
Aurélien Bompard
2015-10-20
2
-0
/
+168
*
Handle header-match rule-specific action
Aurélien Bompard
2015-10-20
2
-2
/
+39
*
* Remove the test_suite key from setup.py; it isn't the right way to run the
Barry Warsaw
2015-10-08
1
-2
/
+2
*
The logging of moderation reasons has been fixed. Given by Aurélien Bompard.
Barry Warsaw
2015-09-23
3
-2
/
+8
|
\
|
*
Fix import order.
Barry Warsaw
2015-09-23
1
-1
/
+1
|
*
Fix the logging of the moderation reasons
Aurélien Bompard
2015-09-23
2
-2
/
+6
|
/
*
Add NEWS.
Barry Warsaw
2015-09-23
1
-0
/
+2
*
Add another code-path test.
Barry Warsaw
2015-09-23
1
-0
/
+40
*
Implement the REST API for <api>/owners.
Barry Warsaw
2015-09-23
3
-3
/
+46
*
Add server_owners attribute to the user manager.
Barry Warsaw
2015-09-23
3
-1
/
+55
*
Start of owners top level resource.
Barry Warsaw
2015-09-23
1
-0
/
+8
*
Document an attribute.
Barry Warsaw
2015-09-23
2
-0
/
+64
[next]