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