Kawohl
August 19, 2016, 9:28am
1
ownCloud RCs for maintenance releases are out, please help testing!
Here are the links:
8.0.15 RC1:
8.1.10 RC1:
8.2.8 RC1:
9.0.5 RC1:
9.1.1 RC1:
Thanks for helping out Folks!
3 Likes
tflidd
August 19, 2016, 9:39am
2
Not sure if this motivates more people to test. You could add a changelog or even mention what to test specifically (e.g. federated-sharing in combination with external storage). If you don't have much time, you don't want to look through all pull requests and figure out what's worth testing (sometimes it's hard to guess for non-experts).
1 Like
Kawohl
August 19, 2016, 9:49am
3
I absolutely agree, maybe @RealRancor and / or @PVince81 could help me out on this.
Ok, here's a changelog for the RCs:
9.1.1
Core: Remove OCS response body for HTTP status 204 and 304 which disturbed some firewalls - core/#25835
Core: Map Oracle driver options to params - core/#23938
Core: Log cron job class name for easier troubleshooting - core/#25743
Core: Skip version and trash expiry for users that never logged in - core/#25741
Core: Added white download icons for apps to use - core/#23891
Core: Fix warning about undefined offset in LoginController - core/#25714
Core: Fix warning about undefined two factor providers - core/#25606
Core: Load app before executing its repair steps - core/#25674
Core: Fix "defaultapp" setting - core/#25562
Core: Fix issue when opening some file app links received in share emails - core/#25200
DAV: Faster classification migration in CalDAV - core/#25638
DAV: Error message about forbidden password login is now logged in debug level - core/#25486
DAV: Return "data-fingerprint" property on any file related element - core/#25482
DAV: Fix missing properties in CalDAV subscriptions - core/#24469
Sharing: Fixed wrong insufficient storage error - core/#25582
Sharing: Prevent shared storage recursions to avoid memory issues and crashes - core/#25557
Sharing: Group received shares which have same source and target - core/#25113
Sharing: Fix sharing over API when dealing with trailing slashes - core/#25464
Sharing: Fix public upload issue with quota in some scenarios - core/#24751
Sharing: Fix issue where videos did not play from share links with PHP 7 - core/#25483
Sharing: Fix BadMethodCallException in cron or scanner - core/#25506
Encryption: OCC command for decryption now doesn't decrypt received shares - core/#25599
Files_external: Removed reference magic to avoid potential infinite loops - core/#25844
Files_external: Added conditional trace logging for debugging SMB on productive systems - core/#25758
Files_external: Fix config database issue when using Oracle - core/#25764
Files_external: SMB subfolders with read-only attribute are now writeable in OC to match spec - core/#24608
Files_external: Fix "save in session" mode when using Webdav without cookies/session - core/#25511
Files_external: Respect theme for external folder icon - core/#25461
Files_external: Disable NFD encoding wrapper that was enabled by mistake for local storages - core/#25819
LDAP: Fix login issue when dealing with display name of deleted users - core/#23248
LDAP: Prevent triggering email change events at login time for unchanged email - core/#25553
Provisoning API: Fixed issue where subadmins could not change group memberships - core/#25496
Activity: Fix owner name processing for received federated shares - core/#24938
Antivirus: Fix incorrect report of file size - files_antivirus/#120
9.0.5
Core: Remove OCS response body for HTTP status 204 and 304 which disturbed some firewalls - core/#25835
Core: Sanitize more data in config report - core/#23728
Core: Map Oracle driver options to params - core/#23938
Core: Log cron job class name for easier troubleshooting - core/#25743
Core: Skip version and trash expiry for users that never logged in - core/#25741
Core: Added white download icons for apps to use - core/#23891
DAV: Added quota plugin to new DAV files endpoint - core/#25646
Sharing: Group received shares which have same source and target - core/#25113
Sharing: Fix public upload issue with quota in some scenarios - core/#24751
Sharing: Fix sharing over API when dealing with trailing slashes - core/#25464
Sharing: Fix path sent by shared storage hooks, could affect some apps like gallery - core/#23620
Sharing: Fix issue where videos did not play from share links with PHP 7 - core/#25483
Encryption: OCC command for decryption now doesn't decrypt received shares - core/#25599
Files_external: Removed reference magic to avoid potential infinite loops - core/#25844
Files_external: Added conditional trace logging for debugging SMB on productive systems - core/#25758
Files_external: Fix config database issue when using Oracle - core/#25764
Files_external: SMB subfolders with read-only attribute are now writeable in OC to match spec - core/#24608
Files_external: Fix "save in session" mode when using Webdav without cookies/session - core/#25511
Files_external: Respect theme for external folder icon - core/#25461
LDAP: Fix login issue when dealing with display name of deleted users - core/#23248
LDAP: Prevent triggering email change events at login time for unchanged email - core/#25553
Provisoning API: Fixed issue where subadmins could not change group memberships - core/#25496
Activity: Fix owner name processing for received federated shares - core/#24938
8.2.8
Core: Sanitize more data in config report - core/#23728
Sharing: Fix path sent by shared storage hooks, could affect some apps like gallery - core/#23620
LDAP: Fix user cleanup tool deletion detection accuracy - core/#25338
Updater: Fix "unable to extract package Array" - updater/#134
8.1.10
LDAP: Fix user cleanup tool deletion detection accuracy - core/#25338
Updater: Properly copy ca-bundle.crt when updating to 8.1.x - updater/#164
Updater: Fix "unable to extract package Array" - updater/#134
8.0.15
Updater: Properly copy ca-bundle.crt when updating to 8.1.x - updater/#164
Updater: Fix "unable to extract package Array" - updater/#134
2 Likes
Most important to test for 9.0.5: - share grouping fix for received shares: https://github.com/owncloud/core/pull/25113
And for 9.1.1: - test any sharing scenario, but especially if you had memory issues (aka shared storage recursion hell): https://github.com/owncloud/core/issues/25557
3 Likes
tflidd
August 25, 2016, 10:57pm
6
The testing phase was extended:
2 Likes