-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
10.0.8RC1/2/3 - Changelog Testing #31098
Comments
Changed
Library updates
|
Fixes
|
Removed
|
To test checksum repair command, upload a file and then manually modify checksum column in oc_filecache to something else. More notes here: owncloud-archive/documentation#4014 |
|
We had a regression in calendar which was resolved already owncloud/calendar#884 |
@DeepDiver1975 @PVince81 |
@patrickjahns Tested:
Works perfectly. Please go ahead and tick the checkbox |
Currently untested with oracle... any chance to test it with it? I haven't found easy support to test it with oracle. |
@jvillafanez If you need a container with oracle php modules - you can use https://hub.docker.com/r/owncloudci/php/tags Note: with the oracle container above - database username is |
This was never supposed to be public API but people still used this. We can add a note in the regular release notes as we don't have developer release notes. |
Tested "Fixed regression where a user could not set own email address in the settings page - #30319"
|
Tested "Set empty authtoken names to 'none' as empty is not allowed any more - #30908"
|
Ticked "Added config.php option to select apps to ignore missing signature file (mostly for themes)" as Confirmed by @thommierother #30891 (comment) |
Tested "Added user:modify command to core - #30652" => works changing display name and email |
Added: |
Found bug "Public link share name length check is inaccurate": #31157 |
Tested: Better label for CORS in settings section - #30663 -> OK! |
Tested: Allow regular users to change their CORS domains - #30649 -> OK! Tested by setting custom Origin header in curl for ocs requests. If origin matched the whitelisted origin, correct CORS headers are present. CORS-Whitelists are isolated between different users. |
Tested: Adding a system configuration for global CORS domains - #30906 -> OK! |
Tested: Fix CORS OPTIONS request for unauthenticated requests - #30912 -> OK! OPTIONS with "Access-Control-Request-Method" header returns 200 on un-authenticated ocs-api request. |
Added "regression test retention / trashbin expiration" checkbox as the fix of the matching item moves more code around and does more than just fixing the issue. |
Tested: Keep null in getMetaData in Checksum storage wrapper, fixes some files:scan scenarios #30302 -> OK! Filescan does not crash on unreadable local and ext-storage files. |
Added "test app-pasword login with ldap" |
Missing items and items to add since RC1: 10.0.8 RC2 itemsAdded
Changed
Fixes
|
Tested: Fix some CSRF issues on Webdav endpoint by only checking for POST method - #30358 -> OK! PROPFIND via Postman works without CSRF-Token |
Tested "Make syslog output configurable, introduce new default that includes the request id ", works |
Failed: Files app UI now retries chunk uploads in web UI on stalled uploads, will be reverted: #31185 |
Retested "Make theming work when theme app is outside the ownCloud root - #30477", works in RC3 |
Notifications items to testFrom owncloud/notifications#180
|
Tested "Properly trigger file-related Symfony events when chunking" with old chunking, new chunking and no chunking: events are triggered |
Tested "Use storage specific move operation for object store - #30817" => OK! |
Retested Fix App Framework ApiContoller initialization to fix thumbnail access - #31104 - @SergioBertolinSG #29914 (comment) Not working in RC2, Works in RC3. |
Tested "regression test retention / trashbin expiration" - works fine (at least no regression). Need however to clarify what is the expected behavior about the min retention period. Will open a separate issue for that. |
Failed: "Added config switch to enable fallback to http scheme when creating fed shares - #30646", tested by @DeepDiver1975. It seems the code is not triggered / the fix is in the wrong location. @DeepDiver1975 will fix it. Ticket: #31194 |
❗️ Confusing behaviour with single user syncing if the user doesn't exists (Ticket opened in #31207 for 10.0.9)
From a behavioural point of view, this doesn't look good. Asking first what to do was thought in order to sync a large number of users so you can set the appropiate action before start the syncing. With just one user this seems a bit pointless. I'm not sure if there is an easy enough fix for this to include it in 10.0.8. Otherwise we'll likely have to delay the solution for 10.0.9. |
10.0.8 RC4 items to test
|
-> tested "Prevent background scan to scan homes of users who never logged in" |
Tested "Federation fallback to http config switch" -> works as expected |
RC testing is done, thanks a lot everybody for the big effort! final smoke test here: #31096 (comment) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Changelog for 10.0.8. Summary
Summary of the complete Changelog: https://github.com/owncloud/core/blob/stable10/CHANGELOG.md
This summary has a QA purpose.
Added
Files app UI now retries chunk uploads in web UI on stalled uploads - #31005 @PVince81 - 🚫 when simulating chunk failure, the upload finishes with error about sum of chunks sizes not matching=> reverted in RC3The text was updated successfully, but these errors were encountered: