summaryrefslogtreecommitdiffstats
path: root/kittystore/storm/model.py
Commit message (Expand)AuthorAgeFilesLines
* Store the user_id directly in the email tableHEADmasterAurélien Bompard2013-08-011-19/+1
* Use the user_id as key in HK to avoid exposing the email addressAurélien Bompard2013-08-011-0/+2
* Add a table for the Mailman userAurélien Bompard2013-07-311-0/+17
* Add methods to attach an email to a thread and to delete a threadAurélien Bompard2013-07-181-0/+1
* Dynamic creation of new thread categoriesAurélien Bompard2013-07-111-1/+4
* Add categories to threadsAurélien Bompard2013-07-101-4/+31
* Add a Whoosh full-text search indexAurélien Bompard2013-06-061-0/+1
* Add a method to get replies after a certain dateAurélien Bompard2013-05-241-0/+3
* Fix storage of the list's subject prefixAurélien Bompard2013-05-181-1/+1
* When returning the participants, return their email tooAurélien Bompard2013-05-171-1/+1
* Add a method to get the email hashes in a threadAurélien Bompard2013-02-071-0/+4
* Import the list description from MailmanAurélien Bompard2013-02-041-0/+1
* Full email body is not nullable, require itAurélien Bompard2013-01-181-3/+2
* Don't crash updating a thread's date when it has no msg yetAurélien Bompard2013-01-091-2/+6
* Import the thread sorting code from HyperKittyAurélien Bompard2013-01-091-0/+7
* Store the full email in a separate tableAurélien Bompard2012-11-261-2/+25
* Use the Storm base class in the modelAurélien Bompard2012-11-261-17/+15
* Improve the Thread model wrt the starting emailAurélien Bompard2012-11-251-4/+20
* Add MySQL supportAurélien Bompard2012-11-141-0/+1
* Don't order on non-selected columnsAurélien Bompard2012-11-111-2/+2
* Add a thread object in the modelAurélien Bompard2012-11-091-1/+70
* Pylint passAurélien Bompard2012-10-261-1/+1
* First PyLint passAurélien Bompard2012-10-121-0/+7
* Store the list display name in the DBAurélien Bompard2012-10-051-0/+1
* Use references for the attachments in the modelAurélien Bompard2012-10-041-0/+10
* Improve charset handlingAurélien Bompard2012-10-021-0/+1
* Integrate the scrubber into the storeAurélien Bompard2012-09-261-1/+15
* Improve API and documentationAurélien Bompard2012-09-071-0/+12
* Rename hash_id to message_id_hash to implement MM's IMessageAurélien Bompard2012-09-071-3/+8
* Add a Storm-based backendAurélien Bompard2012-09-071-0/+56