- Print
- DarkLight
- PDF
December 14, 2022
Corezoid.com
Changes:
- The
conv_title
method was removed from Corezoid API. - The Aliases tab was moved to the Folders section of the workspace menu.
Improvements
DB Call
MongoDB and Oracle database types are now available when creating a new DB connection (Create->Database).
Corezoid API
Changed the logic of thecreate, obj: invite
API method for inviting users to a company.
Now, with the “capi_user_notify_conv” present in the Corezoid config (also available in the Superadministrator menu), the method does not return an invitation URL in the response, and the URL is sent only to the user's email.
However, the method returns the invitation URL in the response if a process ID was not specified in thecapi_user_notify_conv
parameter. In this case, the following window is displayed to an inviting user to copy an invitation URL
The
show conv_title
API method was replaced with theshow_conv
method.API Call
When going through an API Call node, an empty task is passed as an object, not an array.
Corezoid UI
TheParent REF
task field that contains a parent process ref was added to the task info view in the process editor. TheParent REF
field is displayed in the Archive tab below the “Parent Conv ID” parameter and contains a link to a task in a parent process.
The user password requirements view was changed for Corezoid authorization on Corezoid.com and Private cloud environment with no Single Account enabled.
Clicking the info (i) icon of an object in Trash now displays a side panel with the object’s parent object info including Parent ID and parent object type (Folder, root Folder, Stage, Project).
Fixes
Fixed a bug in the process Activity Monitor, which caused data not to be displayed for the last date of the selected date range.
jQuery library was updated to version 1.12.4, fixed the vulnerability of missing tokens to prevent CSRF attacks.
The hash algorithm for generating user invitation URL was changed to prevent hash guessing using an enumeration technique. The hash generation algorithm settings are configured in the
capi_password_algo
parameter in the Superadministrator menu.
Private Cloud and On-premises Hosting type
Include also all the features/improvements/fixes of Corezoid.com.
Improvements
Superadministrator Menu
A Superadministrator user can see the “You logged as {nick}” message and the “Disconnect” button when viewing another user’s screen in another user’s session.
Clicking the Disconnect button logs the Superadministrator out of another user’s session.
Fixes
The show user
API method operation was fixed: when the capi_share_api_keys_in_company
parameter value is set to “false”, a user can access only info on the company API keys created by the user. When the parameter value is set to “true”, the user can access information on all API keys in the company.