summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix pipelines tests.Barry Warsaw2014-12-152-5/+5
| * | | Merge parentBarry Warsaw2014-12-152-28/+16
| |\ \ \
| | * | | Fix pending.rst.Barry Warsaw2014-12-142-28/+16
| * | | | Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-1531-142/+131
| * | | | * Read the .cfg files not as bytes any more, but as UTF-8 encoding files.Barry Warsaw2014-12-156-28/+24
| |/ / /
| * | | Add test module.Barry Warsaw2014-12-131-0/+74
| * | | All model tests except for pendings.rst is passing now.Barry Warsaw2014-12-136-82/+30
| * | | More model test fixes and ports.Barry Warsaw2014-12-139-106/+125
| * | | Port some of the commands.Barry Warsaw2014-12-1315-35/+36
| * | | CheckpointingBarry Warsaw2014-12-126-8/+9
| * | | Fix test_inject.pyBarry Warsaw2014-12-111-1/+1
| * | | Checkpointing more fixes.Barry Warsaw2014-12-113-8/+13
| * | | Fix some basic REST plumbing, and make test_rosters pass.Barry Warsaw2014-12-114-6/+12
| * | | Make sure the X-Message-ID-Hash header value is a string.Barry Warsaw2014-12-111-1/+4
| * | | Fix the approved rule. Don't decode the payload so that we get a unicode toBarry Warsaw2014-12-082-6/+6
| * | | languages.rst passesBarry Warsaw2014-12-011-2/+2
| * | | model/addresses.rst passes, with some bad-path cases moved to unittests.Barry Warsaw2014-12-012-17/+25
| * | | registrar.rst is ported; some bad path tests moved to a unittest.Barry Warsaw2014-12-013-31/+70
| * | | test_mailinglist.py passes.Barry Warsaw2014-12-012-7/+4
| * | | Port model/tests/test_user.pyBarry Warsaw2014-12-012-8/+7
| * | | test_requests succeeds now, after changing some LargeBinary columns intoBarry Warsaw2014-12-015-13/+13
| * | | Checkpointing.Barry Warsaw2014-11-3059-265/+265
| * | | Create a py34 environment.Barry Warsaw2014-11-291-1/+6
| * | | Trunk mergeBarry Warsaw2014-11-299-14/+241
| |\ \ \
* | | | | Always pass the -C option to the subprocess.Barry Warsaw2015-01-041-2/+3
* | | | | It's possible $HOME isn't defined.Barry Warsaw2015-01-011-1/+1
* | | | | Post-release housekeeping.Barry Warsaw2014-12-302-3/+8
* | | | | Update version.Barry Warsaw2014-12-301-1/+1
* | | | | Documentation cleanup.Barry Warsaw2014-12-302-1/+1
* | | | | Back port from py3 branch:Barry Warsaw2014-12-291-0/+3
* | | | | Back port from the py3 branch:Barry Warsaw2014-12-2911-17/+257
* | | | | Back port from py3 branch:Barry Warsaw2014-12-294-13/+34
* | | | | Prep for releaseBarry Warsaw2014-12-291-1/+1
| |_|/ / |/| | |
* | | | * Fixed `AttributeError` on MIME digest messages. Given by Aurélien Bompard.Barry Warsaw2014-12-107-44/+196
|\ \ \ \
| * | | | LP: #1130696 - AttributeError on .senderBarry Warsaw2014-12-106-43/+193
|/| | | |
| * | | | Make the MIMEDigester generate a subclass of MIMEMultipart with our additionsAurélien Bompard2014-12-098-60/+65
| * | | | Handle the MIMEMultipart created by the DigestRunner properlyAurélien Bompard2014-11-304-3/+76
| | |/ / | |/| |
* | | | /user sub-resource of the address documented by Aurélien Bompard.Barry Warsaw2014-12-091-11/+124
|\ \ \ \
| * | | | Document the new /addresses/<email>/user resourceAurélien Bompard2014-12-091-10/+120
|/ / / /
* | | | * Fixed getting non-ASCII filenames from RFC 2231 i18n'd messages. Given byBarry Warsaw2014-12-0814-43/+73
|\ \ \ \
| * | | | Convert unicode instance testing to bytes instance testingAurélien Bompard2014-12-0412-14/+13
| * | | | Do not auto-convert Message headers to unicodeAurélien Bompard2014-12-0213-41/+68
| |/ / /
* | | | Updated a credit.Barry Warsaw2014-12-081-1/+1
* | | | * The address resource now has an additional '/user' sub-resource which canBarry Warsaw2014-12-086-22/+329
|\ \ \ \
| * | | | REST feature: create a user from an existing addressAurélien Bompard2014-12-085-21/+274
|/ / / /
* | | | * Fixed messages without a `text/plain` part crashing the `Approved` rule.Barry Warsaw2014-12-033-2/+37
|\ \ \ \ | |/ / / |/| | |
| * | | Emails without a text/plain part crash the Approved ruleAurélien Bompard2014-11-302-1/+35
|/ / /
* | | * Fix Unicode errors when a message being added to the digest has non-asciiBarry Warsaw2014-11-293-1/+66
|\ \ \
| * | | Fix digest handler crashAurélien Bompard2014-11-252-1/+64
| |/ /
* | | * Fixed Unicode errors in the digest runner and when sending messages to theBarry Warsaw2014-11-296-5/+158
|\ \ \