-
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.10 - Changelog Test Results #32566
Comments
raised owncloud/encryption#49 while testing encryption |
I've tested "Fix master key recreation - #32504" and it worked fine. While testing, raised owncloud/encryption#50 regarding master key regeneration in maintenance mode. |
Tested "Unset encrypted flag in file cache when running decrypt-all command - #32027" Checked oc_filecache before and after decryption, flag is reset to 0 correctly. While testing, I found owncloud/encryption#51 |
Added changelog entries from notifications app. |
I've tested all the notifications items |
Don't strip linebreaks in personal note of public link share - #32331 => works |
Improve performance when propagating size updates in file cache - #32304 => size and etag propagation still works as observed in filecache. |
|
|
|
Both already covered by upload API tests:
|
|
|
|
I'll have a quick look, need to include the new file in the Makefile. => fix is here #32634 |
|
|
|
Tested and confirmed that the warning log was there in v10.0.9 and gone in v10.0.10RC1 for a chunked upload initiated in the browser. |
|
|
I've disabled avatars and checked the files app, users page and also a public link page. All work fine. |
Works fine with "token_auth_enforced' => true" as expected in the ticket and PR. However while testing I noticed that if you enable any two factor app without enforcing token auth in config.php, the two factor mode will automatically enforce tokens and the client will not be able to login. In this case, the "Login failed" message is missing in the log. I've raised this separately here #32654 |
Challenge page properly appears instead of white page. |
Checked -> works |
Confirmed working by update-testing and also rechecked manually. |
Tested on my own server which was missing three migrations. They are now present after the upgrade:
|
Tested by deleting a file from disk but leaving in file cache. |
Tested with steps from #31988 and etags are stable for the root and for the one byte file as recipient in 10.0.10 RC1. Note: I tried the same in 10.0.9 but could not reproduce the original issue. @butonic |
Could not find a way to cause an issue. Seems not testable, hardening. |
Tested with steps from #31804. |
Setting display name in personal page works and users page works.
Setting email in personal page works after using link. |
I've added the RC2 items in the original post. |
Increased fourth digit in version.php and ran Also tested that |
|
did a quick test to see if the web UI uses the job status endpoint and reports back for upload and overwrite+upload. the automated tests were already merged in #32594 |
Tested with steps from #31833 (comment). |
I don't have the setup to test this but as I can see the directives in the htaccess file are present in my test setup. |
|
Tested on RC3, the migrations appear in the report. |
I've added the RC3 items in the original post. |
Tested on RC3, invalid token page appears and no infinity loop occurs |
Tested by adding Observing the access log: the first MOVE has the client time out. Subsequent MOVE all fail with 423 Locked, which is expected as the first MOVE is still working. Once the first MOVE finishes, the file appears on the server. |
Changelog
All notable changes to this project will be documented in this file.
Items based on https://github.com/owncloud/core/blob/stable10/CHANGELOG.md
[Unreleased]
Added
Changed
Karma PRs bumping versions (no need to be tested, just check the version)
Symfony PRs bumping versions (no need to be tested, just check the version)
Removed
Fixed
Encryption fixes
Public link PRs
Calendar PRs
Fixes for PUT method
Fixes related to UIDs
Fixes easy to test (estimation 0,5 md)
WIP other fixes
Fixes related to notifications app
RC2 items
RC3 items
The text was updated successfully, but these errors were encountered: