summaryrefslogtreecommitdiffstats
path: root/kittystore/storm
Commit message (Expand)AuthorAgeFilesLines
* Update kittystore/storm/store.pyChris Clarke2013-01-251-2/+2
* 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
* 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-094-1/+56
* 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-265-11/+106
* 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
* Don't let the message scrubber add attachmentsAurélien Bompard2012-11-172-3/+7
* Handle dates without time zonesAurélien Bompard2012-11-171-2/+4
* Add MySQL supportAurélien Bompard2012-11-145-9/+106
* Protect attachment import from duplicate emailsAurélien Bompard2012-11-131-0/+7
* Don't order on non-selected columnsAurélien Bompard2012-11-111-2/+2
* Add a thread object in the modelAurélien Bompard2012-11-094-69/+208
* Pylint passAurélien Bompard2012-10-263-2/+4
* Implement necessary methods for pipermail compatibilityAurélien Bompard2012-10-221-8/+38
* First PyLint passAurélien Bompard2012-10-123-0/+12
* 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-053-3/+16
* Use references for the attachments in the modelAurélien Bompard2012-10-041-0/+10
* Use the email.utils.unquote functionAurélien Bompard2012-10-021-1/+2
* Fix DB indexesAurélien Bompard2012-10-021-4/+2
* Improve charset handlingAurélien Bompard2012-10-023-1/+20
* 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-262-9/+56
* Refactor the scrubbing functionAurélien Bompard2012-09-251-0/+10
* Start implementing the attachments tableAurélien Bompard2012-09-251-0/+10
* 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-112-12/+22
* Improve date and header parsingAurélien Bompard2012-09-101-0/+3
* Fix thread sortingAurélien Bompard2012-09-101-1/+1
* Move the store pool from HyperKitty to the Storm moduleAurélien Bompard2012-09-071-8/+34
* Improve API and documentationAurélien Bompard2012-09-072-42/+47
* Rename hash_id to message_id_hash to implement MM's IMessageAurélien Bompard2012-09-073-28/+29
* Add a Storm-based backendAurélien Bompard2012-09-076-0/+617