Commit Graph

113 Commits

Author SHA1 Message Date
288469e66c use new prompt to allow to rename uploaded file, if it would overwrite an already existing one, also use dialog for delete confirmation 2013-04-23 16:52:39 +00:00
588f87eddb first - not yet fully working - version of upload 2013-04-20 19:23:36 +00:00
a15e7d31b1 do NOT store query, if hierarchical data / children are requested 2013-04-20 12:24:45 +00:00
283e6d23bc allow to "open" directores aka hierarchical display 2013-04-13 19:02:09 +00:00
755b08feaa set readonly icons and drag-n-drop 2013-04-12 17:57:12 +00:00
6e6ce5dbcc permanently using etemplate2 for filemanager index 2013-04-12 10:02:18 +00:00
280420f2cc removed no longer used server-side processing of buttons 2013-04-12 09:33:37 +00:00
e4d7e59a0a single backend methods to copy, move or symlink files 2013-04-12 08:56:28 +00:00
4be150c546 fixed not working symlink creation 2013-04-12 08:07:26 +00:00
3db8d01007 drag helper and added dir to ajax_action method, now calling do_action for all actions 2013-04-11 13:16:40 +00:00
4135711cdc copy, cut, paste, symlink and createdir without server submit 2013-04-11 10:46:39 +00:00
81a918c269 some more ajax actions for filemanager 2013-04-10 17:11:32 +00:00
23f2d8eddf putting path and icons into nextmatch (not yet working) 2013-04-10 10:04:18 +00:00
188ebbaec6 moved javascript action implementation into and object defined in app.js file 2013-04-09 16:20:06 +00:00
162eb552af Stop using is_uploaded_file(). It provided no real benefit, and prevented async uploads 2013-02-05 09:27:41 +00:00
c175998ea3 exclude filemanager application from itempicker list 2013-01-04 00:23:57 +00:00
3e72371fd7 * New feature: cross-application document merge in filemanager GUI 2012-10-27 11:38:47 +00:00
5505023b50 enabled itempicker in filemanager edit dialog for document merge and as proof of concept. 2012-09-29 10:32:33 +00:00
70459abae9 Get filemanager edit popup working in et2 2012-07-09 21:23:21 +00:00
92471650fe Display error from merge, if merge gives error 2012-05-16 17:33:37 +00:00
cfd8c18939 fixed not working copy or paste of files since r39109 2012-05-11 10:30:52 +00:00
019bfb1c93 Changes to file merge
- Remove accidentally committed debug
- Make URL into web-accessable URL
- Add clickable link placeholder
- Format custom field date/times according to user preference
- Add rel_path placeholder, includes path+name relative to current directory
2012-05-07 15:53:28 +00:00
081d93ae51 Implement merge for filemanager 2012-05-03 17:58:16 +00:00
d7bd469ed9 Pass the ID of the path element 2012-03-29 23:28:48 +00:00
4b83719907 fixed "Save as" / forced download for known mime-types 2012-03-09 12:39:39 +00:00
f676a23821 fixes for PHP 5.4 warnings and strict warnings, thought disabled E_STRICT for now, because of various strict warnings in working code, which could not be easy fixed in all areas (see comment in phpgwapi/inc/functions.inc.php) 2012-03-04 13:33:10 +00:00
3dbab868e2 * filemanager: delete->reset any occasion where the delete action may be stored, as it may be ressurected out of the helpers by etemplate, which is quite unconvenient in certain conditions (delete a file, upload a file with the same name to this very folder, continue uploading files to that folder: this process may lead to the deletion of the former file while uploading other files) 2011-12-27 11:08:41 +00:00
7aeb483fcc * Filemanager: Firefox 3.5 gives error "Theres already a directory with that name" when trying to upload a file
fix works now for FF 3.5 AND FF 7+
2011-11-18 11:59:31 +00:00
c170e880e3 * Filemanager: Firefox 7.0+ gave error "There is already a directory with that name!" when trying to upload a file 2011-09-30 13:53:40 +00:00
35f9473fc0 method to set message 2011-09-08 13:00:13 +00:00
3728867bee * Filemanager: fixed not working rename of file, if path contains a # or ? 2011-09-07 07:47:56 +00:00
366bad914d * Filemanager/WebDAV: #?+ and chinese characters working now in filenames 2011-09-05 10:25:28 +00:00
4a1f4fff8c * Filemanager: "Save as" option for files to force download and not open in browser 2011-08-29 08:40:22 +00:00
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
b7a221a6ac Fixed typo in error message for moving/copying files 2011-08-02 09:34:13 +00:00
e45589feea ask only a single time for multiple files and break on other errors, as they reset the selected files anyway 2011-07-01 08:08:34 +00:00
ac78b77180 support for html5 multiple upload in file-exists check 2011-07-01 07:49:58 +00:00
d9e452ce52 context menu for filemanager 2011-06-30 13:07:55 +00:00
a0e556e968 fixed typo causing extra tabs to disappear 2011-06-24 16:45:11 +00:00
ea6b823bd4 additional parameters _replace and _with for egw_refresh to modify the url, fixed not working update of existing msg parameter 2011-06-24 14:11:37 +00:00
7282d42f52 - added hooks to general vfs methods to allow apps to monitore file access, creating, modification, removal
- new $user parameter for egw_vfs::check_access($path, $check, $stat=null, $user=null) to check access to a file for a user, who is NOT the current user
2011-06-23 18:34:47 +00:00
4b380ca119 Improved nextmatch row aoi and added AJAX-actions for createdir and symlink to filemanager_ui 2011-03-23 20:07:07 +00:00
1b1a142d50 Added code for directly copying and moving files using ajax without having to use the copy/cut and copy_paste/cut_paste actions 2011-03-21 16:14:43 +00:00
4cce629666 * fixed handling of + char in VFS filenames (using egw_vfs::decodePath() instead of urldecode()) 2011-03-03 15:41:01 +00:00
1a59b91707 - using new egw_refresh() call in filemanager_ui::file()
- allow to call all actions via ajax
2010-12-28 03:12:57 +00:00
5e781b4135 Confirm before deleting multiple files 2010-12-20 23:23:44 +00:00
e5e052441d fix for #2742: filemanager broken since last svn update 2010-10-16 12:26:54 +00:00
b4f0f31681 call_user_func('class::method', ...) is PHP 5.3+ 2010-10-15 20:08:54 +00:00
15c8775a80 allow to extend filemanager via plugins with more views 2010-10-15 19:42:38 +00:00
79bcb9e0fe if user has filemanager rights, show Actions column allowing to delete or edit properties of files 2010-09-24 18:55:36 +00:00