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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove huge amounts of now unnecessary file boilerplate.
Barry Warsaw
2014-12-22
10
-30
/
+2
*
Trunk merge.
Barry Warsaw
2014-12-22
1
-0
/
+174
|
\
|
*
* The address resource now has an additional '/user' sub-resource which can
Barry Warsaw
2014-12-08
1
-0
/
+174
|
|
\
|
|
*
REST feature: create a user from an existing address
Aurélien Bompard
2014-12-08
1
-0
/
+136
|
|
/
*
|
All the REST tests pass.
Barry Warsaw
2014-12-15
4
-1
/
+88
*
|
Lots of REST test fixes.
Barry Warsaw
2014-12-15
3
-10
/
+11
*
|
Two more REST tests passing.
Barry Warsaw
2014-12-15
2
-8
/
+8
*
|
Checkpointing more fixes.
Barry Warsaw
2014-12-11
1
-2
/
+4
*
|
Checkpointing.
Barry Warsaw
2014-11-30
8
-19
/
+13
|
/
*
s/restish/falcon/
Barry Warsaw
2014-11-15
8
-36
/
+354
|
\
|
*
Port to current Falcon git head.
Barry Warsaw
2014-11-02
1
-5
/
+5
|
*
Complete the conversion from restish to falcon, modulo a clean up pass. All
Barry Warsaw
2014-08-14
4
-5
/
+112
|
*
Lists and pagination are ported.
Barry Warsaw
2014-08-13
2
-24
/
+95
|
*
Domains are ported to falcon.
Barry Warsaw
2014-08-13
1
-0
/
+14
|
*
Make preferences work.
Barry Warsaw
2014-08-13
1
-0
/
+67
|
*
Get addresses.rst, i.e. /<api>/addresses working.
Barry Warsaw
2014-08-12
2
-2
/
+16
|
*
First pass at converting to falcon for the REST API layer.
Barry Warsaw
2014-08-12
1
-5
/
+50
|
/
*
Use print functions consistently through, and update all __future__ imports to
Barry Warsaw
2014-04-28
1
-1
/
+1
*
* Fixed a crash in the REST server when searching for nonmembers via
Barry Warsaw
2014-04-15
2
-6
/
+128
*
Add an email address to an existing user via the REST API.
Barry Warsaw
2014-04-14
1
-0
/
+83
|
\
|
*
Posting an invalid email address string to the user/addresses endpoint
Florian Fuchs
2014-04-14
1
-0
/
+12
|
*
* Added an API endpoint to POST new email addresses to a user resource.
Florian Fuchs
2014-04-13
1
-0
/
+35
*
|
Trunk merge
Barry Warsaw
2014-04-14
8
-8
/
+77
|
\
|
|
*
Bump copyright years.
Barry Warsaw
2014-01-01
8
-8
/
+8
|
*
Add lists/<list-id>/archivers as the resource end-point.
Barry Warsaw
2013-11-27
1
-20
/
+63
|
*
Unit tests for enabling/disabling archivers.
Joanna Skrzeszewska
2013-09-18
1
-0
/
+26
*
|
Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.
Barry Warsaw
2014-04-14
1
-1
/
+2
|
/
*
Tweaks and fixes by Barry.
Barry Warsaw
2013-03-21
1
-34
/
+50
*
Removed unused `default_count` argument and remove one wrapping level in pagi...
Florian Fuchs
2013-03-20
1
-7
/
+7
*
Fixed some comments in pagination test
Florian Fuchs
2013-03-20
1
-5
/
+7
*
REST API: Added pagination functionality to list, member and user collections.
Florian Fuchs
2013-03-20
1
-0
/
+127
*
* 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
7
-7
/
+7
*
* List styles are supported through the REST API. Get the list of available
Barry Warsaw
2012-12-30
1
-0
/
+47
*
* A user's password can be verified by POSTing to .../user/<id>/login. The
Barry Warsaw
2012-12-26
1
-2
/
+85
*
* Finish rewrite of users.rst doctest.
Barry Warsaw
2012-12-26
1
-2
/
+81
*
Flesh out a few more tests.
Barry Warsaw
2012-12-17
1
-2
/
+34
*
* Simplify moderator.rst and requests.rst so they serve a better purpose as
Barry Warsaw
2012-12-17
1
-1
/
+1
*
* Deleting a user through the REST API also deletes all the user's linked
Barry Warsaw
2012-11-05
1
-0
/
+87
*
* 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
1
-1
/
+73
*
* The link between members and the mailing lists they are subscribed to, is
Barry Warsaw
2012-09-04
1
-5
/
+5
*
- 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
*
* Mailing list resources now have a `member_count` attribute which gives the
Barry Warsaw
2012-03-15
1
-2
/
+51
|
\
|
*
Unittest to show that adding members to a list is reflected in the rest api
toshio
2012-03-15
1
-1
/
+43
*
|
Schema change. After discussion at Pycon, we decided to change "real_name" to
Barry Warsaw
2012-03-15
1
-2
/
+2
|
/
*
* Held messages can now be moderated through the REST API. Mailing list
Barry Warsaw
2012-01-30
2
-1
/
+108
*
copybump
Barry Warsaw
2012-01-01
6
-6
/
+6
[prev]
[next]