Commit Graph

58 Commits (fb4cf532533d99abfd1b4f40ef6319d484f6ef85)

Author SHA1 Message Date
Thomas Müller 4bac595068 adding storage specific filename verification - refs #13640 10 years ago
Thomas Müller 345c527ed0 remove $content parameter 10 years ago
Lukas Reschke acabd81f42 Remove "Download from URL" feature 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Lukas Reschke a7df23ceba Manually type-case all AJAX files 10 years ago
Lukas Reschke e25a0303f4 Streamline CSRF and login check 10 years ago
Lukas Reschke 3ff3f641d6 Get rid of `stripslashes()` 10 years ago
Victor Dubiniuk adc7135429 Skip headers that can not be split 10 years ago
Lukas Reschke 3efac5a4f2 Prevent division by zero 11 years ago
Lukas Reschke 6eeb905871 Do only follow HTTP and HTTPS redirects 11 years ago
Robin Appelman fa3393674c Better phpdoc and method naming 11 years ago
Robin Appelman 65608d7c92 Use the public api to get event sources 11 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 11 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 11 years ago
Jörn Friedrich Dreyer c24957565c check quota when trying to download a file via new -> web 11 years ago
Vincent Petry 0be9de5df5 Files, trashbin, public apps use ajax/JSON for the file list 11 years ago
Thomas Müller 58c216d0e8 close the session on all file operations 11 years ago
Vincent Petry 797e0a614c Added extra checks for invalid file chars in newfile.php and newfolder.php 11 years ago
Vincent Petry 58c7042e70 Added error message for when target folder was removed 11 years ago
Vincent Petry 335b2f40a6 Fixed download file from URL error messages 11 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
Georg Ehrke 40cee5639e use gerMimeTypeDetector detectPath instead of getMimeType 12 years ago
Thomas Müller 57f7ff2dbd communicate size of newly created file back and update UI 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
Robin Appelman 9321eceed6 add the option to have templates for newly created files 12 years ago
Robin Appelman 3de40f7cfb Files: set the proper mimetype when creating a new text file 12 years ago
Arthur Schiwon 74cf3b5dfb use normalizePath to have a proper target path 13 years ago
Arthur Schiwon fdc7a8b204 make sure path starts with / 13 years ago
Robin Appelman 6db81afab9 move some stuff to the new api 13 years ago
Bart Visscher 43ac43d7af dir in newfile has to start with / 13 years ago
Robin Appelman 5a3d6805a2 cleanup OC_Files a bit 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Robin Appelman aaa1b73364 don't use depricated OC_Filesystem 13 years ago
Björn Schießle f4136854b6 stripsplashes doesn't work if the slash is the only character -> creating file in root dir leads to "//filename" 13 years ago
Robin Appelman cfbca40fbe fix sharing for newly uploaded or created files 13 years ago
Robin Appelman 7da3492ab5 show the size of new files when using New->From Url 13 years ago
Bart Visscher 0e58800016 Whitespace fixes in apps 13 years ago
Thomas Mueller b64229a89e apply coding style 13 years ago