Commit Graph

29 Commits

Author SHA1 Message Date
3e9f97e0e0 add cors middleware 2024-04-06 18:29:56 -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
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
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