Commit Graph

1177 Commits

Author SHA1 Message Date
Ralf Becker
e74262ff43 pending translations from our translation server 2021-12-04 15:45:41 +01:00
Ralf Becker
bf161d2cc2 * Admin/Filemanager: correctly encode user "WORKGROUP\$user" for SMB mounts and do NOT require mountpoints to exist
same as for filemanager/cli.php
2021-11-22 13:09:32 +01:00
nathan
fd3cd58fab Avoid PHP 8.0 PHP Warning: Undefined variable $domain 2021-11-15 10:13:07 -07:00
Ralf Becker
ae6128d7d0 * Filemanager: fix not working variables eg. $user in GUI mount (Admin > Filemanager)
also support no user/password for sharing links
2021-11-03 14:55:21 +01:00
nathan
134788efe9 Filemanager: translations for lock/unlock 2021-10-29 08:57:45 -06:00
Ralf Becker
45437a5c9d add $depth parameter to Vfs::checkLock($url, int $depth=0) and use it to query all locks in one go for filemanager_ui::get_rows() 2021-10-29 08:48:26 -06:00
nathan
75bbd063c6 Filemanager: Add lock tooltip, unlock icon on action 2021-10-29 08:48:15 -06:00
nathan
303a16a385 * Filemanager: Add action to unlock files 2021-10-29 08:48:04 -06:00
Ralf Becker
efff64299c fix big chunk of PHP 8.0 warnings 2021-10-21 10:42:18 +02:00
nathan
82103dd514 * Collabora: Merge placeholder dialogs
Added merge placeholder & address dialogs to Collabora.  Also some new merge preferences for target filename and location, and placeholder list UI
2021-10-14 13:18:21 -06:00
Ralf Becker
74433a6a32 fix PHP 8.0 "TypeError: count(): Argument #1 ($value) must be of type Countable|array, string given" when creating a new directory 2021-10-07 18:31:38 +02:00
Ralf Becker
9345152c98 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:12:49 +02:00
Ralf Becker
c56dd9fb4e fix PHP 8.0 error: key(): Argument #1 ($array) must be of type array, null given 2021-09-27 17:29:14 +02:00
Ralf Becker
d3be8cd82c pending translations from our translation server 2021-09-22 14:57:53 +02:00
Ralf Becker
95ce821235 fix diverse JS errors after d596f76: added user-interface to mount WebDAV or SMB shares 2021-09-20 11:09:37 +02:00
Ralf Becker
07b85df5b5 some typos and missing translations 2021-09-14 08:59:43 +02:00
Ralf Becker
4625011575 need to use header_admin_(user|password), as config_(user|passwd) get's unset 2021-09-13 19:44:01 +02:00
Ralf Becker
36e42790f3 stop using iframe for Filemanager Admin 2021-09-13 19:44:01 +02:00
Ralf Becker
d596f76d43 * Filemanager: added user-interface to mount WebDAV or SMB shares 2021-09-13 19:43:57 +02:00
Ralf Becker
47e35c4034 * Filemanager/WebDAV: fix mounting WebDAV URL as webdavs://user:pass@host/path 2021-09-10 14:13:50 +02:00
nathangray
32f3034d88 Filemanager: fix Collabora UI preference again so you can override default 2021-07-22 14:10:02 +02:00
Ralf Becker
fdaac697e2 got symlinks working for filesystem streamwrapper and fix one bug in Vfs with symlinks 2021-07-22 11:25:15 +02:00
nathangray
6b50299d8a Adapt app-specific merges to 186e03671a 2021-07-13 08:53:38 +02:00
nathangray
0fe953b449 Filemanager: Fix root access was stopped after removing custom ACL 2021-06-21 08:45:30 -06:00
Hadi Nategh
b8eacf5332 Check popup blocker for when trying to open mail compose popup from filemamanger/Collabora 2021-05-18 11:42:56 +02:00
nathangray
81d542c9a7 Filemanager: Collabora preference translations from Stefan 2021-05-11 13:47:04 -06:00
nathangray
dd9f9f1dd4 Filemanager: don't store mime filter from expose in case user reloads and expose doesn't get a chance to remove it 2021-05-10 10:21:36 -06:00
Ralf Becker
42ac049bc1 Bump version to 21.1 2021-05-08 15:02:53 +02:00
Ralf Becker
9643bfc6a4 move "Collab Editor settings" and "Collabora Online" in a single "Collabora Online" tab 2021-05-03 18:12:11 +02:00
nathangray
42aa383cd4 Add Collabora UI preference 2021-04-29 15:28:18 -06:00
nathangray
d185a53f8e Filemanager: Fix url as comment on uploaded files 2021-04-28 14:19:51 -06:00
nathangray
f89c8cfb03 Add hrules to sidebox menus 2021-04-19 16:02:41 -06:00
Ralf Becker
6e8596dfc6 pending translations from our translation server 2021-04-18 20:25:45 +02:00
nathangray
bf7770befe Filemanager: Don't allow permission changes (through UI) on /, /home or /apps since it tends to cause problems 2021-04-13 11:14:44 -06:00
Hadi Nategh
ff34b2f794 Remove new button icon 2021-04-08 11:31:36 +02:00
Ralf Becker
4045c06896 fix PHP 8 errors 2021-04-06 15:32:21 +02:00
nathangray
b16ccfd3ef Filemanager: Fix change in ownership of sub-directories did not always update UI 2021-03-29 15:56:51 -06:00
nathangray
6bd4685184 Filemanager: Fix superuser logout button did not work 2021-03-29 09:23:42 -06:00
nathangray
9080c9d0e2 Fix some translation issues from Stefan Unverricht 2021-03-23 09:21:13 -06:00
Ralf Becker
ffc048d472 fix PHP 8.0 Fatal error unknown function get_magic_quotes_gpc 2021-03-21 18:27:09 +01:00
nathangray
2d1b9b744f Fix anonymous shared list was not translated 2021-03-18 14:20:20 -06:00
Ralf Becker
d76b214e2c missing filemanager/app.ts/js 2021-03-16 15:09:25 +02:00
Ralf Becker
06907d040b fix hidden upload sharing incl. use of multiple share-links in tabs 2021-03-16 15:03:15 +02:00
nathangray
1ffde3b692 Change global sharing variable to be a list of shares in use, indexed by token. This should resolve the issues with multiple shares being accessed in the same session. 2021-03-11 17:00:16 -07:00
nathangray
ba84d3170d Api: Improve handling of accessing multiple shares (Collabora or directory) in new tabs while logged in 2021-03-11 09:50:12 -07:00
Hadi Nategh
bf3bb8999a Fix egw message Ui in mobile theme 2021-03-04 16:33:33 +01:00
nathangray
0a2f04a3cc Fix incorrect Translation namespace 2021-03-03 14:29:56 -07:00
nathangray
0021080641 Translation fixes from Stefan 2021-02-04 17:00:40 -07:00
Ralf Becker
0f69a5669f pending translations from our translation server 2021-02-03 08:25:50 +01:00
nathangray
99147f1d9e Filemanager: Apply user timezone to share created & last accessed columns
Also, use the better way to do it in file list too
2020-12-09 14:30:47 -07:00