summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Store the user_id directly in the email tableHEADmasterAurélien Bompard2013-08-016-89/+44
|
* Store the user_id in the search indexAurélien Bompard2013-08-012-0/+12
|
* Use the user_id as key in HK to avoid exposing the email addressAurélien Bompard2013-08-013-26/+47
|
* Add a table for the Mailman userAurélien Bompard2013-07-317-2/+109
|
* Only accept a Django-like settings module to configureAurélien Bompard2013-07-3110-55/+50
|
* User profiles in HyperKittyAurélien Bompard2013-07-314-1/+57
|
* Prepare for releaseAurélien Bompard2013-07-231-1/+1
|
* Add dependency on Whoosh in the spec fileAurélien Bompard2013-07-221-0/+2
|
* Add methods to attach an email to a thread and to delete a threadAurélien Bompard2013-07-182-0/+25
|
* Dynamic creation of new thread categoriesAurélien Bompard2013-07-111-1/+4
|
* Add categories to threadsAurélien Bompard2013-07-104-8/+129
|
* Add a method to return the top participantsAurélien Bompard2013-06-201-1/+26
|
* Add a way to specify the search results orderAurélien Bompard2013-06-112-5/+13
|
* Fix typos in the scriptsAurélien Bompard2013-06-072-5/+2
|
* Add index support to the import scriptAurélien Bompard2013-06-062-25/+55
|
* Add a Whoosh full-text search indexAurélien Bompard2013-06-067-14/+195
|
* Incoming emails with no dates are in UTCAurélien Bompard2013-05-272-2/+2
|
* Fix the storing of timezonesAurélien Bompard2013-05-272-1/+17
|
* Add a method to get replies after a certain dateAurélien Bompard2013-05-241-0/+3
|
* Allow reading the KittyStore URL from DjangoAurélien Bompard2013-05-181-6/+26
|
* Bump versionsAurélien Bompard2013-05-182-3/+3
|
* Prepare to release 0.1.5Aurélien Bompard2013-05-181-1/+1
|
* Fix unit tests after last commitAurélien Bompard2013-05-185-9/+9
|
* Fix storage of the list's subject prefixAurélien Bompard2013-05-184-5/+37
| | | | | See https://bugs.launchpad.net/mailman/+bug/1181498 Closes: #48
* Fix thread neighbors method to sort by thread activityAurélien Bompard2013-05-182-18/+68
| | | | Closes: #29
* When returning the participants, return their email tooAurélien Bompard2013-05-171-1/+1
|
* Minor pylint-detected cleanupAurélien Bompard2013-03-211-2/+1
|
* Merge pull request #3 from aslakknutsen/remove_next_partAurélien Bompard2013-03-203-3/+45
|\ | | | | Clean up pipermail attachments from email.content
| * Clean up pipermail attachments from email.contentAslak Knutsen2013-03-203-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_apiAurélien Bompard2013-03-042-6/+93
|\ | | | | Update LIKE search in Store to be case insensitive
| * Update LIKE search in Store to be case insensitiveAslak Knutsen2013-03-022-6/+93
|/ | | | * Add Tests to verify search_* and get_* methods used by REST API
* Forgot to mock the ML's description attributeAurélien Bompard2013-02-271-0/+1
|
* Fix versionned dependency on mailman in the spec fileAurélien Bompard2013-02-271-2/+2
|
* Bump versionAurélien Bompard2013-02-232-3/+3
|
* Remove the very outdated SQLAlchemy storeAurélien Bompard2013-02-223-541/+0
|
* Add mailman's epoch in the spec fileAurélien Bompard2013-02-221-1/+1
|
* Update spec fileAurélien Bompard2013-02-192-1/+4
|
* Add a method to get the email hashes in a threadAurélien Bompard2013-02-071-0/+4
|
* Update unit tests for commit 29f188Aurélien Bompard2013-02-072-0/+5
|
* Import the list description from MailmanAurélien Bompard2013-02-044-0/+18
|
* Merge pull request #1 from CtMonkey/patch-1Aurélien Bompard2013-01-281-2/+2
|\ | | | | Update kittystore/storm/store.py
| * Update kittystore/storm/store.pyChris Clarke2013-01-251-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 itAurélien Bompard2013-01-181-3/+2
|
* Make patch2 compatible with the latest changesAurélien Bompard2013-01-171-6/+11
|
* Move to the hyperkitty group account on GithubAurélien Bompard2013-01-112-2/+2
|
* Don't crash updating a thread's date when it has no msg yetAurélien Bompard2013-01-092-2/+11
|
* Import the thread sorting code from HyperKittyAurélien Bompard2013-01-096-1/+232
|
* Fix some error catching in the archives downloaderAurélien Bompard2012-12-141-2/+2
|
* Split reference detection out of get_ref_and_thread_idAurélien Bompard2012-12-142-31/+25
|
* Change the reply detection systemAurélien Bompard2012-12-142-7/+31
| | | | | | - The In-Reply-To header has the priority - The last message-id in the Reference header is used, not the first one