Commit Graph

70 Commits (2a0c51a8bf5f8f4f6472e61a1ad6e0dd2f96bf78)

Author SHA1 Message Date
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
Björn Schießle 2923d24921 add data-id directly after upload/creation to the file list (bugfix for #1917) 14 years ago
Robin Appelman cfbca40fbe fix sharing for newly uploaded or created files 14 years ago
scambra 2b5133a1c4 check free space using folder's owner 14 years ago
Michael Gapczynski 87b7a23648 Don't get metadata directly from the 'cached' file cache after upload 14 years ago
Thomas Mueller 3829460ab8 adding space between) and { 14 years ago
Thomas Mueller fe49cbafc7 apply coding style 14 years ago
Jörn Friedrich Dreyer e59a1806cf remove superfluous ?> at the end of .php files (left out apps/*/templates) 14 years ago
Lukas Reschke 0abcf0a421 CSRF checks 14 years ago