PowerFolder Server 17 SP4
- Release Date: September 2022
- Build Number: 17.4.102
- Type: Hot-Fix Release
All production builds are starting from X.Y.100* and development builds (not for productive use) are starting from X.Y.1 - 99
* (Where X=Major software version and Y=Service pack number)
Download Links
Upgrade Information
- 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 11.8
- Cluster: Running different versions on the servers in the cluster is supported but limited to version >= 14.3.5
- Java Runtime (JDK) Upgrade (Windows Only, Linux still uses JDK 15)
Improvement: Randomly create file link IDs
By default PowerFolder keeps the identical file link URL even if a file or directory gets re-used (deleted and restored/re-created)
file_link.random_ids.enabled=false
to enable generation of new random IDs every time in file link URL when deleting and creating a file link to the same folder, directory or file set
file_link.random_ids.enabled=true
Improvement: Auto Cleanup "phantom" folders
It was possible that folders got stuck - only visible on client, hidden in web portal, but not on server storage. Creating a new folder with the same name was also not possible.
To cleanup this add/set the following entry to PowerFolder.config at the server:
server.sync.mandatory=true
Default behavior:
server.sync.mandatory=false
New Feature: Audit Fields
The following fields are added for auditing:
creationDate, creationAccount, modifiedDate, modifiedAccount
To the following tables in the database:
Invitation, FolderSettings, Organization, Group, Account
In case of problems please update the database manually to db shema from 175 to 176 using the scripts:
Downgrade Information (optional)
- 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:
[DatabaseMigrator]: Database layout version is newer than expected.
Changes
- Release Date: August 2022
- Build Number: 17.4.101
- Type: Service Pack Release
Download Links
- LinuxÂ
- Windows
Changes
- INT-642 -Â Link visibility problems when user has no folders
- PFS-4052Â -Â Replace all invalid characters with underscore in possible pathsÂ
- PFS-4035Â -Â Initiate Account migration through Organization APIÂ
- PFS-4049Â -Â Store and show status of migrationÂ
- PFS-4051Â -Â 5.1 Create link URI randomlyÂ
- PFS-4005Â -Â Adjust OAuth2 /oauth/token to support application/x-www-form-urlencoded standardÂ
- PFS-3983Â -Â Check Storage Migration with encrypted foldersÂ
- PFS-3981Â -Â Provide mouse-over tool tip for long folder and file namesÂ
- PFS-4033Â -Â Set send date in the emailsÂ
- PFS-4029Â -Â Restrict HTTP methods of login page to GET and POSTÂ
- PFS-4027Â -Â Upload form: Create new link when email or name is changed after pressing uploadÂ
- PFS-4032Â -Â getFolder API should deliver the federation status of the folderÂ
- PFS-4038Â -Â Not re-generate token after web login with tokenÂ
- PFS-4041Â -Â Delete avatar when org, account or group is deletedÂ
- PFS-4042Â -Â Fix link creation on sub, sub-folderÂ
- PFS-4043Â -Â Fix upload through file links in sub, sub folderÂ
- PFS-4030Â -Â Provide accessibility tab in the footerÂ