Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the computation of replies to a message | Max Magorsch | 2020-06-24 | 4 | -15/+69 |
* | Remove verbose logging messages | Max Magorsch | 2020-06-24 | 1 | -7/+0 |
* | Fix getAllMessagesCount to use message_id_field | Max Magorsch | 2020-06-24 | 1 | -1/+1 |
* | Fix the references of a message | Max Magorsch | 2020-06-24 | 2 | -6/+34 |
* | Rename MessageId to MessageIdField | Max Magorsch | 2020-06-24 | 3 | -9/+17 |
* | Fix the InReplyTo reference | Max Magorsch | 2020-06-24 | 3 | -22/+8 |
* | Only show threads for popular messages | Max Magorsch | 2020-06-23 | 1 | -0/+1 |
* | Specify the used templates more explicitly | Max Magorsch | 2020-06-23 | 5 | -8/+8 |
* | Decode subjects correctly | Max Magorsch | 2020-06-23 | 7 | -7/+16 |
* | Improve link to popular threads | Max Magorsch | 2020-06-23 | 1 | -1/+1 |
* | Format Messaage count when browsing lists | Max Magorsch | 2020-06-23 | 5 | -25/+33 |
* | Hide messages where the date is null | Max Magorsch | 2020-06-23 | 2 | -1/+3 |
* | Show Author email if name is not available | Max Magorsch | 2020-06-23 | 1 | -0/+3 |
* | Fix empty dates | Max Magorsch | 2020-06-23 | 1 | -4/+6 |
* | Speed up the tableExists check | Max Magorsch | 2020-06-23 | 1 | -1/+1 |
* | Speed up the computation of the index page | Max Magorsch | 2020-06-23 | 1 | -6/+1 |
* | Increase the verbosity of cache updates | Max Magorsch | 2020-06-23 | 1 | -1/+17 |
* | Speed up computation of /{{listname}}/ | Max Magorsch | 2020-06-23 | 1 | -6/+1 |
* | Speed up loading the threads for a list | Max Magorsch | 2020-06-23 | 1 | -6/+1 |
* | Speed up loading the messages for a list | Max Magorsch | 2020-06-23 | 1 | -13/+1 |
* | Clean up the code | Max Magorsch | 2020-06-23 | 6 | -69/+0 |
* | Improve the importer further | Max Magorsch | 2020-06-22 | 2 | -11/+77 |
* | Cache pages to improve the performance | Max Magorsch | 2020-06-22 | 7 | -22/+100 |
* | Improve the performance of the importer | Max Magorsch | 2020-06-22 | 5 | -43/+141 |
* | Rework the data model to improve the performance | Max Magorsch | 2020-06-22 | 19 | -254/+326 |
* | Improve the error handling during the import | Max Magorsch | 2020-06-19 | 1 | -0/+1 |
* | Don't abort when parsing the body fails | Max Magorsch | 2020-06-19 | 1 | -2/+2 |
* | Speed up the /lists page | Max Magorsch | 2020-06-19 | 3 | -16/+46 |
* | Remove duplicate lists | Max Magorsch | 2020-06-19 | 1 | -2/+0 |
* | Only import messages of public lists for now | Max Magorsch | 2020-06-19 | 2 | -1/+13 |
* | Add all public lists | Max Magorsch | 2020-06-19 | 1 | -2/+122 |
* | Show number of messages on the landing page | Max Magorsch | 2020-06-19 | 1 | -1/+1 |
* | Update package-lock.json | Max Magorsch | 2020-06-19 | 1 | -195/+33 |
* | Bump webpack dependencies | Max Magorsch | 2020-06-19 | 1 | -4/+3 |
* | Wait for postgres to start up | Max Magorsch | 2020-06-19 | 1 | -1/+2 |
* | Fix docker-compose | Max Magorsch | 2020-06-19 | 1 | -0/+2 |
* | Change the default entrypoint of the image | Max Magorsch | 2020-06-19 | 1 | -1/+1 |
* | Disable DAST tests for now | Max Magorsch | 2020-06-19 | 1 | -1/+1 |
* | Use archives.g.o for DAST for now | Max Magorsch | 2020-06-19 | 1 | -1/+1 |
* | Add bin folder | Max Magorsch | 2020-06-19 | 1 | -0/+0 |
* | Run go fmt | Max Magorsch | 2020-06-19 | 3 | -9/+9 |
* | Initial version | Max Magorsch | 2020-06-19 | 63 | -0/+11250 |