Commit Graph

98 Commits

Author SHA1 Message Date
8ea9afd39d show timestamps in local time 2025-05-28 00:16:37 +03:00
873a4c0c15 set session cookie with expiration date and secure flag 2025-05-27 18:57:20 +03:00
90cacad449 remove print from config when reading commit hash 2025-05-27 17:45:57 +03:00
d1e29822ac allow mods to edit their post even if thread is locked 2025-05-27 17:28:39 +03:00
8cd4695794 add img to babycode 2025-05-27 17:20:55 +03:00
c79cc5797a show running commit in footer 2025-05-27 16:10:35 +03:00
d44c1156b7 add overflow to post preview in topic view 2025-05-27 16:04:56 +03:00
1087e0d511 add overflow to post content 2025-05-26 23:04:30 +03:00
e46883c3c1 add lists support to babycode 2025-05-26 19:45:47 +03:00
ea83a31b16 make cancel post edit button link to the post in question 2025-05-26 04:07:50 +03:00
94f58fef73 fix nested quotes and alter linebreak parsing 2025-05-26 03:32:54 +03:00
6eee661b58 fix reply button not working now 2025-05-26 02:40:09 +03:00
07a65e9633 fix babycode editor buttons not working in user settings 2025-05-26 02:28:22 +03:00
a2d3672fa8 properly handle url= tags 2025-05-26 02:28:22 +03:00
1e9809e4b2 fix: specify docker compose version 2025-05-25 20:39:12 +02:00
9f6541c90c chore: ensure docker compose acts like a service 2025-05-25 20:33:13 +02:00
c426c8aa2a add font and acknowledgements 2025-05-25 21:07:21 +03:00
a4a79d964e change regular infobox color to blue 2025-05-25 06:36:47 +03:00
025b3063a6 allow mods to delete topics 2025-05-25 06:36:31 +03:00
5e7dec08b9 allow users to lock and sticky threads 2025-05-25 06:07:42 +03:00
95e4384f22 mention the need for interactive shell in docker instructions 2025-05-25 05:31:18 +03:00
82fb724770 fix avatars 2025-05-25 05:21:35 +03:00
ca0256268b add ability to delete posts 2025-05-25 04:29:15 +03:00
8a9a5e5bd9 add titles to more pages 2025-05-24 17:39:23 +03:00
ccb2819b01 add user signatures 2025-05-24 17:28:07 +03:00
fbe582ccbc minor formatting fix 2025-05-24 16:48:38 +03:00
22f97dcc82 add quote to babycode, improve quote text 2025-05-24 16:45:34 +03:00
2773ba5243 remove debug endpoint 2025-05-24 16:16:49 +03:00
2a22f6d2ce even stronger cachebusting 2025-05-24 16:15:37 +03:00
ed34f394ce add inline code block support 2025-05-24 16:15:25 +03:00
11dbec0793 better babycode parsing, add horizontal rule 2025-05-24 15:47:31 +03:00
69bfaa8db0 add code blocks + copy 2025-05-24 05:12:46 +03:00
66318698e5 add reusable babycode editor 2025-05-24 02:45:54 +03:00
ec3f144b4e add reply button functionality 2025-05-24 01:07:58 +03:00
e7260090ac add post editing 2025-05-24 00:11:27 +03:00
738b4163a8 prepare post history 2025-05-23 21:29:22 +03:00
3dde2ba49a migrate before running server 2025-05-23 21:28:14 +03:00
12269dd9b3 add sorting topics view 2025-05-23 20:41:06 +03:00
800cd6a1bf alias js folder to /static/js in ngx config 2025-05-23 20:40:32 +03:00
f3aaa6d24d fix wrong url redirect on thread create 2025-05-23 16:12:09 +03:00
f071919fa8 better? cache busting 2025-05-23 16:08:26 +03:00
d70b27cda0 use infobox to signal topic locked 2025-05-23 15:28:09 +03:00
1038e8ea1e add .touched files to ignores 2025-05-23 14:13:37 +03:00
17e231ed74 revise instructions 2025-05-23 13:35:54 +03:00
7f17d4c29e finalize docker setup
now fully works via docker \o/
2025-05-23 13:14:51 +03:00
4fa80aa8c7 VERY quick fix: randomize seed when making admin account 2025-05-23 05:41:38 +03:00
2ccacf12a3 use correct check in start script 2025-05-23 04:55:39 +03:00
0d7ed52679 NOT DONE YET - allow containerization
a bunch was restructured to make it amenable to docker.

it works fine, except when writing to the db. trying to log in (thus creating a session)
will have Lapis throw "attempt to write a readonly database"
2025-05-23 04:46:10 +03:00
af20b626d5 put db and static into data/ 2025-05-22 23:20:15 +03:00
ddad153875 argon2 experiment 2025-05-22 22:30:20 +03:00