Commit Graph

16 Commits

Author SHA1 Message Date
b2e51be8e5 Added new chat page and fixed JSON error 2025-09-28 09:24:15 +01:00
1abb1b5106 Added chat page 2025-09-13 20:22:09 +01:00
49d924be20 Added basic AI generation endpoint 2025-09-13 19:53:41 +01:00
0be88678df Use headers instead of body for token
Now the endpoints follow HTTP rules in GET requests
2025-09-13 19:50:01 +01:00
dea4b79014 Fix APIs and intergrate chat permission checking 2025-09-03 10:33:23 +01:00
694947f225 Fixed chat permissions lookup function 2025-09-02 19:55:24 +01:00
08cc5dd165 Added chat list endpoint
Returns all chats that are associated with a user
2025-09-02 17:45:44 +01:00
ef577c11f7 Added function to check permissions on specific chat.
The checkChatPermission function checks if a use is allowed to perform an action in a chat
2025-09-02 17:30:14 +01:00
89f9b6d270 Moved permissions checking to a function
Permissions checking now happens in another function, code is now much cleaner
2025-08-31 11:22:41 +01:00
716a4c6148 Fixed signups and oauth buttons now only show if enabled
The signup form now works and the oauth buttons are only visible if they have been enabled in the settings.json file
2025-08-26 12:16:22 +01:00
349a4192e0 Added better comments 2025-08-22 19:43:18 +01:00
56b74360f0 Added signup html page 2025-08-22 12:19:36 +01:00
0e65fca2a8 Update permissions system for chats 2025-08-22 11:57:32 +01:00
7948e8af91 Moved db password from compose to .env 2025-08-22 10:17:36 +01:00
ed00ec8251 Added auth and basic chat system 2025-08-22 10:10:49 +01:00
d61b09cb8e first commit 2025-08-22 10:07:05 +01:00