Commit Graph

203 Commits (37e278f2a90bd460668e840775dd741b85eca022)

Author SHA1 Message Date
Vincent Petry 335b2f40a6 Fixed download file from URL error messages 11 years ago
Vincent Petry 008c3b80d6 Files app backend now normalizes paths before rendering templates 12 years ago
Vincent Petry 31181e4348 Fixed storage stats to be based on current directory 12 years ago
Vincent Petry 35dd568f8f Added missing comma to make the next diff cleaner 12 years ago
Vincent Petry e62ca4ea4f Append file etag to preview URLs 12 years ago
Andreas Fischer eb2d66d1a0 Fix double not in newfile/newfolder language. 12 years ago
Jörn Friedrich Dreyer 4991a7bd06 fix translations 12 years ago
Jörn Friedrich Dreyer a9735c8a6f cleanup array value assignment 12 years ago
Jörn Friedrich Dreyer af7ec3169b cleanup precondition checking when creating new files / folders 12 years ago
Jörn Friedrich Dreyer bc0faa1c4e use correct filename in error result json 12 years ago
Thomas Müller bf46e0c317 fixing undefined variable $newname 12 years ago
Jörn Friedrich Dreyer 45e6d96702 prevent user from creating or renaming sth. to an existing filename 12 years ago
Vincent Petry 9cfb438ff7 Fixed upload permissions distinction between public and logged in upload 12 years ago
Vincent Petry 09b084dfed Fixed file permissions after public upload 12 years ago
Thomas Müller 7c6ed6ab33 catch exceptions while uploading and pass on the error message 12 years ago
kondou feb7028a78 Remove require in rawlist.php 12 years ago
kondou 013e9c27d2 Fix require in apps/files/ajax/rawlist.php 12 years ago
Jörn Friedrich Dreyer 4b3e56bcf9 remove unneccessary lib in namespace 12 years ago
Jörn Friedrich Dreyer 9e39118b52 namespaces use upcasefirst parts 12 years ago
Thomas Müller 43a96621ea adding comma to get cleaner diffs in the future 12 years ago
Thomas Müller 370ed814f7 add permissions of the file to the json response 12 years ago
Thomas Müller 9b420e8660 use \OC::$server->getPreviewManager() instead of \OCP\Preview 12 years ago
kondou c117e719da Use external and shared icons in OC.Dialogs.filepicker() 12 years ago
Vincent Petry 364e7991a4 Fixed ajax support to also update the current dir permissions 12 years ago
Vincent Petry 1304b511e9 Ajax calls for "files" and "files_trashbin" apps 12 years ago
Thomas Müller 9d661eab23 adding calls to \OCA\files\lib\Helper::determineIcon($i) in files, trashbin and sharing 12 years ago
kondou 4d62f747fa Clean up rawlist.php and fix non-array request 12 years ago
kondou 83d3df4111 Split some lines, use ===, avoid unnecessary operation 12 years ago
Jörn Friedrich Dreyer e2c0fe8296 fix upload of multiple files 12 years ago
Jörn Friedrich Dreyer 238d92b11c refactor replace and autorename resolution in upload.php 12 years ago
kondou 226c205631 Use usort() instead of uasort() to not maintain keys 12 years ago
kondou 85e41d9500 Sort files by name, not by mimetype 12 years ago
kondou f84fe479a5 Only use mimetype_list and clean up a bit 12 years ago
kondou 992b59f70b Make it possible to pass rawlist.php an JSON array, to filter by more than one mimetype 12 years ago
Georg Ehrke 40cee5639e use gerMimeTypeDetector detectPath instead of getMimeType 12 years ago
Thomas Müller 3eed060ec9 backport of #4357 to master 12 years ago
Jörn Friedrich Dreyer 7c9d999243 reduced complexity, added listing conflicts to dialog 12 years ago
kondou 9e8a6b704d Add _many_ newlines at the end of files 12 years ago
Andreas Fischer d38929fb10 Fix spacing of all touched lines. 12 years ago
Bart Visscher 29b6dd53a0 Compare result are already true/false 12 years ago
Jörn Friedrich Dreyer f94e603698 progress fixes 12 years ago
Thomas Müller 57f7ff2dbd communicate size of newly created file back and update UI 12 years ago
Jörn Friedrich Dreyer e1927d5bee fix whitespace, check selected files before starting upload 12 years ago
Andreas Fischer beb27168de Use multiple lines for the JSON data array. 12 years ago
Andreas Fischer 0ab8850478 Adjust JSON code to stable5. 12 years ago
Andreas Fischer 1ed049a682 Do not repeat JSON success code. 12 years ago
Andreas Fischer 0718c92dc8 Do not repeat definition of $target. 12 years ago
Andreas Fischer 67df0a60fb Check expected type after JSON decode instead of checking what is not expected. 12 years ago
Robin Appelman 9321eceed6 add the option to have templates for newly created files 12 years ago
Robin Appelman 2b89b7c880 Split scanning logic from ajax file 12 years ago