Skip to content
Closed
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
0d3efd0
modernize(permissions): rest api for get asset permissions (#33835)
hassandotcms Nov 21, 2025
66a71c4
Merge branch 'main' of https://github.com/dotCMS/core into 33912-rest…
hassandotcms Nov 25, 2025
eb4c95b
modernize(permissions): rest api to update asset permission (#33912)
hassandotcms Nov 25, 2025
23eb435
modernize(permissions): api to reset asset permission (#33914)
hassandotcms Nov 25, 2025
5c7cc1e
Merge branch '33914-rest-api-to-reset-permissions-for-an-asset' into …
hassandotcms Nov 25, 2025
907d764
modernize(permissions): rest api to get role permissions #33917
hassandotcms Nov 25, 2025
7ce68b6
Merge branch 'main' of https://github.com/dotCMS/core into 33835-view…
hassandotcms Dec 18, 2025
48ede67
modernize(permissions): get assets rest api. #33835
hassandotcms Dec 22, 2025
eef21c3
Merge branch 'main' of https://github.com/dotCMS/core into 33835-view…
hassandotcms Dec 22, 2025
eee1c9a
modernize(permissions): rest api to get asset permissions #33835
hassandotcms Dec 23, 2025
1b80f3e
fix postman tests. #33835
hassandotcms Dec 23, 2025
5c7e249
Merge branch '33835-view-get-asset-permissions' into 33912-rest-api-t…
hassandotcms Dec 23, 2025
e9b3be1
modernize(permissions): rest api to update asset permissions. #33912
hassandotcms Dec 23, 2025
d0cd079
- use enums for fixed strings.
hassandotcms Dec 23, 2025
1226f1f
Merge branch 'main' of https://github.com/dotCMS/core into 33835-view…
hassandotcms Dec 23, 2025
cec9e22
- make Scope enum public.
hassandotcms Dec 23, 2025
d20c32e
Merge branch 'main' into 33835-view-get-asset-permissions
hassandotcms Jan 5, 2026
a97a6aa
Merge branch '33835-view-get-asset-permissions' into 33912-rest-api-t…
hassandotcms Jan 5, 2026
95c93a9
improved the test to verify actual permission persistence (response +…
hassandotcms Jan 5, 2026
c6dff3f
Merge branch '33912-rest-api-to-update-asset-permissions' into 33914-…
hassandotcms Jan 5, 2026
c31d114
modernize(permissions): rest api to reset permissions #33914
hassandotcms Jan 5, 2026
ca25a54
Merge branch '33914-rest-api-to-reset-permissions-for-an-asset' into …
hassandotcms Jan 5, 2026
351f6b8
modernize(permissions): rest api to get role permissions #33917
hassandotcms Jan 5, 2026
a1f0e03
Merge branch 'main' of https://github.com/dotCMS/core into 33912-rest…
hassandotcms Jan 6, 2026
a1e9170
- update openapi docs.
hassandotcms Jan 6, 2026
5db6456
refactor(permissions): use PermissionAPI.Type enums instead of string…
hassandotcms Jan 8, 2026
7e22725
Merge branch '33912-rest-api-to-update-asset-permissions' into 33914-…
hassandotcms Jan 8, 2026
8780784
fix integration test. use enumset. #33914
hassandotcms Jan 8, 2026
08be35b
feedback: refactor postman tests. correct log level, and remove ambig…
hassandotcms Jan 9, 2026
3296e9a
Merge branch 'main' of https://github.com/dotCMS/core into 33914-rest…
hassandotcms Jan 9, 2026
34f4448
Merge branch '33914-rest-api-to-reset-permissions-for-an-asset' into …
hassandotcms Jan 9, 2026
da471ba
fix integration test, enumset type. #33917
hassandotcms Jan 9, 2026
7cf920d
Merge branch 'main' of https://github.com/dotCMS/core into 33917-rest…
hassandotcms Jan 13, 2026
bea98d3
Merge branch 'main' of https://github.com/dotCMS/core into 33917-rest…
hassandotcms Jan 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
import java.util.ArrayList;
import java.util.Arrays;
import java.util.EnumSet;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
Expand Down