Julius Knorr
Julius Knorr
Collabora and Text use a bit of a hacky approach to make the viewer show their content full screen with the special case that for Collabora the viewer header is...
It would be great if a callback that would return a promise could be provided to the registerHandler function so that the component would only be loaded if it is...
Right now the javascript files from files_videoplayer are loaded for every app no matter if it is really needed. https://github.com/nextcloud/files_videoplayer/blob/master/appinfo/app.php#L18-L19 Those should only be loaded for the files app similar...
We should not attempt to open the pdf viewer for files that have download disabled as it fails to download the file from webdav Ref https://github.com/nextcloud/server/pull/32482#issuecomment-1218387463
We need to bundle marked into files_texteditor as the server shipped one it is deprecated with NC16.
This happens when clicking the white are of the files list (in grid view), share does nothing there, as there is no file that can be used. Maybe we should...
Users are currently able to issue requests as much as they wish, which can lead to situations where an application server is running out of available php processes just triggered...
Make sure that we do not store and use the generated password if it wasn't used for user creation in cases where there is a dbpass already preconfigured https://github.com/nextcloud/server/blob/bugfix/noid/db-password-install/lib/private/Setup/MySQL.php#L158-L159
## Tasks - [ ] Server - [x] PoC to check for potential blockers regarding scroll behaviour - [x] Migrate server and files to new container layout https://github.com/nextcloud/server/pull/33568 - [x]...
Both dashboard and the theming app have the option to remove the background image and use the plain theming color. This is currently not being handled by the new page...