Commit Graph

11 Commits

Author SHA1 Message Date
721e43c380 Refined docs and stuff
Docs link to each other and are generally better
2026-05-20 12:50:00 +02:00
b87a6ff297 Docs.rs comments
Comments for generating the docs with cargo doc
2026-05-09 23:00:15 +02:00
26ac32db21 Backend initial admin setup 2026-05-09 17:33:14 +02:00
331552b656 Some bugfixes 2026-05-04 16:45:39 +02:00
654b55a2a4 Put some api calls behind admin access 2026-05-02 19:15:40 +02:00
e54be14526 When not logged in redirection to login page
Every page is locked behind a jwt, when it is not supplied neither other
pages not api calls will work
2026-05-01 16:18:15 +02:00
f63131ebc7 User listing, deleting and updating 2026-04-25 14:33:02 +02:00
834a0b7aa4 Get currnet user function 2026-04-25 13:33:41 +02:00
0ce17fe805 Routes for auth handling
Also db and structs are now identical
2026-04-24 19:53:43 +02:00
5e643503aa Added ticket edit functionality
As said, also minor change to database for testing purposes
2026-04-23 20:13:09 +02:00
d890255631 Added router for routing requests
1. Duh
2. Also minor bugfix
2026-04-22 21:27:08 +02:00