Commit Graph

189 Commits (611075bf206555cf011b5fb70e117c93040e9027)

Author SHA1 Message Date
Vincent Petry 611075bf20 Fixed JS error in trashbin app 13 years ago
Vincent Petry 3cf0820d35 Changed breadcrumb event handling to not use delegate 13 years ago
Thomas Müller 4e751cbb47 fixing breadcrumbs on ajax loading of files 13 years ago
Vincent Petry 1304b511e9 Ajax calls for "files" and "files_trashbin" apps 13 years ago
Georg Ehrke 46cbd7cd3b fix preview issue when uploading a file with parentheses 13 years ago
Georg Ehrke 13e34649bf move path generation for previews to dedicated function 13 years ago
Thomas Müller 101cfa2359 remove duplicate code 13 years ago
Georg Ehrke 164502477d use jQuery.get instead of jQuery.ajax 13 years ago
Thomas Müller 57f7ff2dbd communicate size of newly created file back and update UI 13 years ago
Bjoern Schiessle 7adfc27caf remove whitespaces and some leftover code from testing 13 years ago
Georg Ehrke 4f525c864d lazy load preview icons 13 years ago
Georg Ehrke 3cbbe395eb don't use hardcoded size for preview 13 years ago
Bjoern Schiessle 53bb89824d check if some encrypted files are left after the app was disabled and warn the user 13 years ago
kondou 9549bd3e68 Use plural translations 13 years ago
Georg Ehrke ac6a3133ec style fixes 13 years ago
Bjoern Schiessle 4a9f5f64da remove whitespaces 13 years ago
Björn Schießle a00cff7c05 disable "deleted files" button if trash bin is empty 13 years ago
Jan-Christoph Borchardt 48948ccf5f finally remove the file size obfuscation as it had more disadvantages. I was wrong, sorry. 13 years ago
Georg Ehrke cf449d42e8 properly encode path 13 years ago
Georg Ehrke d332b1d4a2 implement preview loading after upload 13 years ago
Roman Geber ddb0ff346d Public upload feature 13 years ago
Robin Appelman 6778a45d45 use json to encode user list 13 years ago
Robin Appelman 85585ede02 allow scanning files for multiple users 13 years ago
davidak 56006ea852 small typo fix: added 2 whitespaces 13 years ago
Robin Appelman 3de40f7cfb Files: set the proper mimetype when creating a new text file 13 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 13 years ago
Lukas Reschke 3a6e39b990 It's a class 13 years ago
Lukas Reschke 6cf6103ed2 Move onclick handler 13 years ago
Robin Appelman 1507d1ef26 Files: Fix XSS when creating dropshadow 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 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 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 f971ce0b66 let public link download handle json encoded file lists 14 years ago
Björn Schießle 4a4f705adc json encode list of files 14 years ago
Bernhard Posselt 1d83d76b45 fixed bug that prevented a newly created file to be opened with registered files actions 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
VicDeo fde0a8b520 Add Ability to the app to detect more details on the file 14 years ago
Jörn Friedrich Dreyer bf4a073dca count divs in actions instead of action div itself (is set to 100%) 14 years ago
Thomas Müller ce8fc20e0b remove unused code 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
Jörn Friedrich Dreyer 263c3f3a42 attach on to filelist instead of individual td elements for file link behaviour 14 years ago