Commit graph

20 commits

Author SHA1 Message Date
befbc07946
Add flag for controlling out path for model gen
Some checks are pending
/ test (push) Waiting to run
2025-04-07 10:40:59 +02:00
6a2b213787
Add access token check to auth 2025-04-04 16:15:25 +02:00
11e0059631
Add first helper method to user 2025-04-04 13:46:11 +02:00
f3a139b809
Add notification data
Some checks are pending
/ test (push) Waiting to run
2025-04-04 11:26:03 +02:00
8f8ad3035a
Comment all new code
Some checks are pending
/ test (push) Waiting to run
2025-04-02 15:33:07 +02:00
8ba5e98c50
Idk why, but testcontainers is borked on Discovery 2025-03-31 08:07:24 +02:00
2afb14c4b3
Copy and adapt role helper generator to new system 2025-03-31 08:06:43 +02:00
69927c76ff
More fixes, this time for cmd stuff
Some checks failed
/ test (push) Has been cancelled
2025-03-29 17:51:56 +01:00
484bb95820
Small tool for running the automigration against config db 2025-03-27 15:54:59 +01:00
bf5180559f
Add cmd for generating code from the new models
Some checks are pending
/ test (push) Waiting to run
2025-03-27 13:35:24 +01:00
Samuel
ccd2140c53 Update module name to new path 2024-12-18 15:24:56 +01:00
599874c486 Fix note rendering, new function header
Fixed note rendering due to bad user header
TODO: It's a stupid bandaid, replace with proper formatter once it works
Remove test stuff
Some spacing in the colours for readability
CreateNoteRemote header added
2024-12-13 15:34:19 +01:00
a94a360773 Fix-ish frontend models, a generator and a generate command 2024-11-20 16:11:11 +01:00
378f94fa97 Generators updated
Now includes generators for transforming storage.Role into the API
representation and the Typescript version for the frontend
2024-11-20 13:37:31 +01:00
25243b3a9d Work on 2024-11-07 16:27:46 +01:00
92fd3d7f0b Changed definition of storage.CollapseRolesIntoOne and RoleDeepCopy
No more list of pointers/pointer
2024-11-04 16:24:11 +01:00
b9c95a0297 Extend roles code generator
It now also generates a function for comparing two roles for equality.
If an attribute is nil, that attribute is ignored (or rather counted as
equal)
2024-10-31 16:52:35 +01:00
c572066571 progress
server is launchable and passkey support works
2024-09-27 16:53:22 +02:00
2eb222751c Rename roles generator 2024-09-18 11:15:44 +02:00
7f7bf1cacf Autogenerate roles function bullshit
New small script to generate various functions for roles because
manually typing out all the permissions sucks
2024-09-18 10:51:45 +02:00