summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Packaging hyperkittyAamir Khan2012-07-242-181/+0
|
* code refactoring : moving thread page view to views/thread.pyAamir Khan2012-06-262-0/+181
|
* Removed unnecessary code : lib/Aamir Khan2012-06-243-380/+0
|
* Let's convert the value to int if there is a value to convertPierre-Yves Chibon2012-04-231-4/+5
|
* Limit the result of the tag search to the lastest 50Pierre-Yves Chibon2012-04-191-2/+12
|
* Implement the new identifiers (I've removed all the dashes in the identifiers)Pierre-Yves Chibon2012-03-311-24/+42
|
* Remove the ordering for the time being, we should fix that at the database levelPierre-Yves Chibon2012-03-311-2/+3
|
* Add a get_email function return the email corresponding to the given ↵Pierre-Yves Chibon2012-03-281-1/+13
| | | | Message-ID -- code layout
* Use int() on the identifier and return nothing if there is nothing to returnPierre-Yves Chibon2012-03-231-4/+7
|
* Add the thread view logicPierre-Yves Chibon2012-03-231-0/+52
|
* Let's try another way of getting for how long the archives are availablePierre-Yves Chibon2012-03-191-7/+11
|
* Add pagination to the results of a searchPierre-Yves Chibon2012-03-191-2/+3
|
* Replace Thread-ID by ThreadID so that we can use it in the templatesPierre-Yves Chibon2012-03-181-6/+6
|
* Fix the aggregation of the thread -- Use References instead of In-Reply-ToPierre-Yves Chibon2012-03-181-5/+7
|
* Use References to detect thread rather than In-Reply-To and add function to ↵Pierre-Yves Chibon2012-03-181-5/+15
| | | | search the archives
* Let's try to optimizationPierre-Yves Chibon2012-03-181-2/+4
|
* Start implementing the archiver with mongo in the backgroundPierre-Yves Chibon2012-03-181-0/+83
|
* Remove notmuch libPierre-Yves Chibon2012-03-181-105/+0
|
* Change mm_app to hyperkitty in the sourceToshio Kuratomi2012-03-131-1/+1
|
* Import the initial version of the hyperkitty archivertoshio2012-03-123-0/+286