Abin Simon
|
b571a83bd9
|
Cleanup rolepermission descriptions
find permissions -name '*.json' | while read -r file; do
echo Processing $file
sed -i 's|"description": "\([a-zA-Z]\)\([a-zA-Z\ ]*\)\.*",|"description": "\u\1\2",|' $file
done
|
2022-06-17 13:49:42 +05:30 |
|
Abin Simon
|
c576932eda
|
Create /user/:username/forgotpassword endpoint
|
2022-05-24 12:08:37 +05:30 |
|
niravparikh05
|
13e78d6b07
|
fixes for cli auth
|
2022-04-28 21:35:42 +05:30 |
|
niravparikh05
|
e9b9b2b7f4
|
fixes for oidc config and groups list
|
2022-04-27 21:39:24 +05:30 |
|
niravparikh05
|
101c005312
|
fixes for permissions and user group assoc
|
2022-04-26 19:56:36 +05:30 |
|
niravparikh05
|
9e8d767a9e
|
fixes in middleware to set db and few other fixes
|
2022-04-22 12:13:23 +05:30 |
|
sigmabaryon
|
fbae03741d
|
Fix casbin permissions, add kratos changes
|
2022-04-12 11:26:52 +05:30 |
|
nirav-rafay
|
639ff1da30
|
addressed review comments, changes for custom roles and sso users
|
2022-04-04 11:41:58 +05:30 |
|