Nathan Gray
4951741fcb
Fix select returning current path for not selected rows by using a different method to toggle on click of name
2013-10-02 07:34:23 +00:00
Nathan Gray
04ce0638a9
Fix clicking on file name toggles checkbox
2013-10-01 16:27:50 +00:00
Nathan Gray
a8136aa191
Give filemanager selection a widget front-end.
2013-10-01 15:40:14 +00:00
Ralf Becker
c39273ac51
allow to (optionally) add tabs to existing tabs in template instead of replacing them
2013-08-20 16:41:31 +00:00
Ralf Becker
8e2d5d0985
using egw_framework::opener_refresh|window_close and some other small fixes
2013-08-20 13:12:18 +00:00
Nathan Gray
6fdeb9f5f8
Drag files from desktop anywhere onto filemanager uploads
2013-08-09 23:34:42 +00:00
Ralf Becker
588f87eddb
first - not yet fully working - version of upload
2013-04-20 19:23:36 +00:00
Ralf Becker
755b08feaa
set readonly icons and drag-n-drop
2013-04-12 17:57:12 +00:00
Ralf Becker
f623dacd58
loading file prefs popoup via javascript, to take current dir into account
2013-04-12 10:30:46 +00:00
Ralf Becker
1344d0a4b0
using r/o vfs-name as we dont want a link
2013-04-12 10:02:50 +00:00
Ralf Becker
4135711cdc
copy, cut, paste, symlink and createdir without server submit
2013-04-11 10:46:39 +00:00
Ralf Becker
81a918c269
some more ajax actions for filemanager
2013-04-10 17:11:32 +00:00
Nathan Gray
0f994892b2
Nextmatch headers inherit nextmatch namespace - fix path
2013-04-10 12:12:02 +00:00
Ralf Becker
23f2d8eddf
putting path and icons into nextmatch (not yet working)
2013-04-10 10:04:18 +00:00
Ralf Becker
188ebbaec6
moved javascript action implementation into and object defined in app.js file
2013-04-09 16:20:06 +00:00
Ralf Becker
7bb16b4823
* Filemanager: ability to create a directory in open or save-as dialog
2012-10-31 18:20:34 +00:00
Christian Binder
3e72371fd7
* New feature: cross-application document merge in filemanager GUI
2012-10-27 11:38:47 +00:00
Christian Binder
5505023b50
enabled itempicker in filemanager edit dialog for document merge and as proof of concept.
2012-09-29 10:32:33 +00:00
Nathan Gray
99d11f58b3
Prevent eacl table from filling the whole tab in et2 by moving the height attribute to parent
2012-07-17 15:39:46 +00:00
Nathan Gray
587e3c8862
Adapt file select popup to work with et2
2012-07-02 22:57:02 +00:00
Christian Binder
76f516ee4c
use $j object instead of jQuery
2012-06-27 20:40:05 +00:00
Christian Binder
37945dd54a
fix superuser box not visible
2012-06-26 19:42:08 +00:00
Nathan Gray
d7bd469ed9
Pass the ID of the path element
2012-03-29 23:28:48 +00:00
Nathan Gray
71af9ace62
Use whole array, not just path
2012-03-27 23:09:16 +00:00
Klaus Leithoff
1b8e361e6a
fixing a java-script syntax error: missing ; for button statustext ->call:clipboard_tooltip(this)
2012-01-05 14:19:51 +00:00
Ralf Becker
afeb95fe5e
fixed not working select all in filemanager
2011-11-09 15:20:19 +00:00
Ralf Becker
725f59cfda
* Filemanager: handle clipboard via ajax to copy with multiple open tabs and cuting and pasting between them
2011-08-27 17:54:56 +00:00
Ralf Becker
ac78b77180
support for html5 multiple upload in file-exists check
2011-07-01 07:49:58 +00:00
Ralf Becker
d9e452ce52
context menu for filemanager
2011-06-30 13:07:55 +00:00
Andreas Stöckel
4b93e5c0c5
Accidently set the thumbnail size to 16 in every vfs-mime widget. Added new option to the vfs-mime widget which allows you to set the thumbnail size.
2010-12-31 14:31:50 +00:00
Andreas Stöckel
2a71bab988
Fixed parts of EGW Stylite Bug #8260 . Very wide images do not longer get displayed very broadly in the filemanager select widget.
...
To achive this, some changes to the CSS were made and the ability to return thumbnails with a given size was added to etemplate/thumbnail.php. Miniature images with dimensions smaller than one pixel are now no longer created.
In this progress I discovered a minor security issue which might cause multiple egroupware instances to mix up their thumbnails in rare occasions. This was fixed by now hashing the image path together with the webserver url and the thumbnail size. In this progress, the thumbnail generation code has been restructured, making it faster and much easier to understand.
2010-12-30 19:54:43 +00:00
Ralf Becker
30976817b8
re-added in r30107 lost name of tab widget, causing tabs no longer getting disabled
2010-05-13 09:56:12 +00:00
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
Ralf Becker
e535081ca8
Use javascript function to open mail window and let fixed etemplate code
...
quote special chars in filenames, eg. ', " or &
2010-05-09 14:08:36 +00:00
Ralf Becker
316e8bc76d
missing icon
2010-05-06 07:02:18 +00:00
Ralf Becker
5bda513fd7
Mailing files directly from filemanager
2010-05-06 06:53:52 +00:00
Ralf Becker
f84781c297
removed accidently commited image
2010-04-23 12:42:04 +00:00
Ralf Becker
a3e6e6e2f6
revert icon
2010-04-22 20:13:50 +00:00
Ralf Becker
256e8d520c
removed "no access" from eACL rights and added a helptext, that rights can only be added, not taken away via eACL
2009-08-26 10:04:21 +00:00
Ralf Becker
d27a63033c
special handling for favorites
2009-05-11 20:48:09 +00:00
Ralf Becker
24bbec6df1
Adding a scrollbar to path in file select dialog, if it gets too long.
2009-05-03 20:45:34 +00:00
Ralf Becker
5af2873598
Using links for Up and Home Icons
...
--> get requests avoid browser asking while using back button
2009-04-30 08:09:50 +00:00
Ralf Becker
f08024b9e0
disable name row for select-dir mode too
2009-04-18 10:13:12 +00:00
Ralf Becker
25d1f106ab
shortcuts to application directories
2009-04-17 07:37:12 +00:00
Ralf Becker
3c18478f86
- more docu for file selection dialog
...
- added mime type filter
- added more user friendly mime type names:
application/pdf --> PDF file (application/pdf)
2009-04-17 06:28:19 +00:00
Ralf Becker
a50e1cc2ec
allow to attach (multiple) files from filemanager in fmail compose
2009-04-15 21:11:57 +00:00
Ralf Becker
060339db1e
not used
2009-04-15 21:11:06 +00:00
Ralf Becker
74fd4858b6
- ability to add links via clipboard
...
- grayed out icons, if dir is not writable
- switch recursive list off, when moving up
2009-04-09 14:05:14 +00:00
Ralf Becker
55d2aaa3ee
Implemented symlinks for eGW's VFS:
...
- sqlfs can store now symlinks (implements symlink and readlink)
- vfs resolves symlinks before calling a mounted stream-wrapper
--> symlinks can be between different mount-points
- filemanger can create symlinks and follows them
- etemplate vfs_widget displays symlinks (to be improved)
Happy testing :-)
2009-03-19 20:12:35 +00:00
Ralf Becker
1d51464746
Fixed silent overwrite of existing files by new uploads.
...
Added multiple uploads.
2009-02-26 14:48:53 +00:00