Maarten de Waard
|
5893ee39a3
|
draft of installing apps and getting app status
|
2022-09-28 14:57:16 +02:00 |
|
Maarten de Waard
|
2baae3e61e
|
Merge branch 'main' into feat/batch-create-users
|
2022-07-21 17:08:41 +02:00 |
|
Maarten de Waard
|
cc7fc5ab91
|
replace tmp variable name, doc improvements
|
2022-07-21 16:53:08 +02:00 |
|
Davor
|
66b44ae1a0
|
MR comments
- NO_ACCESS_ROLE_ID constant moved to models.py
- added docstring for batch create request body
|
2022-07-21 14:14:22 +02:00 |
|
Maarten de Waard
|
685ddeff00
|
send out a recovery email after a new user is created.
|
2022-07-21 10:51:14 +02:00 |
|
Davor
|
80ba5da9c8
|
added more information about user batch creation
|
2022-07-19 16:48:22 +02:00 |
|
Davor
|
310b7ed8ff
|
merge with master
|
2022-07-18 07:55:40 +02:00 |
|
Davor
|
cc7ff9d359
|
modify user batch create
|
2022-07-17 19:59:08 +02:00 |
|
Davor
|
8bcccf417d
|
remove unused function
- add check if editing user is admin for role editing
|
2022-07-13 10:29:25 +00:00 |
|
Davor
|
5b55c4498b
|
non admin can't change app roles
|
2022-07-13 10:29:25 +00:00 |
|
Davor
|
53529cd737
|
add me endpoint
|
2022-07-13 10:29:25 +00:00 |
|
Davor
|
8eacdc8db9
|
prepare endpoint for batch create users
|
2022-07-12 00:12:33 +02:00 |
|
Davor
|
33ffc5a895
|
wip - add batch create users
|
2022-07-11 15:11:18 +02:00 |
|
Davor
|
9c75d36b71
|
if user has admin dashboard role allow admin access
|
2022-06-28 12:23:41 +02:00 |
|
Maarten de Waard
|
c88d7ebc08
|
Only allow Admins to add new users
|
2022-06-15 14:30:19 +02:00 |
|
Maarten de Waard
|
3eea6ab2bf
|
Merge branch 'main' into feat/api-role-permission-layer
|
2022-06-15 14:19:44 +02:00 |
|
Davor
|
c1e62089b6
|
added migration script for users to add 'No access' roles in app_roles
|
2022-06-10 16:43:10 +02:00 |
|
Davor
|
19bc31e6e3
|
MR comments
- added error handler for unauthorized
|
2022-06-09 12:21:47 +02:00 |
|
Davor
|
907e0ecaab
|
add permission layer for admins for backend API
|
2022-06-08 21:41:59 +02:00 |
|
Varac
|
62187e0b29
|
Rename API to Stackspin
|
2022-05-31 13:40:46 +02:00 |
|
Davor
|
19802f56eb
|
fix logic for roles
|
2022-05-26 09:49:25 +00:00 |
|
Davor
|
732555ac6a
|
MR comments
|
2022-05-26 09:49:25 +00:00 |
|
Davor
|
97d4f0845d
|
fix issue with WordPress login
- resolving role name
|
2022-05-26 09:49:25 +00:00 |
|
Davor
|
5206c78998
|
MR comments
- fixed order of import in user_service.py
- added error handling for user delete
|
2022-05-26 09:49:25 +00:00 |
|
Luka Radenovic
|
09f1d2e00a
|
Optimize insert app role to user
|
2022-05-26 09:49:25 +00:00 |
|
Luka Radenovic
|
bc85575e9b
|
Add app roles to userInfo when logging in
|
2022-05-26 09:49:25 +00:00 |
|
Luka Radenovic
|
61e512c208
|
Added new role management
|
2022-05-26 09:49:25 +00:00 |
|
Maarten de Waard
|
bf98fbd721
|
feat: add error handling for unaccepted passwords, add kratos error page
|
2022-05-02 11:08:43 +02:00 |
|
Luka Radenovic
|
75b18bada8
|
Rename app_role_id to role_id
|
2022-04-15 13:51:30 +02:00 |
|
Luka Radenovic
|
3c8c900d2c
|
Return role_id when callback is called
|
2022-04-15 12:44:30 +02:00 |
|
Luka Radenovic
|
b494650398
|
Fix for put user
|
2022-04-15 10:53:20 +02:00 |
|
Luka Radenovic
|
10479a625a
|
Added new endpoint for roles and updated users endpoints to work with roles
|
2022-04-14 13:32:35 +02:00 |
|
Luka Radenovic
|
7661088814
|
Convert role column to a new table
|
2022-04-13 15:11:51 +02:00 |
|
Luka Radenovic
|
f377b4ce45
|
Refactor integrations of sso
|
2022-04-13 10:27:17 +02:00 |
|
Maarten de Waard
|
3d70482029
|
try to add a Migrate call so we can migrate I hope
|
2022-04-05 12:16:01 +02:00 |
|
Maarten de Waard
|
2564f3aae6
|
rename PUBLIC_URL to a more meaningful variable name
|
2022-04-04 14:31:17 +02:00 |
|
Mart van Santen
|
9fce6c8ec3
|
Add some debug
|
2022-04-01 17:02:52 +08:00 |
|
Mart van Santen
|
e5cb358f39
|
Add additional debugging
|
2022-04-01 16:58:11 +08:00 |
|
Mart van Santen
|
e97d82c6f0
|
Convert string object to dict
|
2022-04-01 16:52:57 +08:00 |
|
Mart van Santen
|
617f46835e
|
Use getter to get value
|
2022-04-01 16:45:25 +08:00 |
|
Mart van Santen
|
3291f7809b
|
Add debugging
|
2022-04-01 16:39:22 +08:00 |
|
Mart van Santen
|
77b6364cde
|
Fix typo
|
2022-04-01 16:28:59 +08:00 |
|
Mart van Santen
|
047b34bfc7
|
Add debugging
|
2022-04-01 15:37:56 +08:00 |
|
Mart van Santen
|
a4981c8c52
|
Added CLI commands
|
2022-04-01 15:15:30 +08:00 |
|
Mart van Santen
|
d09d9d77bd
|
Removed circular import for DB
|
2022-03-22 15:56:36 +08:00 |
|
Mart van Santen
|
755cb03aaf
|
Modified login app to work in dashboard context
|
2022-03-22 14:16:53 +08:00 |
|
Mart van Santen
|
e8063b1de7
|
Create /web router for login panel parts
Integrated helper classes and configuration
Create login "area"
|
2022-03-21 15:02:29 +08:00 |
|
Luka Radenovic
|
c483ef6a4d
|
Add Kratos user id to Hydra callback response
|
2022-02-10 13:04:54 +01:00 |
|
Luka Radenovic
|
4a82c8f224
|
Get user info from hydra
|
2022-02-10 09:43:15 +01:00 |
|
Luka Radenovic
|
34796a7d82
|
Use code instead of authorization_response
|
2022-01-20 07:40:11 +01:00 |
|