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
/
rest
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Tweaks and fixes by Barry.
Barry Warsaw
2013-03-21
8
-69
/
+85
*
Florian's branch for LP: #1156529
Barry Warsaw
2013-03-21
8
-3
/
+287
|
\
|
*
Removed unused `default_count` argument and remove one wrapping level in pagi...
Florian Fuchs
2013-03-20
5
-33
/
+30
|
*
Fixed comment typo
Florian Fuchs
2013-03-20
1
-1
/
+1
|
*
Fixed some comments in pagination test
Florian Fuchs
2013-03-20
1
-5
/
+7
|
*
REST API collection pagination: slice result only if pagination params are pr...
Florian Fuchs
2013-03-20
1
-1
/
+5
|
*
REST API: Added pagination functionality to list, member and user collections.
Florian Fuchs
2013-03-20
8
-3
/
+284
*
|
* Add ``reply_to_address`` and ``first_strip_reply_to`` as writable
Barry Warsaw
2013-03-20
2
-178
/
+10
|
/
*
* Non-queue runners should not create ``var/queue`` subdirectories. Fixed by
Barry Warsaw
2013-01-20
1
-0
/
+9
|
\
|
*
Test added to non_queue_runner bug
Sandesh Kumar Agrawal
2013-01-17
1
-0
/
+7
|
/
*
Bump copyright years.
Barry Warsaw
2013-01-01
21
-21
/
+21
*
* List styles are supported through the REST API. Get the list of available
Barry Warsaw
2012-12-30
5
-104
/
+158
*
Remove commented out pdb call.
Barry Warsaw
2012-12-26
1
-1
/
+0
*
* A user's password can be verified by POSTing to .../user/<id>/login. The
Barry Warsaw
2012-12-26
3
-2
/
+149
*
* Finish rewrite of users.rst doctest.
Barry Warsaw
2012-12-26
3
-134
/
+210
*
initial refactoring
Barry Warsaw
2012-12-25
1
-13
/
+12
*
Flesh out a few more tests.
Barry Warsaw
2012-12-17
1
-2
/
+34
*
* Expose a REST API for membership change (subscriptions and unsubscriptions)
Barry Warsaw
2012-12-17
4
-59
/
+386
|
\
|
*
* Simplify moderator.rst and requests.rst so they serve a better purpose as
Barry Warsaw
2012-12-17
2
-9
/
+18
|
*
Complete the exposure of subscription request moderation via REST (still needs
Barry Warsaw
2012-12-16
2
-74
/
+250
|
*
Expose held subscription/unsubscription requests via the API.
Barry Warsaw
2012-12-15
3
-9
/
+151
*
|
* Allow the getting/setting of IMailingList.subject_prefix via the REST API
Barry Warsaw
2012-12-17
2
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
Adding subject_prefix to the api (and updating the docs to include it)
Terri Oda
2012-12-15
2
-0
/
+9
|
/
*
* Deleting a user through the REST API also deletes all the user's linked
Barry Warsaw
2012-11-05
3
-2
/
+101
*
* Python 2.7 is not required. Python 2.6 is no longer officially supported.
Barry Warsaw
2012-10-31
7
-182
/
+69
*
* You can now verify and unverify an email address through the REST API.
Barry Warsaw
2012-09-22
3
-3
/
+154
*
* You can now PUT and PATCH on user resources to change the user's display
Barry Warsaw
2012-09-22
7
-110
/
+295
*
* Add list_id to JSON representation for a mailing list (given by Jimmy
Barry Warsaw
2012-09-22
3
-17
/
+60
|
\
|
*
Add list_id to the REST API list representation
Jimmy Bergman
2012-09-20
2
-0
/
+4
|
/
*
* The link between members and the mailing lists they are subscribed to, is
Barry Warsaw
2012-09-04
6
-72
/
+72
*
* Expose `archive_policy` in the REST API. Contributed by Alexander
Barry Warsaw
2012-08-20
2
-0
/
+8
*
* Removed obsolete `IMailingList` attribute `generic_nonmember_action.
Barry Warsaw
2012-08-19
2
-4
/
+0
*
* The policy for archiving has now been collapsed into a single enum, called
Barry Warsaw
2012-07-26
2
-10
/
+10
|
\
|
*
Working for SQLite:
Barry Warsaw
2012-07-25
2
-9
/
+9
|
/
*
* `passlib`_ is now used for all password hashing instead of flufl.password.
Barry Warsaw
2012-07-02
1
-2
/
+1
*
Replace flufl.password with passlib, albeit with a wrapper.
Barry Warsaw
2012-06-27
2
-10
/
+10
*
- Remove an obsolete script.
Barry Warsaw
2012-04-22
1
-2
/
+3
*
- Module modernization by adding the print_function() import.
Barry Warsaw
2012-04-22
5
-52
/
+57
*
Rename mailman.database.transaction.txn to ...transactional. Modernize the
Barry Warsaw
2012-04-20
1
-9
/
+4
*
Merge the Pipermail eradication branch. The scrubber is also removed.
Barry Warsaw
2012-03-17
1
-4
/
+1
|
\
|
*
Eradicate Pipermail. Everything but the scrubber test works. That will take
Barry Warsaw
2012-03-15
1
-4
/
+1
*
|
* Add property `IRoster.member_count`.
Barry Warsaw
2012-03-15
1
-1
/
+1
*
|
* Mailing list resources now have a `member_count` attribute which gives the
Barry Warsaw
2012-03-15
4
-4
/
+63
|
\
\
|
*
|
Unittest to show that adding members to a list is reflected in the rest api
toshio
2012-03-15
1
-1
/
+43
|
*
|
Fix up doctests for the addition of volume and member_count to the rest api l...
toshio
2012-03-15
2
-1
/
+7
|
*
|
Export both the count of members and the latest digest volume in the rest api
toshio
2012-03-15
1
-0
/
+2
*
|
|
Schema change. After discussion at Pycon, we decided to change "real_name" to
Barry Warsaw
2012-03-15
12
-42
/
+43
|
/
/
*
/
Do not taunt Happy Python 2.6 Fun Ball.
Barry Warsaw
2012-03-14
1
-2
/
+2
|
/
*
* Mailing lists get multiple chains and pipelines. For example, normal
Barry Warsaw
2012-03-07
2
-11
/
+10
*
* A welcome message is sent when the user confirms their subscription via
Barry Warsaw
2012-03-04
1
-1
/
+1
[prev]
[next]