Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | The scrubber should always return unicode | Aurélien Bompard | 2013-09-09 | 3 | -1/+153 | |
| | ||||||
* | Fix dependency in tables creation | Aurélien Bompard | 2013-09-09 | 1 | -17/+17 | |
| | ||||||
* | Bump version and modify the spec file to handle prereleases | Aurélien Bompard | 2013-09-01 | 2 | -7/+7 | |
| | ||||||
* | Strip pip syntax from the requirements file | Aurélien Bompard | 2013-08-30 | 2 | -6/+10 | |
| | ||||||
* | Spec file: the mailman package was renamed to mailman3 | Aurélien Bompard | 2013-08-30 | 1 | -2/+4 | |
| | ||||||
* | The mailmanclient module is not yet in PyPI | Aurélien Bompard | 2013-08-16 | 1 | -1/+2 | |
| | ||||||
* | Store the user_id directly in the email tableHEADmaster | Aurélien Bompard | 2013-08-01 | 6 | -89/+44 | |
| | ||||||
* | Store the user_id in the search index | Aurélien Bompard | 2013-08-01 | 2 | -0/+12 | |
| | ||||||
* | Use the user_id as key in HK to avoid exposing the email address | Aurélien Bompard | 2013-08-01 | 3 | -26/+47 | |
| | ||||||
* | Add a table for the Mailman user | Aurélien Bompard | 2013-07-31 | 7 | -2/+109 | |
| | ||||||
* | Only accept a Django-like settings module to configure | Aurélien Bompard | 2013-07-31 | 10 | -55/+50 | |
| | ||||||
* | User profiles in HyperKitty | Aurélien Bompard | 2013-07-31 | 4 | -1/+57 | |
| | ||||||
* | Prepare for release | Aurélien Bompard | 2013-07-23 | 1 | -1/+1 | |
| | ||||||
* | Add dependency on Whoosh in the spec file | Aurélien Bompard | 2013-07-22 | 1 | -0/+2 | |
| | ||||||
* | Add methods to attach an email to a thread and to delete a thread | Aurélien Bompard | 2013-07-18 | 2 | -0/+25 | |
| | ||||||
* | Dynamic creation of new thread categories | Aurélien Bompard | 2013-07-11 | 1 | -1/+4 | |
| | ||||||
* | Add categories to threads | Aurélien Bompard | 2013-07-10 | 4 | -8/+129 | |
| | ||||||
* | Add a method to return the top participants | Aurélien Bompard | 2013-06-20 | 1 | -1/+26 | |
| | ||||||
* | Add a way to specify the search results order | Aurélien Bompard | 2013-06-11 | 2 | -5/+13 | |
| | ||||||
* | Fix typos in the scripts | Aurélien Bompard | 2013-06-07 | 2 | -5/+2 | |
| | ||||||
* | Add index support to the import script | Aurélien Bompard | 2013-06-06 | 2 | -25/+55 | |
| | ||||||
* | Add a Whoosh full-text search index | Aurélien Bompard | 2013-06-06 | 7 | -14/+195 | |
| | ||||||
* | Incoming emails with no dates are in UTC | Aurélien Bompard | 2013-05-27 | 2 | -2/+2 | |
| | ||||||
* | Fix the storing of timezones | Aurélien Bompard | 2013-05-27 | 2 | -1/+17 | |
| | ||||||
* | Add a method to get replies after a certain date | Aurélien Bompard | 2013-05-24 | 1 | -0/+3 | |
| | ||||||
* | Allow reading the KittyStore URL from Django | Aurélien Bompard | 2013-05-18 | 1 | -6/+26 | |
| | ||||||
* | Bump versions | Aurélien Bompard | 2013-05-18 | 2 | -3/+3 | |
| | ||||||
* | Prepare to release 0.1.5 | Aurélien Bompard | 2013-05-18 | 1 | -1/+1 | |
| | ||||||
* | Fix unit tests after last commit | Aurélien Bompard | 2013-05-18 | 5 | -9/+9 | |
| | ||||||
* | Fix storage of the list's subject prefix | Aurélien Bompard | 2013-05-18 | 4 | -5/+37 | |
| | | | | | See https://bugs.launchpad.net/mailman/+bug/1181498 Closes: #48 | |||||
* | Fix thread neighbors method to sort by thread activity | Aurélien Bompard | 2013-05-18 | 2 | -18/+68 | |
| | | | | Closes: #29 | |||||
* | When returning the participants, return their email too | Aurélien Bompard | 2013-05-17 | 1 | -1/+1 | |
| | ||||||
* | Minor pylint-detected cleanup | Aurélien Bompard | 2013-03-21 | 1 | -2/+1 | |
| | ||||||
* | Merge pull request #3 from aslakknutsen/remove_next_part | Aurélien Bompard | 2013-03-20 | 3 | -3/+45 | |
|\ | | | | | Clean up pipermail attachments from email.content | |||||
| * | Clean up pipermail attachments from email.content | Aslak Knutsen | 2013-03-20 | 3 | -3/+45 | |
|/ | | | | | | | | | | When loading an archive from pipermail, attachments are described in the email body as "-- next part --" pr attachment. This is noise for the reader and should not be part of the email.content displayed to the user. The complete original message can still be seen in the raw view. | |||||
* | Merge pull request #2 from aslakknutsen/search_api | Aurélien Bompard | 2013-03-04 | 2 | -6/+93 | |
|\ | | | | | Update LIKE search in Store to be case insensitive | |||||
| * | Update LIKE search in Store to be case insensitive | Aslak Knutsen | 2013-03-02 | 2 | -6/+93 | |
|/ | | | | * Add Tests to verify search_* and get_* methods used by REST API | |||||
* | Forgot to mock the ML's description attribute | Aurélien Bompard | 2013-02-27 | 1 | -0/+1 | |
| | ||||||
* | Fix versionned dependency on mailman in the spec file | Aurélien Bompard | 2013-02-27 | 1 | -2/+2 | |
| | ||||||
* | Bump version | Aurélien Bompard | 2013-02-23 | 2 | -3/+3 | |
| | ||||||
* | Remove the very outdated SQLAlchemy store | Aurélien Bompard | 2013-02-22 | 3 | -541/+0 | |
| | ||||||
* | Add mailman's epoch in the spec file | Aurélien Bompard | 2013-02-22 | 1 | -1/+1 | |
| | ||||||
* | Update spec file | Aurélien Bompard | 2013-02-19 | 2 | -1/+4 | |
| | ||||||
* | Add a method to get the email hashes in a thread | Aurélien Bompard | 2013-02-07 | 1 | -0/+4 | |
| | ||||||
* | Update unit tests for commit 29f188 | Aurélien Bompard | 2013-02-07 | 2 | -0/+5 | |
| | ||||||
* | Import the list description from Mailman | Aurélien Bompard | 2013-02-04 | 4 | -0/+18 | |
| | ||||||
* | Merge pull request #1 from CtMonkey/patch-1 | Aurélien Bompard | 2013-01-28 | 1 | -2/+2 | |
|\ | | | | | Update kittystore/storm/store.py | |||||
| * | Update kittystore/storm/store.py | Chris Clarke | 2013-01-25 | 1 | -2/+2 | |
|/ | | | Stormstore does not implement "delete", it does however have the method "remove". See http://bazaar.launchpad.net/~storm/storm/trunk/view/head:/storm/store.py#L283 | |||||
* | Full email body is not nullable, require it | Aurélien Bompard | 2013-01-18 | 1 | -3/+2 | |
| | ||||||
* | Make patch2 compatible with the latest changes | Aurélien Bompard | 2013-01-17 | 1 | -6/+11 | |
| |