Commit Graph

178 Commits

Author SHA1 Message Date
Robin Appelman 6af808edc9 fix delete button not always disapearing 2012-04-16 13:11:41 +02:00
Robin Appelman 8ecddb5bc3 create a new filename when the uploaded file already exist 2012-04-15 17:34:53 +02:00
Robin Appelman c0bdad5893 dont allow draging files to the current directory 2012-04-15 16:06:55 +02:00
Robin Appelman 75a4e46872 do no offer 'undo delete' on opera
opera lacks the onunload to make it work
2012-04-15 15:48:19 +02:00
Jan-Christoph Borchardt 7ddd043427 renamed extention to extension, also now only showing lowercase 2012-04-15 13:34:30 +02:00
Jan-Christoph Borchardt d32799e4bf show text for file actions 2012-04-15 13:34:30 +02:00
Robin Appelman b669c846b0 add span around fileactions 2012-04-15 13:25:31 +02:00
Jan-Christoph Borchardt 31df4c00ec adding tipsy tooltips for file actions 2012-04-13 17:22:23 +02:00
Arthur Schiwon 0c56f82db5 fix: drag'n'drop actions with files containing special chars, fixes oc-420 2012-04-10 13:53:27 +02:00
Arthur Schiwon af75ecf9da make checkboxes on files page work with IE8 () 2012-03-29 18:32:25 +02:00
Arthur Schiwon b13ab2b17e enable admin to turn off ZIP downloads
user interface offers multi-file/folder downloads only if available

make function name more clear
2012-03-19 11:56:02 +01:00
Arthur Schiwon 3267d91bda it may take time for zip file download, so give a message 2012-03-16 16:25:41 +01:00
Robin Appelman 018f0c4b72 add option to add file from url 2012-03-07 21:43:44 +01:00
Robin Appelman 797e921b9a improve log browsing 2012-02-26 03:10:29 +01:00
Robin Appelman 66f4f06dd9 if a deleted file is uploaded, finish the delete first
otherwise the upload will fail because the file still exists on the server, the old file will be deleted and neither the old or new file will be left
2012-02-24 23:54:38 +01:00
Robin Appelman 0124809a42 prevent sharing from making aditional http requests while scanning
additional requests to the server can block feedback of scannning depending on server configuration
2012-02-01 15:33:12 +01:00
Robin Appelman a69d3c3346 only show what folder we are scanning to save bandwith 2012-02-01 15:25:00 +01:00
Robin Appelman 7ff86cfebe provide live feedback while scanning files 2012-01-31 13:56:58 +01:00
Robin Appelman ffecc3e434 start of proper feedback during filessytem scan 2012-01-30 23:32:55 +01:00
Robin Appelman 96e2f15d8a merge master into filesystem 2012-01-16 03:06:11 +01:00
Robin Appelman 5cd6e0f4d9 remove some of the flickering in opera 2012-01-15 00:14:42 +01:00
Robin Appelman d1edc360d9 merge master into filesystem 2012-01-08 01:53:40 +01:00
Tom Needham ebe3ae58cf removed data-read and fixed droppable logic 2012-01-02 18:08:20 +00:00
Tom Needham 0730077840 Used data-read and data-wite when binding drag and drop events 2012-01-02 17:07:10 +00:00
Tom Needham cbb2db8622 Fix merge conflicts 2012-01-01 01:18:02 +00:00
Tom Needham e7de254342 Fix missing ; 2012-01-01 01:14:00 +00:00
Tom Needham 06d2a87ee4 Fix js error 2012-01-01 00:52:53 +00:00
Tom Needham 2c4ab355ac Shared folder no longer draggable or droppable 2012-01-01 00:47:24 +00:00
Michael Gapczynski 86b65c269a Keep the urls pretty, decode forward slashes for newly added directories 2011-12-28 13:01:36 -05:00
Michael Gapczynski 9b59bf40df Fix encoding again and update the link after renaming files 2011-12-28 12:47:27 -05:00
Michael Gapczynski 1cddfe8820 Keep the urls pretty, decode forward slashes 2011-12-27 12:43:58 -05:00
Michael Gapczynski 95b9f4ed23 Fix folder names with + characters in it 2011-12-27 12:35:29 -05:00
Robin Appelman 9fdd1bafdc Merge branch 'master' into filesystem 2011-12-11 23:42:22 +01:00
Robin Appelman a0548a416a Don't trigger file action when renaming, stupid fix for stupid firefox behaviour 2011-12-05 23:52:14 +01:00
Bart Visscher 2dd757156c Fix file dropping on root (Files menu entry) 2011-11-23 21:31:27 +01:00
Robin Appelman 5a8235eca0 use force parameter 2011-11-10 16:54:45 +01:00
Robin Appelman 524e3686a0 tell the user when the files are being scanned 2011-11-10 16:40:09 +01:00
Brice Maron 2fa9e3279c Manage More special chars in file listings. ';' is still problematic 2011-11-06 13:50:05 +01:00
Brice Maron 8de7c36b4c Fix broken upload since merge of new button branch 2011-11-06 13:34:22 +01:00
Brice Maron 75ff9abaca Fix another problem of the so-called 'fix-special chars' commit. 2011-11-06 00:39:11 +01:00
Brice Maron b3bb83cf58 Do not use mix data/attr to retrieve filename ... data() will try to convert filename to int 2011-11-04 23:44:41 +01:00
Robin Appelman 9a049de85f fix mimeicon for new files 2011-11-04 03:11:29 +01:00
Robin Appelman bf18568e17 small styling fix for New button 2011-11-04 03:08:00 +01:00
Robin Appelman 2c68aab198 Merge branch 'master' into newbutton 2011-11-04 03:00:03 +01:00
Brice Maron 13d2c5e926 Fix bug with spaces in file names. 2011-11-02 20:26:17 +01:00
Brice Maron c7d1737d47 attempt to manage some special chars in file list
Added a jquery function to filter by attributes.
Add more logging in rename file
Use the new function to avoid errors
2011-11-01 22:35:13 +01:00
Robin Appelman d46288b0ab 'New' button, needs some css work 2011-10-23 11:40:40 +02:00
Michael Gapczynski aa087f8661 Change javascript new folder from old icon to new 2011-10-22 02:11:32 -04:00
Brice Maron 3c5a6a356a Use notification to inform about errors in file list. 2011-10-17 20:39:01 +02:00
Georg Ehrke a01d10e57d Merge branch 'master' into calendar 2011-10-13 21:59:16 +02:00