Commit Graph

35 Commits

Author SHA1 Message Date
nathan
0f0ccc7851 Avoid PHP 8.0 PHP Warning: Undefined variable $domain 2021-11-15 09:58:34 -07:00
Ralf Becker
df946f7c80 * Filemanager/WebDAV: fix mounting WebDAV URL as webdavs://user:pass@host/path 2021-09-10 14:09:02 +02:00
Ralf Becker
b7e8c6b9e1 more explanatory / clear error messages for lntree 2020-09-13 10:23:33 +02:00
Ralf Becker
9746e1533e remove (not supported) parameters after #!/usr/bin/env php 2017-06-07 15:08:30 +02:00
Ralf Becker
4c27537a6f fix PHP Fatal: Class EGroupware\Api\Vfs not found when using chmod/chown/chgrp 2017-06-07 10:17:46 +02:00
Ralf Becker
5c4fb89d54 fix PHP Fatal in filemanager/cli.php on minimal installs 2017-04-05 10:02:41 +02:00
Ralf Becker
cc7709908c using #!/usr/bin/env php 2016-08-28 12:51:19 +02:00
Ralf Becker
01659d13c9 fix Scrutinizer "bugs" 2016-07-02 12:26:39 +02:00
Ralf Becker
1587c977b8 use new api in filemanager 2016-05-05 07:20:07 +00:00
Ralf Becker
bc7fa3bc8b * Filemanger: filemanager/cli.php wrongly reported wrong passwords for setup or config user with newer password hashes 2016-02-15 11:10:23 +00:00
Ralf Becker
29c73a8694 * Filemanager: add ability to finally delete all old versions or deleted files from a versioned directory 2016-01-21 11:49:50 +00:00
Ralf Becker
d1cecdfd74 allow to specify domain, user and password via url again 2015-04-17 14:07:49 +00:00
Ralf Becker
be5dd5435b need to use egw_vfs::load_wrapper() to support new filesystem layout in trunk, fixes "Unknown scheme" error in mount 2015-02-19 09:43:06 +00:00
Ralf Becker
93bc0feb16 * Filemanager: fix since PHP 5.5.18 not longer working non-ascii chars in filenames, eg. German umlauts or accents 2014-10-18 12:17:17 +00:00
Ralf Becker
892500fee3 change cli detection to use php_sapi_name() 2013-09-10 17:29:58 +00:00
Ralf Becker
df9b9db615 new cli command lntree 2013-04-10 16:46:43 +00:00
Ralf Becker
fd19c672c8 * Filemanager/Admin: ability to check virtual filesystem (Admin >> Check virtual filesystem) and some code to prefent double creation of directories 2012-02-27 13:18:52 +00:00
Ralf Becker
7d8347cd34 * Filemanager: allow WebDAVs (https) via PEAR HTTP_WebDAV_Client 2012-01-11 21:24:54 +00:00
Ralf Becker
2978d9ddd2 ability to migrate DB based sqlfs to a filesystem based one using filemanager/cli.php (see usage) 2010-03-17 09:11:28 +00:00
Ralf Becker
ba2518a60e fixed not working domain config user login 2010-02-04 06:21:36 +00:00
Ralf Becker
cea57f47dd fixed login in other then first domain 2009-11-30 17:57:07 +00:00
Ralf Becker
38d7aa2b98 added option to display inode in ls, to eg. get a list of all files with there inode = storage location in files directory 2009-08-27 13:07:56 +00:00
Ralf Becker
0dd58f3038 "removing file_exists() again and suppressing the warning of lstat() if file does not exist, as file_exists calls stat(), which resolves sysmlinks first and costs more then double the time on dirs with many symlinks" 2009-05-02 12:45:06 +00:00
Ralf Becker
e7fd6b2cca need lstat 2009-04-15 21:09:48 +00:00
Ralf Becker
b1f0863d81 A scheme is not allowed to contain an underscore, but allows a dot and a
class names only allow or need underscores, but no dots
--> we replace dots in scheme with underscored to get the class-name
2009-04-01 14:08:20 +00:00
Ralf Becker
3927555c22 "show symlinks in ls -l" 2009-03-24 16:27:29 +00:00
Ralf Becker
5a1f788a00 "fix for usage for filemanage/cli.php as suggested on the German list" 2008-10-28 09:28:43 +00:00
Ralf Becker
94a123c537 also using default cli exceptin handler 2008-10-26 12:15:26 +00:00
Ralf Becker
e76f20f665 New stream-wrapper to mount the regular filesystem into the vfs while
allowing to set an arbitrary uid, gid and mode for the vfs (like
mounting a dos Filesystem under Linux).
Can be used to mount eg. an upload dir writable only by Admins:
filemanger/cli.php mount --user root_admin --password whatever \
        filesystem://dummy/var/www/html/uploads?group=Admins&mode=075 \
        /uploads
Please note that you can NOT use filesystem:/something!
Fixed the vfs-classes to deal correctly with get-parameters used as
mount-options.
2008-09-30 11:52:56 +00:00
Ralf Becker
80c717fb5c - only using the new stream wrapper interface
- dropped all old code, images and translations
- the former comments are savely stored in the sqlfs table, but are currently not available via the GUI
2008-04-14 05:54:10 +00:00
Ralf Becker
a53b69af40 setting the session.save_path to /tmp only for session.save_handler=files and !is_writable(session.save_path) 2008-03-06 06:03:18 +00:00
Ralf Becker
76e75dea7b new options to restore the default fstab and options to specify user,password&domain 2008-03-03 12:18:32 +00:00
Ralf Becker
0af252ad55 ordering and limited resultsets 2008-03-03 07:53:43 +00:00
Ralf Becker
4df4fd9f06 first work on UI for a new filemanager and some vfs bugfixes and improvments 2008-03-02 21:44:15 +00:00
Ralf Becker
5755acdbe2 renamed ls.php to cli.php, changed syntax a bit and added mount and find command 2008-02-29 07:29:19 +00:00