Commit Graph

94 Commits (9f9aa44b577fc2efb2893f8f71f8bbb7770e68d7)

Author SHA1 Message Date
Jörn Friedrich Dreyer c615b3527f show readonly message in file conflict dialog, make it always selected 12 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 12 years ago
Bjoern Schiessle 1d33503487 we no longer need to keep the session open for encryption 12 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 12 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 12 years ago
Bjoern Schiessle 043cd1d02b set incognitoMode to true, getUser should always return false during public upload 12 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() 13 years ago
Vincent Petry 0be9de5df5 Files, trashbin, public apps use ajax/JSON for the file list 13 years ago
Vincent Petry e72b2e6e3b Fix public upload to not close session when encryption is on 13 years ago
Thomas Müller 58c216d0e8 close the session on all file operations 13 years ago
Luke Policinski b01492fecd Feature Added : Ability to drag and drop in Chrome 13 years ago
Luke Policinski 79a6d89bcc Feature Added : Ability to drag and drop in Chrome 13 years ago
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