Commit Graph

13 Commits

Author SHA1 Message Date
Huskydog9988 69fb3c3308 move auth pages into auth dir 2025-03-22 15:54:43 -04:00
DecDuck 661befba3f feat: user page & $dropFetch util 2025-03-14 12:22:08 +11:00
DecDuck 4870f1dbf6 fix(mail regex): removed global flag 2024-12-27 13:14:29 +11:00
quexeky 9665ee2222 fix(account creation): Fix username length requirement
Signed-off-by: quexeky <git@quexeky.dev>
2024-12-27 08:17:03 +11:00
DecDuck 2bbd9b282b style: updated text colours across app 2024-11-19 11:11:59 +11:00
DecDuck 7442287bf8 feat(registration): require lowercase usernames 2024-11-16 16:08:02 +11:00
DecDuck 28a965a6f5 feat(invitations): completed admin UI, with minor changes to backend 2024-11-07 23:23:49 +11:00
DecDuck 768f25a5ae feat(registration): add title to tab 2024-11-05 13:18:50 +11:00
DecDuck 6301bb18b6 server side and user client side completed for registration 2024-10-28 22:16:29 +11:00
DecDuck 99db921f07 finished object endpoints
Added writing (tested) and deleting (untested) endpoints
2024-10-09 15:08:55 +11:00
DecDuck 661a30107c object storage + full permission system + testing
Object storage now works fully, with the permission system. It still
needs additional external endpoints for updating and deleting objects
from the API, but it is otherwise complete. Further tasks include
writing an S3 adapter.
2024-10-09 14:43:06 +11:00
DecDuck 5e74a555df ca groundwork 2024-10-07 22:35:54 +11:00
DecDuck ff581f115b initial commit 2024-09-28 19:12:11 +10:00