Commit Graph

56 Commits

Author SHA1 Message Date
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
74a0ae5027 fix infobox in user view 2025-05-22 22:30:14 +03:00
d4ab245297 set the avatar to default FIRST when clearing avatar 2025-05-22 11:58:05 +03:00
a28572003e add quick and dirty user list for mods 2025-05-22 04:00:11 +03:00
511687c8c3 add proper instructions 2025-05-22 03:36:56 +03:00
7d761bae2e actually delete the avatar row when deleting avatar file 2025-05-22 03:02:27 +03:00
7f10dde1ea add a sort order to topics for the future 2025-05-22 02:57:25 +03:00
9438d3704b make default avatar use the avatars table 2025-05-22 02:44:24 +03:00
16127983ab add markup to topics create 2025-05-22 01:57:15 +03:00
1cb9262ad7 add markup to topics list view 2025-05-22 01:46:08 +03:00
9b42d05174 start writing instructions (not complete yet) 2025-05-22 00:32:00 +03:00
fd261ec8c0 left-right margin 2025-05-21 20:05:50 +03:00
f8da57224f render top navbar in base 2025-05-21 20:00:21 +03:00
24c210e395 show page 1 even if there is nothing to page 2025-05-21 20:00:01 +03:00
f18e31811c add markup to thread create and topic edit 2025-05-21 19:57:08 +03:00
f5ba312032 add topic/thread list view 2025-05-21 17:34:24 +03:00
8e7b167bc2 clamp page query param in thread view 2025-05-21 17:34:02 +03:00
96922fdd76 add userboxes and use them instead of flash 2025-05-20 22:21:06 +03:00
ecf89dba19 add login, signup, settings, delete confirm markup 2025-05-20 19:08:21 +03:00
2eddb70d63 add user page markup 2025-05-20 17:05:45 +03:00
3bd474d7fe use 'me' instead of 'user' consistently 2025-05-20 14:28:23 +03:00
82b25946a0 buttons 2025-05-20 13:49:14 +03:00
a1055b0c43 correct some checks in user view 2025-05-20 13:20:34 +03:00
7cc16047cb add page titles 2025-05-20 13:12:50 +03:00
8c7ef09567 redirect to topics on root 2025-05-20 13:12:31 +03:00
f1f218fc75 split top nav into its own view 2025-05-20 13:12:05 +03:00
8609c33f00 add thread view 2025-05-20 12:30:41 +03:00
9b689a08e2 add sass 2025-05-20 06:56:14 +03:00
c473d2b1a0 more correct babycode parsing 2025-05-20 06:46:36 +03:00
00c56f1417 add is_system method to transient user 2025-05-19 18:36:18 +03:00
a5a7175365 add deleting, promoting/demoting, guesting (soft banning) users 2025-05-19 18:34:21 +03:00
349f4d38ef remove user id from post history table, not sure why it was there in the first place 2025-05-19 09:48:13 +03:00
70a780909a fix limit being hard coded to 20 2025-05-19 09:47:55 +03:00
6181701da6 add offset pagination and permalinking to posts 2025-05-19 09:33:30 +03:00
85b1319c79 some things 2025-05-19 09:12:59 +03:00
5ec458702a some cfg tweaks 2025-05-19 06:43:19 +03:00
4cb390348c license under CNPLv7+ 2025-05-19 06:23:51 +03:00
15a3a62dec mention luaossl 2025-05-18 20:10:23 +03:00
94c735b913 add readme 2025-05-18 20:00:01 +03:00
785eafd646 add bbcode support 2025-05-18 19:55:07 +03:00
4039d6d299 add threads n posts 2025-05-18 17:55:03 +03:00
f5485702a8 add topics 2025-05-18 15:56:29 +03:00
86b568d0f4 move validate session to util module 2025-05-18 13:18:56 +03:00