Commit Graph

111 Commits

Author SHA1 Message Date
Simon Birnbach b949619d04 coding guidelines 2012-03-16 00:11:50 +01:00
Simon Birnbach 45c9f1978e Initial version of drag&drop file upload support 2012-03-16 00:03:23 +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
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 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
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
Brice Maron 3c5a6a356a Use notification to inform about errors in file list. 2011-10-17 20:39:01 +02:00
Robin Appelman d7fa2a0f77 mimetype icon improvements 2011-10-13 16:33:39 +02:00
Scott Barnett 83ccbbe49f Fixed table gap from appearing. 2011-09-27 06:48:05 +10:00
Robin Appelman 917ea58a8c fix file uploads for IE 2011-09-22 23:25:23 +02:00
Michael Gapczynski affc879cde Shift+Click multiselect for files 2011-08-28 15:21:53 -04:00
Michael Gapczynski a695aa3071 Months for modified date need to be translated 2011-08-28 14:21:36 -04:00
Michael Gapczynski 5f0ab971f1 Ctrl+Click on td.filename a selects file instead of default file action 2011-08-28 14:15:07 -04:00
Michael Gapczynski 0c0435615d Support translations for modified date column in files 2011-08-28 11:44:33 -04:00
Michael Gapczynski fef7e9d5f4 Style changes for multiselect and add tipsy for file size 2011-08-27 22:16:39 -04:00
Michael Gapczynski 2b572f676d Fix file actions broken in some browsers, rename delete to do_delete - Thanks Bart Visscher 2011-08-27 19:32:48 -04:00
Jan-Christoph Borchardt 7bb261f810 more fixes for Personal and Tipsy 2011-08-14 16:12:31 +02:00
Jan-Christoph Borchardt 6e30ade0b3 updated tipsy, tooltips finally work everywhere, thanks icewind 2011-08-14 14:55:43 +02:00
Jan-Christoph Borchardt 3b5f16b23c NEEDS MORE FADING 2011-08-13 06:05:00 +02:00
Jan-Christoph Borchardt d5b4056514 fixed tipsy tooltips for actions 2011-08-13 05:40:03 +02:00
Jan-Christoph Borchardt f62b315159 file hovering now very fancy, CSS fade for row and extension 2011-08-12 11:51:48 +02:00
Robin Appelman 9ba303a95f fix uploading multiple files 2011-08-12 11:50:07 +02:00
Jan-Christoph Borchardt 6c4d075bd6 added jquery-tipsy for nice title tooltips 2011-08-12 11:26:13 +02:00
Dawid Opis 9683d44633 fixed upload button 2011-08-11 22:22:32 +02:00
Robin Appelman 9059b55979 make more strings translatable 2011-08-10 14:03:54 +02:00
Robin Appelman e209511f86 provide undo button when deleting files from the web interface 2011-08-04 00:22:44 +02:00