egroupware/filemanager
Ralf Becker fd56fb27c3 Correct quoting of special chars in vfs:
- # has special meaning in url and is intern always urlencoded as %23
- ? has special meaning in url and is intern always urlencoded as %3F
- % need to be urlencoded as %25, as it's the escape char in urlencoding
  (it has not been stored urlencoded in sqlfs so far, there's some
   workaround in filemanger_ui to deal with the old unencoded % chars)
- space and + are NOT urlencoded in sqlfs in the DB, they get urlencoded
  only for download urls
- " get urlencoded for download urls only as it messes up the html
  markup
--> Filenames get urldecoded, before displayed to user
- done manually eg. in messages
- done automatically in new vfs-name widget (both ways)
2010-05-11 15:02:30 +00:00
..
inc Correct quoting of special chars in vfs: 2010-05-11 15:02:30 +00:00
lang Mailing files directly from filemanager 2010-05-06 06:53:52 +00:00
setup Correct quoting of special chars in vfs: 2010-05-11 15:02:30 +00:00
templates Correct quoting of special chars in vfs: 2010-05-11 15:02:30 +00:00
cli.php 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
index.php index files without header include, but working with sessionid in url 2008-08-14 13:53:17 +00:00
test.php "output \"empty dir\" if dir exists, but empty" 2010-04-29 12:35:38 +00:00
webdav.php moved webdav handler in the root dir, as its now a general service and not only used by filemanager 2008-05-10 21:15:46 +00:00