mike12345567
|
5f4694d4d8
|
Fix for an issue found with custom role naming.
|
2024-10-10 16:13:32 +01:00 |
Andrew Kingston
|
663c0f20af
|
Don't use display names as role names, and restore usual names for built in roles
|
2024-09-13 14:14:36 +01:00 |
mike12345567
|
4952747ae9
|
Taking working from new-rbac-ui branch and separating it into its own PR, so that other work can be based on this from master.
|
2024-09-12 15:40:37 +01:00 |
mike12345567
|
e89042b2e3
|
Fixing some role typing issues, as well as fixing an issue with the validator not allowing the structure that roles are expected to have.
|
2024-09-11 18:06:05 +01:00 |
Sam Rose
|
182a1df960
|
Fix the bug, I think.
|
2024-03-05 17:35:04 +00:00 |
Sam Rose
|
488cfea1f4
|
Fix typing.
|
2024-03-05 14:40:29 +00:00 |
Sam Rose
|
fced2f3696
|
Respond to PR feedback.
|
2024-03-05 09:23:48 +00:00 |
Sam Rose
|
9d8c18337d
|
Type role controller.
|
2024-03-04 16:42:41 +00:00 |
Adria Navarro
|
92f411bf77
|
Prettier
|
2023-11-20 21:48:49 +01:00 |
Adria Navarro
|
4d27ff1dc0
|
eslint import/no-duplicates
|
2023-11-20 21:48:49 +01:00 |
mike12345567
|
330059991e
|
Removing any.
|
2023-10-27 18:04:28 +01:00 |
mike12345567
|
d4929ea3b6
|
Fixing an issue where unpublished apps with custom roles, when used in groups would cause users to be unable to login.
|
2023-10-27 18:03:06 +01:00 |
Sam Rose
|
767900aec6
|
Remove type information from JSDoc in .ts files, it's redundant.
|
2023-10-17 16:46:32 +01:00 |
mike12345567
|
395969e0f0
|
Fixing build issue,.
|
2023-09-27 16:24:12 +01:00 |
mike12345567
|
e916178046
|
Adding test case for new endpoint and covering public, builder and normal roles.
|
2023-09-27 15:46:04 +01:00 |
Adria Navarro
|
b0dc777af7
|
Fix role tests
|
2023-09-06 01:34:39 +02:00 |
Adria Navarro
|
5ee4f6f6cc
|
Clean code
|
2023-09-04 17:03:25 +02:00 |
Adria Navarro
|
fc0ee3f462
|
Types
|
2023-09-04 13:23:21 +02:00 |
Adria Navarro
|
beaeff90cc
|
Improve lodash imports
|
2023-07-28 17:11:48 +02:00 |
mike12345567
|
fc537a0aab
|
Further PR comments.
|
2023-06-27 14:56:24 +01:00 |
mike12345567
|
4d2aa2a67b
|
PR comments.
|
2023-06-27 12:45:00 +01:00 |
mike12345567
|
baecab785d
|
Handling the removal of the role_ prefix where applicable so that new role IDs present in the exact same way as built in roles.
|
2023-06-22 18:02:35 +01:00 |
mike12345567
|
1bdf55e966
|
Some type updates and fixes for test case.
|
2023-06-13 14:45:33 +01:00 |
mike12345567
|
bedc8e5cce
|
Fix for custom roles that have not been published causing users to be unable to access an app completely. They should instead be treated as public users as their role isn't valid.
|
2023-06-12 18:39:30 +01:00 |
mike12345567
|
92210144ff
|
More controller typescript conversions.
|
2022-11-22 16:52:25 +00:00 |
mike12345567
|
8a4da7d4ce
|
Typescript conversion of the table controllers.
|
2022-11-22 13:56:01 +00:00 |
mike12345567
|
31c198888a
|
Updating some enums, plural to single.
|
2022-11-17 14:59:18 +00:00 |
mike12345567
|
c63c3b48c5
|
Typescript conversions, as well as updating context to just use an object map.
|
2022-11-10 17:38:26 +00:00 |
Michael Drury
|
41a65bbe47
|
Exporting roles differently to fix issue raised by test.
|
2022-11-08 20:01:01 +00:00 |
Michael Drury
|
2240b060d4
|
Quick fix to not expose the builder ID outside of the role impl.
|
2022-11-08 19:48:16 +00:00 |
mike12345567
|
eb251fb48e
|
Exporting some functions that were previously exported.
|
2022-11-08 18:35:21 +00:00 |
mike12345567
|
693d6b6242
|
Typescript re-write of the roles layer, this is the backbone of a lot of our security features, and I believe the issue was generally to do with a lack of handling of null-ish inputs.
|
2022-11-08 18:25:37 +00:00 |