egroupware_official/filemanager
Ralf Becker d2c85cfe86 fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given
guarding key() from calling with null eg. $button = key($content['button']) --> key($content['button'] ?? []) or check before !empty($content['button'])
2021-10-06 16:08:32 +02:00
..
inc fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given 2021-10-06 16:08:32 +02:00
js * Filemanager: added user-interface to mount WebDAV or SMB shares 2021-09-13 16:16:36 +02:00
lang pending translations from our translation server 2021-09-22 14:57:11 +02:00
setup Bump version to 21.1 2021-05-08 15:02:24 +02:00
src/Sharing Filemanager: Fix url as comment on uploaded files 2021-04-28 14:19:51 -06:00
templates some typos and missing translations 2021-09-14 08:59:09 +02:00
cli.php * Filemanager/WebDAV: fix mounting WebDAV URL as webdavs://user:pass@host/path 2021-09-10 14:09:02 +02:00
index.php index files without header include, but working with sessionid in url 2008-08-14 13:53:17 +00:00
test.php got symlinks working for filesystem streamwrapper and fix one bug in Vfs with symlinks 2021-07-13 13:59:05 +02:00
webdav.php permanent redirect requests to filemanager/webdav.php to webdav.php 2019-10-22 15:29:23 +02:00