Commit Graph

588 Commits (d16bb09aed51cce5dc08ba3f3bbd629b4351b3f0)

Author SHA1 Message Date
Vincent Petry 10bc67bef9 Show spinner for all files when deleting all 12 years ago
Vincent Petry 2f58e798ec Fixed too generic checkbox and link selectors 12 years ago
Thomas Müller bf61d841a2 typos, naming, remove unused code, identation 12 years ago
Vincent Petry f99f451026 Fixed drag and drop into folder and onto breadcrumb 12 years ago
Vincent Petry a15b68c10f Fixed selection summary calculation issue 12 years ago
Vincent Petry c29e8b0bae Cleanup of event handlers 12 years ago
Vincent Petry 3c006a5a4d Cleanup and fix trashbin "clear all files" operation 12 years ago
Vincent Petry 3159c2ee64 Fixed drag shadow file sorting 12 years ago
Vincent Petry fd982df6ae Fixed selection to be based on FileList.files 12 years ago
Vincent Petry 8909b574fa Make sure there are always enough elements visible on the page 12 years ago
Vincent Petry 2883f231d0 Fixed insertion of files 12 years ago
Vincent Petry f6586f6bdf Fixed file sorting to work with scrolling 12 years ago
Vincent Petry 9c2fbea6a4 Fix file selection for infinite scrolling 12 years ago
Vincent Petry 9f62059efa Fix file summary to use the whole file list 12 years ago
Vincent Petry efdf0c4df0 Added infinite scrolling (in-memory list) 12 years ago
Robin McCorkell c2f7848aeb Adjust renaming of directories, fixes #8280 12 years ago
Bjoern Schiessle 7ef8f6d352 always allow to rename the share mount point 12 years ago
Bjoern Schiessle 27c5a978f9 we no longer need to handle the Shared folder different from any other folder 12 years ago
Thomas Müller 83e8981e24 add link to further discussion about that folder check 13 years ago
Lukas Reschke 6343391e58 Change from showHTML to show 13 years ago
Thomas Müller 0edacf372c fix single file upload in firefox 13 years ago
Thomas Müller e8be2ac554 In cases folder drag and drop is not supported a proper message is displayed 13 years ago
Thomas Müller 2fc9e27ced use FileList.findFileEl 13 years ago
Thomas Müller 68b7822cf5 js style fixes according to our jshintrc rules 13 years ago
Thomas Müller d15a4719d2 fix folder upload in js 13 years ago
Volkan Gezer 286323f7a4 Fix some localization issues with file encryption/decription strings 13 years ago
Robin Appelman 01d93f81f6 Show higher resolution previews for high dpi screens 13 years ago
Vincent Petry a4eafca77f Moved code to replace svg with png to OC.Util 13 years ago
Vincent Petry d1e78d7a6b Correctly set svg for crumb divider 13 years ago
Vincent Petry 0be9de5df5 Files, trashbin, public apps use ajax/JSON for the file list 13 years ago
Vincent Petry aaa8d6ec02 Fixed broken delete file action 13 years ago
Jan-Christoph Borchardt f88b24d532 enable SVG->PNG fallback for newly uploaded files and folders 13 years ago
Morris Jobke 5747e0e3f9 remove executable flag for file-upload.js 13 years ago
Oskar Hollmann 90839b784f Comment moved to prevent 'Line is too long' warning. 13 years ago
Oskar Hollmann fa28c089fa Fix: 'Upload button tooltip doesn't disappear' 13 years ago
Thomas Müller 76961ce072 fixing javascript error where $(Files.breadcrumbs[1]).get(0) returns undefined - happens on resize to a very small width 13 years ago
Thomas Müller 6b9ae27b90 drop file cache migration OC5 -> OC6 13 years ago
Thomas Müller ea8705bac8 additional class is added to the file actions called e.g. 'action-share', 'action-rename' 13 years ago
IchEben e7d5715114 only initialise upload dropZone if public upload is allowed 13 years ago
Vincent Petry 0dcac65aa1 Fixed upload issue when free space is not known 13 years ago
Vincent Petry 07f78c8248 Added unit tests for "add()" method for file upload 13 years ago
Joas Schilling 1ab10cb4f7 Do not set #dir when on public.php 13 years ago
Bjoern Schiessle 2e73c957e5 don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters 13 years ago
Thomas Müller 9f087a2070 fixing download url in files app 13 years ago
Thomas Müller 1291303c5a Replace OC.Router.generate() with OC.generateUrl() 13 years ago
Jan-Christoph Borchardt 2b423e5a44 coding style fixes, cut long lines, comments not on same lines, curly braces 13 years ago
Robin Appelman 7c4f81bd78 rename url parameter 13 years ago
Robin Appelman 4715fb12c8 Add url parameter to control whether previews should return 404 when the mimetype is unsupported 13 years ago
Jan-Christoph Borchardt b22d82f941 code style: else on same line 13 years ago
Luke Policinski 089052b13a Fixed issue with drag and drop not in the root directory, for folders and files 13 years ago