90 Commits (ae3425d2dadbac69e7dcb0ba577db20e63e7d91f)

Author SHA1 Message Date
Robin Appelman d0266c0bf8 Use public api for getting l10n 11 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 11 years ago
Bjoern Schiessle 043cd1d02b set incognitoMode to true, getUser should always return false during public upload 11 years ago
Vincent Petry 9ef7410abe Fixed uploading by drag and drop into folder 12 years ago
Thomas Müller 201cc59fe0 php upload errors are written to log 12 years ago
Thomas Müller 6d373e97c3 remove unused exit() 12 years ago
Vincent Petry 0be9de5df5 Files, trashbin, public apps use ajax/JSON for the file list 12 years ago
Vincent Petry e72b2e6e3b Fix public upload to not close session when encryption is on 12 years ago
Thomas Müller 58c216d0e8 close the session on all file operations 12 years ago
Luke Policinski b01492fecd Feature Added : Ability to drag and drop in Chrome 12 years ago
Luke Policinski 79a6d89bcc Feature Added : Ability to drag and drop in Chrome 12 years ago
Joas Schilling 9619459e37 Send correct path on file upload when using public app 12 years ago
Joas Schilling af7366cd30 Only add files to file list when uploading to current directory 12 years ago
Vincent Petry 58c7042e70 Added error message for when target folder was removed 12 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 12 years ago
Vincent Petry e62ca4ea4f Append file etag to preview URLs 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
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
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
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
Jörn Friedrich Dreyer f94e603698 progress fixes 12 years ago
Jörn Friedrich Dreyer e1927d5bee fix whitespace, check selected files before starting upload 12 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 13 years ago
Robin Appelman 32b8fd8fb7 Improve handeling of unlimited max upload size 13 years ago
Bart Visscher 19c5213b53 Join split translated strings 13 years ago
Robin Appelman d96146a017 Give storage backends the option to define having no known free space 13 years ago
Robin Appelman 5ef9d96d10 Files: rename 'space' to 'storage' in upload.php 13 years ago
TheSFReader 469b1e8dd2 Correct it 13 years ago
Robin Appelman 86e5a9cd73 Files: fix sharing newly uploaded files 13 years ago
Thomas Mueller cdd07b3339 introducing class OCA/files/lib/Helper with new function to build an array with storage stats 13 years ago
Thomas Mueller 5ff29b4348 fixing indent 13 years ago
Thomas Mueller b7d3bf5f81 rename space -> storage 13 years ago
Jörn Friedrich Dreyer fc64e8ec58 fix error when wrong dir was specified 13 years ago
Jörn Friedrich Dreyer ea732e5b29 also translate 'No file was uploaded. Unknown error' 13 years ago
Thomas Mueller 3ea9432d43 fixing undefined variable $l 13 years ago