Skip to content

nextcloud: update to 23.0.11

Michal Vasilek requested to merge hotfix/nextcloud-23 into temp/tos61

This was tested with nextcloud with PHP8 from #1015, so this PR should not be merged before that. I am getting some new errors in the Administration Overview. The two red messages are new. image

It's possible background job execution didn't work until now, but I only noticed it with this update because before I had a fresh installation and this one is a few days old.

The second red line means that some files were modified compared to the original nextcloud tarball. Client.php is expected because our nextcloud package patches this file.

Results
=======
- core
	- INVALID_HASH
		- .htaccess
		- lib/private/Http/Client/Client.php
	- FILE_MISSING
		- .user.ini

Merge request reports