Commit Graph

157 Commits (39d874cd902a4e3d4f7ae313ec5e15bafe35df13)

Author SHA1 Message Date
Thomas Müller 39d874cd90 the maximum upload size is now part of the response of the upload and delete operation. 13 years ago
Thomas Müller a1bf6b54e6 remove timezone.js 13 years ago
Jan-Christoph Borchardt 5107ccbeda move CSS from JS to CSS 13 years ago
Michael Gapczynski 915126cae8 Trigger last action before continuing with creating a new file/folder/from link 13 years ago
Michael Gapczynski 2607c565b0 Trigger the last action before continuing with a file upload, fixes issue #918 13 years ago
Robin Appelman 1443d6c3ef fix mimetype icons for new files 13 years ago
Robin Appelman fda7d932ef remove unneeded line 13 years ago
Jan-Christoph Borchardt e0ada2c24f bring back fixed multiselect bar so it’s visible when scrolled down, fix #746 13 years ago
Robin Appelman 6a2b41e5e8 use json encoding when deleting multiply files instead of using ; as delimiter 13 years ago
Thomas Mueller e8897c2b7e prevent keyboardshortcuts from catching events outside the main doc - e.g. the share popup 13 years ago
Jörn Friedrich Dreyer 80d8ca24ec fix svg -> png replacement for android, cleanup and remove obsolete css 13 years ago
Jörn Friedrich Dreyer 8cf1e560bb add IE9 CSS checkbox fixes 13 years ago
Jörn Friedrich Dreyer 810e02099e upload button HTML, CSS & JS cleanup 13 years ago
Erik Sargent f0213735fc Code clean up 13 years ago
Erik Sargent 93208d0fe9 Remove rename 13 years ago
Erik Sargent 47fa3a8fe0 event.ctrlKey 13 years ago
Erik Sargent 5d13b0533d event.ctrlKey 13 years ago
Erik Sargent 2160663309 ctrl issue fix 13 years ago
Erik Sargent 6060d063a9 Cleanup 13 years ago
Erik Sargent b6e3460871 documentation 13 years ago
Erik Sargent fd4aecf525 cleanup 13 years ago
Erik Sargent dafe028c11 Rename 13 years ago
Erik Sargent a73a263543 Enter 13 years ago
Erik Sargent 8802dac02a Arrow key navigation 13 years ago
Erik Sargent 8722d3751c Keys array 13 years ago
Erik Sargent b78dc3f48a keycode naming 13 years ago
Erik Sargent 0c6b53c25e no message 13 years ago
Erik Sargent fa858d7149 initial setup 13 years ago
Erik Sargent ccb9bb4be0 initial setup 13 years ago
Jörn Friedrich Dreyer 9a441d3e3a show drag shadow in firefox by using helper:'clone' 13 years ago
Arthur Schiwon 776be8d9f7 all but the first parameter are introduced by & 13 years ago
Jörn Friedrich Dreyer a81d7cd79f introduce Files.containsInvalidCharacters(), use when creating or renaming files 13 years ago
Thomas Mueller cd495bf9ba some more invalid characters have been added 13 years ago
Bart Visscher 1793e85a52 Also reject names with \ in the name 13 years ago
Brice Maron 02bc440900 Show error message to prevent adding a shared folder in the root dir fix #468 13 years ago
Thomas Mueller 4a3b5125cf adding comments on the form array indexes 13 years ago
Thomas Mueller 7af4cf48c9 refs #461 - drag'n'drop upload to a sub folder is working now 13 years ago
Björn Schießle 8a93cc14f6 port of approved pull request #442 - 'Always set renaming to false, also if renaming was aborted, to finalize the operation and show the file actions again.' 13 years ago
libasys eda9ce4cf8 Fixes two issues if you using IE8. IE8 has problems with .bind actions and since jquery 1.7.2 using .bind is old school style for event delegation. the new and better way is using .on() function. The second is using $.each instead of for() to walkthrough an array! Now it works perfect, the events after uploads are triggered. 13 years ago
Jörn Friedrich Dreyer bbef5b377e add i18n for cancel button 13 years ago
Robin Appelman 37fe9800b6 add actions to newly created files and folders 13 years ago
Robin Appelman 42935c5564 reuse jquery object when adding files to the file list 13 years ago
Robin Appelman e14054610f Revert "fix blocking drag & drop upload of folders" 13 years ago
Björn Schießle 168a2c7b6b get the right file name for drag&drop. This was necessary after the switch to css to show/hide file actions, otherwise the actions where part of the extracted file name. 13 years ago
Alessandro Cosentino 50dbb30eb9 Moved relative_modified_date from file/js to core/js 13 years ago
Georg Ehrke bb0164c9fc fix file delete in opera - fixes #188 13 years ago
Robin Appelman 34fee8afaa remove debug statements 13 years ago
Robin Appelman 4f32f49fb1 this line shouldn't be here 13 years ago
Robin Appelman f187aa6c93 some more code reuse for fileactions 13 years ago
Michael Gapczynski 60e5054ae8 Fix shared status icons 13 years ago