aboutsummaryrefslogtreecommitdiff
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* Use 3 tabs to split the different viewsMax Magorsch2020-06-245-21/+79
* Make --compute-threads more verboseMax Magorsch2020-06-241-0/+7
* Create message_to_reference table if not presentMax Magorsch2020-06-241-9/+22
* Add an option to recompute the thread referencesMax Magorsch2020-06-243-2/+30
* Fix the computation of replies to a messageMax Magorsch2020-06-241-10/+41
* Remove verbose logging messagesMax Magorsch2020-06-241-7/+0
* Fix getAllMessagesCount to use message_id_fieldMax Magorsch2020-06-241-1/+1
* Fix the references of a messageMax Magorsch2020-06-241-4/+32
* Rename MessageId to MessageIdFieldMax Magorsch2020-06-243-9/+17
* Fix the InReplyTo referenceMax Magorsch2020-06-242-20/+6
* Only show threads for popular messagesMax Magorsch2020-06-231-0/+1
* Specify the used templates more explicitlyMax Magorsch2020-06-235-8/+8
* Decode subjects correctlyMax Magorsch2020-06-231-0/+9
* Format Messaage count when browsing listsMax Magorsch2020-06-234-23/+31
* Hide messages where the date is nullMax Magorsch2020-06-232-1/+3
* Show Author email if name is not availableMax Magorsch2020-06-231-0/+3
* Speed up the tableExists checkMax Magorsch2020-06-231-1/+1
* Speed up the computation of the index pageMax Magorsch2020-06-231-6/+1
* Increase the verbosity of cache updatesMax Magorsch2020-06-231-1/+17
* Speed up computation of /{{listname}}/Max Magorsch2020-06-231-6/+1
* Speed up loading the threads for a listMax Magorsch2020-06-231-6/+1
* Speed up loading the messages for a listMax Magorsch2020-06-231-13/+1
* Clean up the codeMax Magorsch2020-06-236-69/+0
* Improve the importer furtherMax Magorsch2020-06-221-11/+76
* Cache pages to improve the performanceMax Magorsch2020-06-227-22/+100
* Improve the performance of the importerMax Magorsch2020-06-222-40/+131
* Rework the data model to improve the performanceMax Magorsch2020-06-2213-238/+312
* Improve the error handling during the importMax Magorsch2020-06-191-0/+1
* Don't abort when parsing the body failsMax Magorsch2020-06-191-2/+2
* Speed up the /lists pageMax Magorsch2020-06-193-16/+46
* Remove duplicate listsMax Magorsch2020-06-191-2/+0
* Only import messages of public lists for nowMax Magorsch2020-06-192-1/+13
* Add all public listsMax Magorsch2020-06-191-2/+122
* Run go fmtMax Magorsch2020-06-193-9/+9
* Initial versionMax Magorsch2020-06-1921-0/+1383