Commit graph

42 commits

Author SHA1 Message Date
maaa
d980389e84 fix #3 2024-04-29 23:54:55 +02:00
maaa
01b7c9f0fa fix #2 2024-04-29 23:52:41 +02:00
maaa
bc84259f80 fix "xss" 2024-04-29 23:39:28 +02:00
maaa
9d79811415 fixes 2024-04-29 23:01:03 +02:00
maaa
e6359db97d we are so back 2024-04-29 22:36:42 +02:00
7c5f7efc91 server side events 2023-07-14 02:29:58 +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
8222502610 removed things 2023-07-11 21:46:23 +02:00
adf6ad863c add chat 2023-07-11 21:41:57 +02:00
TestingPlant
24b278788e feat!: zero-downtime restarts and bind to all IPs
The server can now restart with zero downtime. The server also now binds
to all IPv4 and IPv6 addresses, so the ADDR config value is removed.
2023-07-10 14:28:15 -05:00
7470ea2c98 changes 2023-07-10 19:25:08 +02:00
d90ef9f92d delete posts 2023-07-10 18:53:11 +02:00
08d2d3373d this thing didn't work anyway 2023-07-10 15:54:09 +02:00
1dbb6c378f fix 2 2023-07-10 15:49:49 +02:00
7623dd6475 fix? 2023-07-10 15:46:23 +02:00
48b53eff78 fart 2023-07-10 15:33:13 +02:00
a92561f40a bug fixes 2023-07-10 15:01:57 +02:00
f03814918f unfart 2023-07-10 03:10:19 +02:00
926ceb23e7 test 2023-07-10 03:07:04 +02:00
64c4cb25e1 rate limit thing 2023-07-10 02:07:51 +02:00
0ce3b90c68 updates 2023-07-10 01:49:54 +02:00
f500e68dce new stuff 2023-07-10 01:06:36 +02:00
1fe79a6073 add get comment of post API thing 2023-07-10 00:42:53 +02:00
c72c2bbf72 rate limit login API 2023-07-10 00:21:48 +02:00
67e83fc2c7 fr 2023-07-10 00:10:36 +02:00
b80ae16889 burger 2023-07-10 00:02:45 +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
e753c26605 fart 2023-07-08 21:26:03 +02:00
0b6578d985 set cookie expiration adte 2023-07-08 21:19:07 +02:00
c548e8c406 comments 2023-07-08 18:00:32 +02:00
30575bcf20 add list users 2023-06-29 23:32:17 +02:00
5c1113ff39 webp 2023-06-29 21:14:51 +02:00
547db95ac9 wunkus 2023-06-29 20:44:07 +02:00
a49dc449cc fr 2023-06-29 20:21:18 +02:00