Commit Graph

286 Commits (d9c19fa8d700a64054b29d8a1e4faaffc036c717)

Author SHA1 Message Date
Robin Appelman 3de40f7cfb Files: set the proper mimetype when creating a new text file 13 years ago
Lukas Reschke 3a6e39b990 It's a class 13 years ago
Lukas Reschke 6cf6103ed2 Move onclick handler 13 years ago
Morris Jobke 637dd685db fix wrong shared icon description 14 years ago
Robin Appelman ab7fcebeb3 Files: fix the order fileactions are computed for a file 14 years ago
Robin Appelman 1507d1ef26 Files: Fix XSS when creating dropshadow 14 years ago
Bart Visscher 802a5a331b Fix displaying spinner on delete 14 years ago
kondou de2e546617 Translate 'Error' in core 14 years ago
root 74b02db337 Fixed things in alert-messages 14 years ago
Jörn Friedrich Dreyer 7ecbaef16c use css browser switch instead of deprecated jquery browser detection 14 years ago
Jörn Friedrich Dreyer dac875eb9c '#upload' is actually '#uploadprogresswrapper', fix css and js to show cancel button correctly 14 years ago
Jörn Friedrich Dreyer e31d74037a use local variable to walk DOM only once 14 years ago
Jörn Friedrich Dreyer 868d7b956d use === to compare empty string '' 14 years ago
Jörn Friedrich Dreyer 831b7ca803 don't update progress bar in ie < 10 14 years ago
Jörn Friedrich Dreyer c1a944a655 return created table row, use as context in fileupload events 14 years ago
Jörn Friedrich Dreyer 4dd4167f80 refactor files.js, make proper use of fileupload events 14 years ago
Thomas Mueller 586a47b186 fixes #1463 - file size is now displayed correctly in IE8 14 years ago
Thomas Mueller cf50e67e1b prevent to fire delete ajax a second time. 14 years ago
Thomas Mueller e0e5cb73bf fixes #1461 14 years ago
Björn Schießle e5f40ddaae only prevent shared action for the Shared folder in the root dir 14 years ago
Björn Schießle f971ce0b66 let public link download handle json encoded file lists 14 years ago
Björn Schießle b2da2f769a don't add share action to the Shared folder 14 years ago
Björn Schießle 4a4f705adc json encode list of files 14 years ago
Georg Ehrke ff9476b3e3 fix oc#47 14 years ago
Bernhard Posselt 1d83d76b45 fixed bug that prevented a newly created file to be opened with registered files actions 14 years ago
Björn Schießle dbf2bfc8cd delete table row if file was deleted instead of just hide it 14 years ago
Jörn Friedrich Dreyer 664e7a3fc2 use distance option to delay dragging in sane browsers 14 years ago
Bart Visscher bb75dfc021 Whitespace fixes 14 years ago
Jörn Friedrich Dreyer 0dd7fd0599 IE8 does not support window.onclick 14 years ago
Bernhard Posselt 3b9d9eea09 replaced for in loops with normal enumerating loops to fix #1803 14 years ago
VicDeo fde0a8b520 Add Ability to the app to detect more details on the file 14 years ago
Thomas Mueller a03d70209f fixing undefined originalEvent 14 years ago
Robin Appelman 37ea784294 Files: always show share action at the right 14 years ago
Jörn Friedrich Dreyer bf4a073dca count divs in actions instead of action div itself (is set to 100%) 14 years ago
Jörn Friedrich Dreyer 676f89bbdb extract common code 14 years ago
Georg Ehrke 2137bbe330 remove code properly 14 years ago
Georg Ehrke 8961e675c7 remove (comment out) old code to fix replacing of files 14 years ago
Bart Visscher ed1dc3e064 Fix files router download links 14 years ago
Thomas Müller ce8fc20e0b remove unused code 14 years ago
Thomas Müller 1d3c1328fa remove undefined function FileList.finishDelete 14 years ago
Björn Schießle c72537cd85 don't call the delete button unshare, unshare operation no longer available 14 years ago
Björn Schießle e2516a2b65 allow to delete single files from the trash bin permanently 14 years ago
Thomas Mueller c1072d0c09 call ajax scan only if a user is logged in - otherwise we'll get a 500 14 years ago
Robin Appelman 5417e44b2a Files: fix moving files by DnD 14 years ago
Jörn Friedrich Dreyer 263c3f3a42 attach on to filelist instead of individual td elements for file link behaviour 14 years ago
Jörn Friedrich Dreyer 22812c5f0d replace live() with on() in core js 14 years ago
Björn Schießle 9ca0a93847 make spinner title translatable 14 years ago
Björn Schießle 1592764a60 show a spinner instead of the delete button while moving files to the trash bin 14 years ago
Jörn Friedrich Dreyer 81a398c22c use $.trim() for IE8 14 years ago
Jörn Friedrich Dreyer 99dfaee1f6 reset checkbox after getting selected files instead of ofter dragging, speed up revert 14 years ago