backend/src/objects
Radical 407460d2aa
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/push/publish-docs Pipeline was successful
style: use const generic for token length instead of multiple functions
Simplifies codebase a bit and avoids having to add another function in future if we need another length of token
2025-06-25 13:25:39 +02:00
..
channel.rs fix: add missing match statements 2025-06-06 18:19:40 +02:00
email_token.rs style: use const generic for token length instead of multiple functions 2025-06-25 13:25:39 +02:00
guild.rs feat: move ownership to member column instead of table column 2025-06-06 17:20:02 +02:00
invite.rs style: move structs to objects and split into several files for readability 2025-06-02 00:28:48 +02:00
me.rs style: move structs to objects and split into several files for readability 2025-06-02 00:28:48 +02:00
member.rs feat: use permission system 2025-06-06 17:49:06 +02:00
message.rs style: move structs to objects and split into several files for readability 2025-06-02 00:28:48 +02:00
mod.rs feat: use permission system 2025-06-06 17:49:06 +02:00
password_reset_token.rs style: use const generic for token length instead of multiple functions 2025-06-25 13:25:39 +02:00
role.rs feat: use permission system 2025-06-06 17:49:06 +02:00
user.rs style: move structs to objects and split into several files for readability 2025-06-02 00:28:48 +02:00