This repository has been archived on 2024-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
burgercat/templates
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
..
apidocs.html fix!: remove /api/post 2023-07-11 20:57:30 -05:00
chat.html improvements 2023-07-12 02:24:51 +02:00
edituser.html feat: add darkmode 2023-07-11 20:29:47 +00:00
login.html comments 2023-07-08 18:00:32 +02:00
main.html remove old "remove post" button 2023-07-11 23:00:57 +02:00
post.html add chat 2023-07-11 21:41:57 +02:00
settings.html feat: add darkmode 2023-07-11 20:29:47 +00:00
signup.html removed things 2023-07-11 21:46:23 +02:00
user.html feat: add darkmode 2023-07-11 20:29:47 +00:00