Commit Graph

78 Commits (fbd8c00a896fdfd2b19710646d9f6662e2bcd682)

Author SHA1 Message Date
Joas Schilling 9619459e37 Send correct path on file upload when using public app 13 years ago
Joas Schilling af7366cd30 Only add files to file list when uploading to current directory 13 years ago
Vincent Petry 58c7042e70 Added error message for when target folder was removed 13 years ago
Thomas Müller 23a4d0d44e OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error 13 years ago
Vincent Petry e62ca4ea4f Append file etag to preview URLs 13 years ago
Vincent Petry 9cfb438ff7 Fixed upload permissions distinction between public and logged in upload 13 years ago
Vincent Petry 09b084dfed Fixed file permissions after public upload 13 years ago
Thomas Müller 7c6ed6ab33 catch exceptions while uploading and pass on the error message 13 years ago
Jörn Friedrich Dreyer 4b3e56bcf9 remove unneccessary lib in namespace 13 years ago
Jörn Friedrich Dreyer 9e39118b52 namespaces use upcasefirst parts 13 years ago
Thomas Müller 43a96621ea adding comma to get cleaner diffs in the future 13 years ago
Thomas Müller 370ed814f7 add permissions of the file to the json response 13 years ago
Jörn Friedrich Dreyer e2c0fe8296 fix upload of multiple files 13 years ago
Jörn Friedrich Dreyer 238d92b11c refactor replace and autorename resolution in upload.php 13 years ago
Thomas Müller 3eed060ec9 backport of #4357 to master 13 years ago
Jörn Friedrich Dreyer 7c9d999243 reduced complexity, added listing conflicts to dialog 13 years ago
Jörn Friedrich Dreyer f94e603698 progress fixes 13 years ago
Jörn Friedrich Dreyer e1927d5bee fix whitespace, check selected files before starting upload 13 years ago
Thomas Müller e159cbf527 on reshares we now recursively move to the root of all reshares - therefore some code has been refactured and added as a new public function 13 years ago
Thomas Müller 352c1415be proper fix for getting the shared item if no user is logged in 13 years ago
Thomas Müller d1d6885585 php 5.3 compliant now 13 years ago
Thomas Müller 0c32f66899 get the real physical folder name for anonymous upload 13 years ago
Thomas Müller 11172db55b handle anonymous upload to reshared folder 13 years ago
Robin Appelman 86342224da fix uploading when ['dirtoken'] is not set 13 years ago
Robin Appelman e55ed10b0d code style 13 years ago
Roman Geber ddb0ff346d Public upload feature 13 years ago
Jörn Friedrich Dreyer 0968eb0a65 return original filename to fileupload 14 years ago
Robin Appelman 32b8fd8fb7 Improve handeling of unlimited max upload size 14 years ago
Bart Visscher 19c5213b53 Join split translated strings 14 years ago
Robin Appelman d96146a017 Give storage backends the option to define having no known free space 14 years ago
Robin Appelman 5ef9d96d10 Files: rename 'space' to 'storage' in upload.php 14 years ago
TheSFReader 469b1e8dd2 Correct it 14 years ago
Robin Appelman 86e5a9cd73 Files: fix sharing newly uploaded files 14 years ago
Thomas Mueller cdd07b3339 introducing class OCA/files/lib/Helper with new function to build an array with storage stats 14 years ago
Thomas Mueller 5ff29b4348 fixing indent 14 years ago
Thomas Mueller b7d3bf5f81 rename space -> storage 14 years ago
Jörn Friedrich Dreyer fc64e8ec58 fix error when wrong dir was specified 14 years ago
Jörn Friedrich Dreyer ea732e5b29 also translate 'No file was uploaded. Unknown error' 14 years ago
Thomas Mueller 3ea9432d43 fixing undefined variable $l 14 years ago
Jörn Friedrich Dreyer 0405edc798 add translation call for 'Not enough space available' upload error 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
Jörn Friedrich Dreyer 3b83fe1530 fix checkstyle for files app 14 years ago
Thomas Mueller 2b192a75c4 normalize the path once in upload.php is enough - THX Robin for this hint 14 years ago
Thomas Mueller 7af4cf48c9 refs #461 - drag'n'drop upload to a sub folder is working now 14 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 14 years ago
Felix Moeller f8d1d7787e Checkstyle fixes for SpaceBeforeOpenBrace 14 years ago
Robin Appelman 6db81afab9 move some stuff to the new api 14 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 14 years ago
Robin Appelman aaa1b73364 don't use depricated OC_Filesystem 14 years ago
Björn Schießle 277dd2b0a9 remove debug output 14 years ago