Commit Graph

228 Commits (17f94de19b5a22c791d4d099ab3a7ad11b254445)

Author SHA1 Message Date
Robin Appelman 5417e44b2a Files: fix moving files by DnD 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
Jörn Friedrich Dreyer 1d0ee61f3a use post instead of get 14 years ago
Jörn Friedrich Dreyer 0089b17749 add multselect dnd 14 years ago
Björn Schießle d10e137939 icons added; empty trash bin message added 14 years ago
Björn Schießle 320233ec3d merge conflict fixed 14 years ago
Lukas Reschke 2e42c6f54f Use HTML5 data attribute + fix undefined variable 14 years ago
Björn Schießle 367aadb3b7 rename 'publicListView' switch to 'disableSharing' because this is not only used for the public list view 14 years ago
Björn Schießle 16ae902e31 no undo notification for deleted file, we use the trash bin instead 14 years ago
Björn Schießle 1817c7895b allow to look into deleted directories 14 years ago
Björn Schießle 8259768732 introduce option to disable download action 14 years ago
Björn Schießle dfab3d3d7f call the trash bin view 14 years ago
Björn Schießle 9d77317de8 add trash button to web interface 14 years ago
Lukas Reschke 8223117569 Remove closing tag 14 years ago
Lukas Reschke 0d02caa684 No inline JS in apps 14 years ago
Björn Schießle 3fd28632c4 allow to look into deleted directories 14 years ago
Thomas Mueller 5d6c1d52bd replace #notification with OC.Notification call 14 years ago
Lukas Reschke 02bd8dd45a Change the second part of the notification 14 years ago
Thomas Mueller 1dd70ac506 update used space percent after each ajax call and display the notification 14 years ago
Lukas Reschke ad57db3e87 Make the message friendlier 14 years ago
Jörn Friedrich Dreyer 5e16510a53 hide upload progress bar and cancel action in IE < 10 14 years ago
Thomas Mueller 5ff29b4348 fixing indent 14 years ago
Björn Schießle 1318450791 introduce option to disable download action 14 years ago
Björn Schießle 82d4da0d3d call the trash bin view 14 years ago
Bart Visscher 5bfe4adbaa Whitespace cleanup 14 years ago
Björn Schießle 73d45e79a7 add trash button to web interface 14 years ago
Robin Appelman 94068e5d08 Cache: show upgrade progress 14 years ago
Thomas Mueller e560cba76b adding a ajax call to get the current file storage stats like free space 14 years ago
Thomas Mueller 362860c5b5 adding jquery-visibility 14 years ago
Thomas Mueller 3d33e8f845 fixing indent - sorryy wrong setting on the IDE :-( 14 years ago
Thomas Mueller 9afdc14d40 adding accidentally removed line - THX @bartv2 14 years ago
Jörn Friedrich Dreyer 780fb37758 allow default click behaviour 14 years ago
Thomas Mueller 7b9e6d2f2c fixing string concatenation in javascript 14 years ago
Jörn Friedrich Dreyer 3bb7ee521f attach max upload tipsy to div instead of a to fix tooltip not showing due to new z-index 14 years ago
Jörn Friedrich Dreyer da442b024c remove aborted uploads 14 years ago
Jörn Friedrich Dreyer cbb118d4a3 adapt to isFileNameValid, whitespace cleanup 14 years ago
Thomas Mueller b4191b7da5 rename containsInvalidCharacters() to isFileNameValid() - NOTE: semantic has changed! 14 years ago
Robin Appelman a5dcbc3d8a Files: prevent people from renaming files to '.' 14 years ago
Thomas Mueller ba475d4862 javascript notification functions have been moved to js.js for common use 14 years ago
Jörn Friedrich Dreyer 03b8a065cf input/form switching cleanup 14 years ago
Jörn Friedrich Dreyer a6733ff012 abort rename on ESC keyup 14 years ago
Jörn Friedrich Dreyer 740b6623aa show notification when renaming a file to '' 14 years ago
Jörn Friedrich Dreyer 32c2b0d50e enable enter in ie by using .submit()+form instead of .change(), use notifications when name is empty 14 years ago
Jörn Friedrich Dreyer 8148c187a3 whitespace cleanup 14 years ago
Thomas Mueller 48f6dccdb7 notifications are now shown/hidden using the js functions hideNotification and showNotification. 14 years ago
Thomas Mueller 314dd4bacc prevent keyboardshortcuts from catching events outside the main doc - e.g. the share popup 14 years ago
Thomas Müller 39d874cd90 the maximum upload size is now part of the response of the upload and delete operation. 14 years ago