1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-04-10 11:58:41 +00:00
Commit graph

157 commits

Author SHA1 Message Date
7961b50adb NORY-59: Handling of CVE-2025-29927 (#60)
Reviewed-on: #60
2025-04-07 09:40:29 +00:00
d4b453d71c NORY-59: refactor server action parameters 2025-04-07 11:36:57 +02:00
b4a7c6f396 NORY-59: update comments explaining the existing scripts 2025-04-06 19:17:17 +02:00
e4a62b914c NORY-59: create new script to initialise the admin role 2025-04-06 19:17:01 +02:00
bf9a3aac3b NORY-59: remove unused permission 2025-04-06 19:16:31 +02:00
50bedbb976 NORY-59: disable identity traits form if edit permission is missing 2025-04-06 19:16:01 +02:00
3151103195 NORY-59: fix permission in delete-identity server action 2025-04-06 17:59:45 +02:00
5494233e59 NORY-59: protect all missing cards in identity details 2025-04-06 15:08:05 +02:00
85234b4465 NORY-59: fix path-revalidation during rendering 2025-04-06 15:07:16 +02:00
b3be0440d1 NORY-59: refactor identity queries to use server actions 2025-04-06 13:02:56 +02:00
b72a45f39d NORY-59: add permission checks to identity action UI 2025-04-06 11:14:22 +02:00
Markus Thielker
0da4158d60 NORY-59: add protection to identity actions 2025-04-04 20:20:45 +02:00
Markus Thielker
f794f7d700 NORY-59: refactor permission-checks to use constant values 2025-04-04 19:58:57 +02:00
Markus Thielker
a72ca49271 NORY-59: replace 'force-admin-role' with new permission 2025-04-04 19:48:39 +02:00
Markus Thielker
86412e0133 NORY-59: introduce permission constants 2025-04-04 19:32:26 +02:00
Markus Thielker
3693b0b1f9 NORY-59: add authentication and authorisation to user page 2025-04-04 19:23:45 +02:00
Markus Thielker
4f06445869 NORY-59: refactor middleware to use new authentication functions 2025-04-04 16:31:15 +02:00
Markus Thielker
cbc6b05173 NORY-59: move stack status requests to protected server actions 2025-04-04 16:22:47 +02:00
Markus Thielker
48c14c08a2 NORY-59: add component to display insufficient permissions 2025-04-04 16:22:00 +02:00
Markus Thielker
7d7782a92c NORY-59: add authentication and authorisation actions 2025-04-04 16:20:32 +02:00
Markus Thielker
007098ca91 NORY-59: add new script to create Keto relationships 2025-04-04 16:20:25 +02:00
Markus Thielker
b2ce32a076 NORY-59: fix database relations file 2025-04-01 14:42:50 +02:00
Markus Thielker
1602dcaa0b
NORY-56: fix default Keto configuration (#57) 2025-01-27 22:38:07 +01:00
Markus Thielker
fc4c890959
NORY-56: fix default Keto configuration 2025-01-27 22:37:26 +01:00
Markus Thielker
38488d71e8
NORY-34: add OAuth2 client page (#51) 2025-01-13 03:38:30 +01:00
Markus Thielker
ea13802183
NORY-34: fix serwist configuration 2025-01-07 19:13:53 +01:00
Markus Thielker
5fb9170c81
NORY-34: fix milestone references on placeholder pages 2025-01-06 19:29:39 +01:00
Markus Thielker
4ebd10d699
NORY-34: add parseTokens() function after rebase 2025-01-06 19:27:37 +01:00
Markus Thielker
3d6928a839
NORY-34: fix layout not cutting off input ring 2025-01-06 19:23:18 +01:00
Markus Thielker
a24b05c01e
NORY-34: update script for creating oauth client 2025-01-06 19:23:18 +01:00
Markus Thielker
6335036a04
NORY-34: show oauth2 clients in a data table 2025-01-06 19:23:09 +01:00
Markus Thielker
502098d8ef
NORY-34: add missing placeholder pages 2025-01-06 19:22:27 +01:00
Markus Thielker
c9ebf95dd5
NORY-34: rework app sidebar to support multiple groups 2025-01-06 19:22:23 +01:00
Markus Thielker
6d853ec309
NORY-41: implement custom identity query (#50)
Resolves #41 
Fixes #45
2025-01-04 15:28:52 +01:00
Markus Thielker
a4957fc627
NORY-41: refactor drizzle schema to match snake_case @ory/client types 2025-01-04 15:27:14 +01:00
Markus Thielker
8032f11d30
NORY-41: refactor search to react on "enter" pressed 2025-01-04 14:59:59 +01:00
Markus Thielker
e92828b9cf
NORY-41: show result count above identity table 2025-01-04 14:59:32 +01:00
Markus Thielker
836096b041
NORY-41: add identity id to query 2025-01-04 14:59:05 +01:00
Markus Thielker
9defc8a391
NORY-41: add new pagination 2025-01-04 14:47:27 +01:00
Markus Thielker
2d2c021446
NORY-45: prepare custom query for pagination 2025-01-04 13:32:13 +01:00
Markus Thielker
5e01a7f50f
NORY-45: fix search input value lost on reload 2025-01-04 13:29:19 +01:00
Markus Thielker
19e68b8929
NORY-41: add shadcn-ui pagination component 2025-01-04 11:03:14 +01:00
Markus Thielker
7df37e4001
NORY-41: apply new query and temporarily remove pagination 2025-01-04 10:53:08 +01:00
Markus Thielker
21dbd4cb05
NORY-41: implement drizzle query function 2025-01-04 10:52:05 +01:00
Markus Thielker
8aa942be2d
NORY-41: add database url to dashboard's .env.example 2025-01-04 10:20:02 +01:00
Markus Thielker
ebba31d6f6
NORY-41: pull drizzle schema from database 2025-01-04 10:19:20 +01:00
Markus Thielker
a60800ad01
NORY-41: add basic drizzle configuration 2025-01-04 10:17:34 +01:00
Markus Thielker
70e376615d
NORY-41: add drizzle dependencies 2025-01-04 10:16:22 +01:00
Markus Thielker
49ec50e3df
NORY-47: add edit ability to identity traits (#49) 2025-01-03 22:54:30 +01:00
Markus Thielker
afab5645c2
NORY-47: add dialog to show recovery information 2025-01-03 22:52:45 +01:00