Commit Graph

13 Commits

Author SHA1 Message Date
3f20cdeed9 just_found_out_about_linters (#17)
This changed a bunch of code but no

Reviewed-on: #17
Co-authored-by: ahtlon <git@ahtlon.de>
Co-committed-by: ahtlon <git@ahtlon.de>
2026-07-29 02:46:50 +02:00
683cd9a545 [main.py] move settings stuff into its own import
also correct imports to use app namespace
2026-07-29 01:24:22 +02:00
4b87603e06 [AA] fix patching AA with oneshots 2026-07-27 17:19:10 +02:00
e45abb5c55 [AA] fix the db insert 2026-07-27 17:19:10 +02:00
62bbbec1d3 Move api to /api/v1
This includes docs, which are now at http://127.0.0.1:8000/api/v1/docs
and the openapi.json, now at http://127.0.0.1:8000/api/v1/openapi.json

Fixes #4
2026-06-24 15:16:13 +02:00
427e47534a Change status code of 'AA not assigned to group' 2026-06-04 15:05:42 +02:00
9160b312c7 Fix the things i broke using logger.info 2026-05-23 20:35:12 +02:00
94d428c9d0 Change all instances of print() to logger.info() 2026-05-23 20:17:43 +02:00
6ec3bc5f14 Improve assign_accessauth test and change already assigned to 409 2026-05-23 18:58:59 +02:00
5a6cd970dd Fix change_accessauth() not changing timetables
Also fix the test not actually checking the response :/
2026-05-23 18:41:50 +02:00
5941f38d2a Secure all endpoints behind auth 2026-05-15 22:22:12 +02:00
5d443876ab AccessAuthManager: add getting [all|one] accessauth, patching, deleting, unassigning from group 2026-04-25 18:30:16 +02:00
67d4780140 Add AccessAuthManager mit erstellen, zuweißen und auflist funktionen 2026-04-25 16:58:29 +02:00