...
Section |
---|
Column |
---|
| - Release Date: May 2024
- Build Number: 21.0.
|
|
...
...
Info |
---|
This release contains major security fixes, please upgrade your server as soon as possible. |
Download Links |
|
...
- Please read this complete Release Notes and instructions before upgrading.
- Please follow the regular upgrade documentation for Windows or Linux
- Upgrading any previous version higher or equal to version 16.0.100
- Cluster: Running different versions on the servers in the cluster is supported but limited to version >= 16.0.100
|
|
...
- Mandatory configuration changes:
nginx configuration changesPlease update the nginx site configuration: Code Block |
---|
| location /rpc {
...
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
}
...
location / {
...
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
}
...
location /websocket_client {
proxy_http_version 1.1;
proxy_pass http://cluster/websocket_client;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
} |
Notes: Change SAML/Shibboleth attribute prefix to "SAML " (from "HTTP_ ") in shibboleth2.xml and Apache config. This change is not backward compatible due to security reasons! These changes have to be done to support SAML logins For more Information, please visit our guide: Apache configuration
- In case a downgrade to a previous version is necessary:
- For a downgrade, you have to review our downgrade documentation.
- Simply replace the PowerFolder-Server.jar file with that from the previous version you would like to run.
- Log messages due to the higher schema version of database can be ignored:
|
|
New Features:
Split view of Own and Shared Folders in web
In web portal, the folders are now separated into two different portions (owned by me and shared to me), the folder list of all folders is available as before:
Image Removed
Email to all Members when folder quota is full
Email is sent automatically when a folder member tries to make upload and change in files when the quota from the respective folder is full.
To use this please, we have updated and renamed Email templates:
OS_usage_warning.vm
to cloud_usage_warning.vm
OS_usage_exceeded.vm
to cloud_usage_exceeded.vm
In case you are using customized templates, these need to new customized.
Note: email templates reside in server_maintenance/resources/emailtemplates
Beta: New Feature "WOPI"
The Web Application Open Platform Interface (WOPI) is an open standard protocol developed by Microsoft that allows web-based applications to integrate with Office Online server products. WOPI enables seamless editing, viewing, and collaboration on Office documents such as Word, Excel, and PowerPoint, all within a web browser.
Info |
---|
|
WOPI is available in this release as beta feature and can be tested with local ONLYOFFICE document servers. Please don't use WOPI productive using this server version. |
Enabling WOPI on your on-premise OO server please follow the guide: ONLYOFFICE Setup Guide#EnablingWOPI
Support for ONLYOFFICE EE v8.0.X
For more information, please visit: ONLYOFFICE Setup Guide
WOPI activation: ONLYOFFICE Setup Guide#EnablingWOPIinOODocs8.X
QA test results: /wiki/spaces/EDUDE/pages/1007288321
Changes
HTTPS Server-Client-Tunnel using Web Sockets (optional)The clients can also use the web sockets same as our iOS app, please use the following web proxy guide to enable the web sockets: WebSockets for iOS and Desktop Client#EnablingWebSocketsforClient Add the following config. to the Default.config (server) or PowerFolder.config (client) when the clients should use the web sockets. Precondition is, that the web sockets are configured on the server/load balancer. Code Block |
---|
connections.websocket=true |
Document Editing using WebDAVAfter MS security updates 2023 the editing of documents using WebDAV is not possible, please use the following file to update the settings: View file |
---|
name | PowerFolder_webDAV_fix_for _MSoffice.reg |
---|
height | 250 |
---|
|
More Information under: WebDAV known issues in Windows API Call to restore folder from BACKUP_REMOVEYou can now use the API call to restore one or all folders from system recycle bin: Changelog |
|