- GET /rest/folder/getFolders
- POST /rest/folder/getFolders
- GET /rest/folder/getPages
- GET /rest/folder/findPages
- GET /rest/folder/getFiles
- GET /rest/folder/getImages
- GET /rest/folder/breadcrumb/{id}
- GET /rest/pages/pubqueue
now return objects of type LegacyFolderListResponse, LegacyPageListResponse, and LegacyFileListResponse (getFiles and getImages) respectively. If you are using the REST API client, changing the types will be necessary.
Enhancement OPS-715 Link to this entry
The docker base image for Gentics CMS has been updated to `openjdk:11-jdk-slim-bullseye`.
Enhancement GPU-70 Link to this entry
Admin User Interface: The Roles Module is now enabled in the Admin UI.
Enhancement GPU-94 Link to this entry
Editor User Interface: The default search bar (feature “Elasticsearch” not activated) provides more granular filtering of Node entities by multiple properties via advanced input elements which had been available previously for the Elasticsearch-feature only.
Enhancement GPU-102 Link to this entry
The new REST API endpoints
- GET /rest/folder
- GET /rest/page
- GET /rest/file
- GET /rest/image
replace the endpoints
- GET /rest/folder/getFolders
- GET /rest/folder/getPages
- GET /rest/folder/getFiles
- GET /rest/folder/getImages
respectively. The later endpoints are still available, but are as of now deprecated.
Both versions of the above endpoints accept the new multi-value query parameters creatorId, editorId and publisherId (the last one is only applicable for pages). These parameters are the integer IDs of CMS users, and the endpoints will only return objects created/edited/published by one of the listed users. Note that the creator, editor and publisher parameters which accept a pattern for a users name are also still available. If both user IDs and name patterns are specified, both must match for an object for it to be returned.
- /rest/folder/getFolders/{ID}
Bugfix GPU-74 Link to this entry
Adds the editable field to roles for the /group/:id/perms/:type/:instanceId endpoint.
This Gentics CMS version includes the Aloha Editor 1.4.58 – 12.11.2019
This Gentics CMS version includes the .Node Version 2.4.3