summaryrefslogtreecommitdiffstats
path: root/kittystore/storm/store.py
Commit message (Expand)AuthorAgeFilesLines
* Store the user_id directly in the email tableHEADmasterAurélien Bompard2013-08-011-18/+9
* Use the user_id as key in HK to avoid exposing the email addressAurélien Bompard2013-08-011-26/+34
* Add a table for the Mailman userAurélien Bompard2013-07-311-1/+21
* Only accept a Django-like settings module to configureAurélien Bompard2013-07-311-1/+2
* User profiles in HyperKittyAurélien Bompard2013-07-311-0/+27
* Add methods to attach an email to a thread and to delete a threadAurélien Bompard2013-07-181-0/+24
* Add categories to threadsAurélien Bompard2013-07-101-1/+7
* 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-111-2/+7
* Add a Whoosh full-text search indexAurélien Bompard2013-06-061-1/+25
* Incoming emails with no dates are in UTCAurélien Bompard2013-05-271-1/+1
* Fix the storing of timezonesAurélien Bompard2013-05-271-1/+1
* Fix storage of the list's subject prefixAurélien Bompard2013-05-181-1/+1
* Fix thread neighbors method to sort by thread activityAurélien Bompard2013-05-181-18/+15
* Update LIKE search in Store to be case insensitiveAslak Knutsen2013-03-021-6/+7
* Import the list description from MailmanAurélien Bompard2013-02-041-0/+8
* Update kittystore/storm/store.pyChris Clarke2013-01-251-2/+2
* Import the thread sorting code from HyperKittyAurélien Bompard2013-01-091-1/+3
* Update the list's display name when changed in MailmanAurélien Bompard2012-12-121-4/+3
* Store the full email in a separate tableAurélien Bompard2012-11-261-2/+4
* Don't let the message scrubber add attachmentsAurélien Bompard2012-11-171-2/+6
* Handle dates without time zonesAurélien Bompard2012-11-171-2/+4
* Add MySQL supportAurélien Bompard2012-11-141-7/+16
* Protect attachment import from duplicate emailsAurélien Bompard2012-11-131-0/+7
* Add a thread object in the modelAurélien Bompard2012-11-091-64/+50
* Pylint passAurélien Bompard2012-10-261-1/+2
* Implement necessary methods for pipermail compatibilityAurélien Bompard2012-10-221-8/+38
* Fix archives import (interface changed)Aurélien Bompard2012-10-111-2/+2
* Add a method to get the older and newer threadAurélien Bompard2012-10-091-0/+33
* Store the list display name in the DBAurélien Bompard2012-10-051-3/+13
* Use the email.utils.unquote functionAurélien Bompard2012-10-021-1/+2
* Improve charset handlingAurélien Bompard2012-10-021-1/+17
* Fix header decoding and associated testsAurélien Bompard2012-10-021-1/+1
* Fix some SQL queriesAurélien Bompard2012-09-261-20/+32
* Integrate the scrubber into the storeAurélien Bompard2012-09-261-8/+41
* Port the scrubbing function from Mailman 2.1Aurélien Bompard2012-09-241-2/+3
* Use a middleware in HK to avoid connection leaksAurélien Bompard2012-09-111-0/+7
* Improve date and header parsingAurélien Bompard2012-09-101-0/+3
* Fix thread sortingAurélien Bompard2012-09-101-1/+1
* Improve API and documentationAurélien Bompard2012-09-071-42/+35
* Rename hash_id to message_id_hash to implement MM's IMessageAurélien Bompard2012-09-071-21/+17
* Add a Storm-based backendAurélien Bompard2012-09-071-0/+376