{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Migration Information
Drive
- The Drives
RootID
changes toDrive
, which can be used, e.g. by the WebAPI to address resources in the Servers Drive.
Microsoft Word Document (.docx)
- The
parser.docx
plugin replaces the previousdecoder.docx
plugin.
System Core
- If you want to use this version with an application server, like Apache Tomcat 11, then it is required that it supports:
- Java 17
- Jakarta EE 10
- Servlet Specifications 6.1
- WebSocket 2.2
- If you have implemented custom plugins or are using the software as an embedded application, you will need to make some adjustments to your Java code as the servlet specification has been updated from version 4.0 to 6.1. As a result, the Java packages have been changed from
javax
tojakarta
. This affects thejakarta.servlet
,jakarta.websocket
,jakarta.activation
andjakarta.mail
packages.
Plugin Changes
- With the plugin 'CoWork GIFs, powered by Tenor' animated GIFs and memes can be inserted. This plugin can be installed via the store and the API key can be entered in the configuration.
Fixed Bugs
- The underscore preview produced an underscore for the first character only and bold for the remaining characters.
CoWork GIFs, powered by Tenor
- With this plugin, i-net CoWork supports the insertion of GIF animations and memes into the conversation of a channel. The GIF selection is provided by Tenor. An application must be configured in the Google Cloud Console, where the Tenor API must be activated and an API key generated.
AI
- Added DeepSeek support as an AI Provider
Drive
- New Feature
Share
to share files and folders with users and groups or to share to external users by a link - Added mount provider to mount local folders or UNC pathes to Drive
- The Drives
RootID
changes toDrive
, which can be used, e.g. by the WebAPI to address resources in the Servers Drive. - Support for different Zip-Archive formats and features.
- The preview image of folder now shows a fraction of the folder content as well.
- Changed UI copy action: the context menu action copies the external URL, the details path action copies the internal URL for e.g. the TaskPlanner
- Web API - Put + Multipart also creates folder structure.
- Message when home directories are switched on/off in the button configuration.
- New feature
Open source
for links and shares if you have access to the source.
Fixed Bugs
- Performance improvements in the UI for folders with a very large number of files.
- Deleting a user will automatically remove all links to the home folder of this user.
- Preview will now show small images that are not supported by Java.
- Upload supported when running an Tomcat context.
Error Notifications
- There are new options to define a fallback email server in case the dafault mail server has connection errors.
- The fallback server will be used in case an error email can not be sent. It will not be used for other purposes.
Field Settings
Fixed Bugs
- Text filtering selectable options of custom fields is now case insensitive.
FTP Transfer
Security Fixes
- Security Update for CVE-2025-30474
- Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache Commons VFS. The FtpFileObject class can throw an exception when a file is not found, revealing the original URI in its message, which may include a password. The fix is to mask the password in the exception message This issue affects Apache Commons VFS: before 2.10.0.
Help
- Search allows you to skip forward and backward through the search results.
- Pressing CTRL+F activates the server search. Pressing STRG+F again starts the browser search. On macOS, use CMD+F.
Hosting
- Filter out fallback email settings for non-master users
- Do not store fallback email settings in the backup
- Allows administrative user accounts to add a master password if it is not set yet.
Maintenance
Fixed Bugs
- Backups can be selected from the drive, if installed and accessible to the user.
PDF Viewer
- Integration of export formats for reports generated by i-net Clear Reports.
Fixed Bugs
- Do not load the report file more than once the first time it is called up.
Product Authentication
Security Fixes
- The algorithm for password hashing has been changed from PBKDF2WithHmacSHA1 to PBKDF2WithHmacSHA256.
System Core
- Permission "Manage Users and Groups" is split into three permissions to be able to grant access to limited parts of user management.
Security Fixes
- Security Update for CVE-2025-24970
- Netty (4.1.91.Final–4.1.117.Final) has a vulnerability in SslHandler that can cause a native crash. Fixed in 4.1.118.Final. Workarounds: disable native SSLEngine or patch manually.
Task Planner
- The Email Result Action allows for adding CC and BCC email addresses.
Users and Groups
Fixed Bugs
- Users and groups are sorted in the usual linguistic way. (ABC comes before ABC-2)
Web API
- Request parameters can be defined. They are sent as form data with
POST
andPUT
requests, and as URL parameters in all other cases. - Request parameters are read from the URL when the UI is opened, so that they are automatically set and sent to the server.
Web Server
- Allow SSL certificates to be uploaded to the server in the Configuration application
- Added a Web API to also upload and reload SSL certificates.
- Added a backup and restore job for SSL certificates to the maintenance application
- Here, it does not matter which type of certificate is currently configured - all types with certificates available will be backed up and can be restored.