LeoVasanko
|
7e568dbd10
|
Refactor validate endpoint to return session context, leaving user-info only for extra profile data. Completely separate token-info for reset tokens. Simplified by reusing same data structures in various places and mandating fields to have values not needing fallbacks. Implemented consistent AccessDenied view in profile and admin apps.
|
2026-01-26 19:40:48 +00:00 |
|
LeoVasanko
|
a9ef20969e
|
Refer permissions by UUID rather than scope.
|
2026-01-24 00:06:08 +00:00 |
|
LeoVasanko
|
3430c7f0cf
|
Permissions refactor. Permissions have UUID and scope (previously id) and the latter no longer needs to be unique. Org admin uses a single global permission now. Domain scoped permissions. Removed from user info the admin fields, use effective_permission checks instead.
|
2026-01-23 13:54:31 +00:00 |
|
LeoVasanko
|
ca73febe2f
|
Implement keyboard navigation using arrow keys in the whole application. (#2)
|
2025-12-10 15:43:40 +00:00 |
|
LeoVasanko
|
ea871635e0
|
Admin app: guard rails extended, consistent styling, also share styling with main app.
|
2025-10-01 04:38:14 +00:00 |
|
LeoVasanko
|
a7c23b31e7
|
Admin app divided to separate components.
|
2025-10-01 00:54:18 +00:00 |
|