Commit Graph

73 Commits

Author SHA1 Message Date
9dff170c70 Fix filemanager open action regarding to the file mime type whether it needs to be opened in expose or in popup 2015-04-07 12:32:57 +00:00
c3eed99cdd Introduce new target type called "_browser", in order to specify browser default link handling
- Description widget using href, the default target would be _browser
- Call filemanager egw.open with target _browser
2015-03-27 10:13:57 +00:00
105bfc8f8f Fix dropping file onto a sub-directory uploaded into current directory instead 2015-02-23 17:42:21 +00:00
95a85c6cf5 fix clicking on favorite in filemanager does not work when showing shared files (or any other view then current index-url), thought setting of favorite still fails 2015-01-30 16:59:31 +00:00
6db17e8bde fixed javascript error stalling closing of filemanager tab or changing to shared files view 2015-01-15 16:01:41 +00:00
bc793ad039 Fix some bugs with tile view in favorite + home changed this.et2 variable 2015-01-14 20:55:03 +00:00
31fe89849e Update file's list after each upload 2015-01-14 09:06:32 +00:00
abb02c7b40 Add ability to store view in favorites, so tiles can be put on home.
Still some bugs in resizing with this in the home portlet.
2015-01-13 21:56:54 +00:00
9329db6edc Fix styling of edit_setting dialog in filemanager 2015-01-09 15:42:43 +00:00
33a0d1154a * Tile view for filemanager 2014-12-31 17:55:06 +00:00
6d9f4dd712 fix not working click on virtual structure (eg. "/apps/addressbook/$all"), because it uses mime "egw/addressbook" 2014-12-18 13:46:44 +00:00
d7f69a6a32 * Filemanager: fixed create directory icon in list and select popup, clicking on favorites in select popup 2014-12-12 09:47:56 +00:00
00b22e82bf if initial load is done via GET request (idots template or share.php), get_rows cant call app.filemanager.set_readonly
setting now value "initial_path_readonly" in content and use that in app.filemanager.et2_ready() to call set_readonly()
2014-12-10 10:32:47 +00:00
89d8ad77c4 fix not working up button in vfs file selector 2014-12-09 15:09:29 +00:00
13257f09a4 add list of shared files to filemanager and translation of sharing stuff 2014-12-08 16:04:20 +00:00
d7956554de Add support for filemanager favorites in home 2014-12-05 19:34:12 +00:00
75688e8cb8 allow to share files and directories from filemanager via mail app 2014-12-03 16:25:10 +00:00
d0331ca837 Be more careful with checking for target path, could be user selected a directory not a file 2014-11-24 19:47:48 +00:00
a538706de5 - Fix missing new directory icon in context menu
- Fix drop/paste into empty directory
2014-11-24 16:25:05 +00:00
0bcc81e44b Get createdir working for expanded sub-folders too 2014-11-24 16:13:14 +00:00
57f2e3c859 - Add 'Create directory' to context menu and placeholder actions
- Hide mail drop action when not allowed
- Fix dropping in empty directory gave an error
2014-11-19 17:58:02 +00:00
7fd377df56 Add drop actions as placeholders so you can drop into an empty folder. 2014-11-18 00:25:37 +00:00
ecdbff6edd Add Symlink as a drop action 2014-11-18 00:09:38 +00:00
cad253627b Integrate filemanager clipboard and new system clipboard 2014-11-17 23:57:15 +00:00
96d9f14d12 More progress of commit r49059 2014-10-20 11:41:59 +00:00
dd8f1090f5 * Filemanager: fixed super-user not able to create top-level directory, eg. /test 2014-10-13 17:23:33 +00:00
813d58e367 Fix file drop in Firefox by avoiding global event variable 2014-09-08 23:02:46 +00:00
3021b6a3c9 Handle logout onClick handler for superuser button in filemanager file dialog 2014-07-31 17:45:57 +00:00
4d5b7540bd Toggle save as for multiple based on selection (no directory) and browser support 2014-06-23 22:41:34 +00:00
d0b80697c2 Multiple file download for browsers that support download attribute 2014-06-23 21:58:27 +00:00
4466776e70 Add a is_dir flag to select dialog files info instead of relying on mime.
Makes it possible to navigate into and inside /apps
2014-06-03 20:29:26 +00:00
2b9d33b0b5 Do need to refresh to show the newly uploaded file(s) 2014-04-03 15:39:23 +00:00
4ba2a0ba58 fixed javascript error in file select dialog (notable under FireFox) caused by calling event.preventDefault() without the event 2014-02-10 18:37:51 +00:00
ed4476ab30 docu update and fixed IDE warnings 2014-01-22 08:42:42 +00:00
4239ab815a Fix old reference to felamimail 2014-01-15 15:13:02 +00:00
1bcaf1755b Don't need to refresh just to show a message. 2013-12-18 18:14:31 +00:00
84420db6ea Refresh opener after uploading file 2013-11-25 16:59:30 +00:00
4cc524dedd File a file link via ajax 2013-11-14 21:38:45 +00:00
cbeeb85251 Handle case of no info from dropped row, just upload to current path 2013-11-13 17:20:13 +00:00
555910edd8 Fix file select dialog toggling checkbox when clicking file name 2013-11-12 23:51:05 +00:00
e97e1ff422 Fix double confirmation on actions 2013-11-12 22:57:29 +00:00
365cdf2dd5 Fix drag & drop files to nextmatch 2013-11-12 22:41:52 +00:00
6209c42dc4 - Add props parameter for upload
- If user cancels rename/overwrite, remove file from file widget
2013-11-07 23:30:50 +00:00
092fc3406c Try to detect Macs, and allow holding command key to trigger native DnD 2013-11-06 23:17:43 +00:00
6d226a7921 split constructor function and place of instanciation for app.js objects: app[appname] = new app.classes[appname](); 2013-11-04 20:54:23 +00:00
69a809cb3f filemanager redirected /apps/$app to webdav.php instead of opening it, using now css class isDir as further indicator for directories, eg. with symlink mime-type 2013-10-14 09:01:03 +00:00
a6311fa1a3 creating and using an app-specific egw object 2013-10-07 16:53:13 +00:00
7c3d0776dd - Add check to make sure path_widget is there before using it
- Remove extra change stuff
2013-10-04 10:09:21 +00:00
8c94a4fd19 File select fixes:
- some layout issues
- selecting a single file
- missing mime options
- file uploads
2013-10-04 09:28:10 +00:00
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