Commit graph

4 commits

Author SHA1 Message Date
e182949a8d
Remove id autogeneration from db models
Remove automatic uuid v4 ID generation from the models and replace it
with `shared.NewId()`, which generates an Id depending on the config
setting
2025-05-06 14:34:32 +02:00
6a2b213787
Add access token check to auth 2025-04-04 16:15:25 +02:00
8f8ad3035a
Comment all new code
Some checks are pending
/ test (push) Waiting to run
2025-04-02 15:33:07 +02:00
41e432b56e
Update new storage types and regenerate 2025-03-28 16:15:41 +01:00