Commit Graph

39 Commits

Author SHA1 Message Date
ebea9faabf add jquery (broken) 2024-04-06 18:14:17 -04:00
221dbba3be remove location /api/ from nginx.conf 2024-04-06 17:57:44 -04:00
db4ea90a99 update docker-compose.yml 2024-04-06 17:50:34 -04:00
8f2d6b1613 add Dockerfile and nginx configuration 2024-04-06 17:50:21 -04:00
45c7886090 refactor: create src directory 2024-04-06 17:27:23 -04:00
327f8e4964 ignore .idea 2024-04-06 17:15:57 -04:00
676ececfad Version 3.0 (#4)
Release version 3.0

Reviewed-on: #4
Co-authored-by: agatha <agatha@juggalol.com>
Co-committed-by: agatha <agatha@juggalol.com>
2024-04-06 20:19:45 +00:00
0525dec9b9 use global .gitignore 2024-04-05 19:47:57 -04:00
4838bcfe59 use global .gitignore 2024-04-05 19:47:43 -04:00
e4f0105a6e consolidate database transactions when creating new thread 2024-04-05 19:41:57 -04:00
b3feb1b7a0 use alpine instead of bookworm 2024-04-05 19:32:59 -04:00
e1ab344279 add /catalog route 2024-04-05 19:28:27 -04:00
5fd50065cb update Dockerfile 2024-04-05 19:21:39 -04:00
05104667c7 remove unused import 2024-04-05 19:07:23 -04:00
98439fd1e7 remove forum.py 2024-04-05 19:05:28 -04:00
4a1dd775eb add database support 2024-04-05 19:01:15 -04:00
528c474dc3 update .gitignore 2024-04-05 19:01:00 -04:00
f1edf3218a chore: PEP8 2024-04-05 16:41:51 -04:00
5074db5618 add is_closed column to Thread class 2024-04-01 17:26:01 -04:00
fdea61b784 add get_db method 2024-04-01 17:25:32 -04:00
79ec14516a feat: add database support 2024-04-01 00:43:12 -04:00
16b468d9ab return error when thread is not found 2024-04-01 00:04:04 -04:00
4228107b54 refactor: move unknown parent thread check 2024-03-31 23:57:09 -04:00
002fc63c90 feat: add author field to post and reply forms 2024-03-31 23:55:00 -04:00
2b0ae5925e feat: posts have a default author of "anon" 2024-03-31 23:45:39 -04:00
95a16aaa47 docs: update reply description 2024-03-31 23:29:23 -04:00
701d20bc60 feat: forum is now Thread based 2024-03-31 23:27:57 -04:00
e92bb1c616 update Thread class to allow closing 2024-03-31 23:09:22 -04:00
ef7ddd5ec2 add Thread class 2024-03-31 22:55:50 -04:00
5512ced1a1 feat: add docker compose file 2024-03-31 22:43:44 -04:00
8dae39d13d docs: add frontend notes 2024-03-31 22:31:28 -04:00
854b42924c remove default posts 2024-03-31 22:25:10 -04:00
89a959a3da docs(backend): add Docker instructions 2024-03-31 22:20:31 -04:00
de7da85e7a feat: add Dockerfile for backend 2024-03-31 22:17:12 -04:00
e3f8c58457 docs(backend): update readme 2024-03-31 22:16:33 -04:00
15c1f3d824 chore(api): remove unused Body import 2024-03-31 22:15:34 -04:00
c2f95a0f2d feat(api): add post viewing and creation 2024-03-31 21:37:10 -04:00
d466e16882 add .gitignore 2024-03-31 21:33:21 -04:00
bf9f0d4d3f add project description 2024-03-31 21:30:50 -04:00