Commit graph

40 commits

Author SHA1 Message Date
44c91c39dc Make the migration cookie work properly on older servers 2024-05-18 01:27:19 +01:00
52324e269c Fixed broken URI 2024-05-17 20:53:27 +01:00
3a31511c76 Update templates/migrate.html 2024-05-17 07:28:31 +01:00
fbb3d8fdb1 Update templates/oauth.html 2024-05-17 07:28:02 +01:00
0bfad634d8 Fixed migration and made cookies more secure 2024-05-16 16:48:22 +01:00
5a13b2976d OAuth works, not quite migration 2024-05-16 09:11:21 +01:00
814f05dfa6 Removed temp file 2024-05-15 19:45:47 +01:00
f388ff86a5 Beta migration 2024-05-15 19:45:36 +01:00
41f2a74ed1 Various fixes 2024-05-14 07:47:59 +01:00
930db146ff Styled oauth2 2024-05-14 07:35:55 +01:00
64818f1e6e OAuth2 build working 2024-05-14 01:23:03 +01:00
maaa
e6359db97d we are so back 2024-04-29 22:36:42 +02:00
07bbfd9530 shutdown 2023-07-19 20:16:13 +02:00
69d6020865 fix: made commit hash consistent with the running server 2023-07-13 03:05:33 +00:00
48321233c3 feat: current git commit hash shown to visitors 2023-07-13 00:28:28 +00:00
maaa
70aedb393d Merge pull request 'fix!: remove /api/post' (#6) from TestingPlant/burgercat:remove-api-post into main
Reviewed-on: https://codeberg.org/burger-software/burgercat/pulls/6
2023-07-12 14:41:48 +00:00
39bd51a49e feat: add user information to settings 2023-07-12 03:54:20 +00:00
TestingPlant
a041e6a21f fix!: remove /api/post
The code handling /api/post is similar to the code handling /post, but
/api/post has some bugs such as allowing banned users to upload files.
Making /post the only API able to upload files would reduce duplicated
code which reduces the chance of bugs.

Although this removes /api/post, it shouldn't cause any issues since
/api/post isn't currently usable because it requires a multipart
request, but the code uses get_json which only works when the
mimetype is application/json.
2023-07-11 20:57:30 -05:00
7c4c0c7ceb improvements 2023-07-12 02:24:51 +02:00
38e818737c Merge branch 'main' of https://codeberg.org/burger-software/burgercat 2023-07-11 23:03:02 +02:00
36391c30b8 remove old "remove post" button 2023-07-11 23:00:57 +02:00
b56ec9454c feat: add darkmode 2023-07-11 20:29:47 +00:00
8222502610 removed things 2023-07-11 21:46:23 +02:00
adf6ad863c add chat 2023-07-11 21:41:57 +02:00
7470ea2c98 changes 2023-07-10 19:25:08 +02:00
8330a8a5be fart 2023-07-10 18:58:27 +02:00
d90ef9f92d delete posts 2023-07-10 18:53:11 +02:00
1fe79a6073 add get comment of post API thing 2023-07-10 00:42:53 +02:00
4550143f00 fixes 2023-07-09 23:27:28 +02:00
ad0fdeba35 fart 2023-07-09 22:00:15 +02:00
f7d22cf36c fixes 2023-07-09 02:16:04 +02:00
ed6ab7cea0 added API 2023-07-09 00:44:53 +02:00
b1b9a32fca changes 2023-07-08 19:48:23 +02:00
0f5e1f63d7 changes 2023-07-08 19:04:16 +02:00
e2e6787181 fart 2023-07-08 18:11:20 +02:00
f1300c1d56 real 2023-07-08 18:05:37 +02:00
c548e8c406 comments 2023-07-08 18:00:32 +02:00
e9280b3b12 make fields required in html 2023-06-29 21:36:26 +02:00
4328168834 real 2023-06-29 20:39:27 +02:00
a49dc449cc fr 2023-06-29 20:21:18 +02:00