-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Bug]: v27.1.6 - Deleted files view (files_trashbin
) does not show deleted files
#43134
Comments
I can reproduce it. After upgrade to 27.1.6 the trash bin is always empty. |
Yes, there is a TypeError:
|
are there any quick fixes? |
files_trashbin
) does not show deleted files
files_trashbin
) does not show deleted filesfiles_trashbin
) does not show deleted files
Fixes #43134 Signed-off-by: Josh <josh.t.richards@gmail.com>
At first I was confused because I thought this report was for v28 (which doesn't have this problem ironically). Pretty certain it's supposed to be As far as I can tell, My wild guess is this got overlooked in NC27 because so much of the F2V changes are in NC28. Preliminary (untested) fix in #43136.
Not really. This code gets compiled so it's not as easy to monkey patch (unlike the PHP). |
Fixes #43134 Signed-off-by: Josh <josh.t.richards@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Good catch! |
While inspecting the code I also found reference to davParsePermissions function instead of unknown (or obsolete) parseWebdavPermissions. Is that possible to share the compiled file(s) which fix the bug for quick and dirty patch? Not waiting until the new subrelease is issued? |
All files are at #43136 |
Fixed by #43136 |
This comment was marked as resolved.
This comment was marked as resolved.
Confirmed working in Nextcloud 27.1.7. Thanks! ❤️ |
confirm fixed with 27.1.7 |
Bug description
When you delete any file, all previously deleted files disappear from the
Deleted files
view.The files remain on the disk but it is not possible to make them visible.
This issue started at Nextcloud 27.1.6. It did not exist yet in 27.1.5.
Steps to reproduce
Deleted files
viewExpected behavior
The deleted file should be visible under
Deleted files
.Installation method
Community Manual installation with Archive
Nextcloud Server version
27
Operating system
RHEL/CentOS
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 22.1 to 22.2)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
No response
Additional info
Also any previous deleted file in the view disappear after deleting one file running Nextcloud version 27.1.6.
The text was updated successfully, but these errors were encountered: