Commit Graph

59 Commits (3eed060ec9f680aed4b254f018d832ade5f873c7)

Author SHA1 Message Date
Thomas Müller 3eed060ec9 backport of #4357 to master 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 12 years ago
Thomas Müller 352c1415be proper fix for getting the shared item if no user is logged in 12 years ago
Thomas Müller d1d6885585 php 5.3 compliant now 12 years ago
Thomas Müller 0c32f66899 get the real physical folder name for anonymous upload 12 years ago
Thomas Müller 11172db55b handle anonymous upload to reshared folder 12 years ago
Robin Appelman 86342224da fix uploading when ['dirtoken'] is not set 12 years ago
Robin Appelman e55ed10b0d code style 12 years ago
Roman Geber ddb0ff346d Public upload feature 12 years ago
Jörn Friedrich Dreyer 0968eb0a65 return original filename to fileupload 12 years ago
Robin Appelman 32b8fd8fb7 Improve handeling of unlimited max upload size 12 years ago
Bart Visscher 19c5213b53 Join split translated strings 12 years ago
Robin Appelman d96146a017 Give storage backends the option to define having no known free space 12 years ago
Robin Appelman 5ef9d96d10 Files: rename 'space' to 'storage' in upload.php 12 years ago
TheSFReader 469b1e8dd2 Correct it 12 years ago
Robin Appelman 86e5a9cd73 Files: fix sharing newly uploaded files 12 years ago
Thomas Mueller cdd07b3339 introducing class OCA/files/lib/Helper with new function to build an array with storage stats 12 years ago
Thomas Mueller 5ff29b4348 fixing indent 12 years ago
Thomas Mueller b7d3bf5f81 rename space -> storage 12 years ago
Jörn Friedrich Dreyer fc64e8ec58 fix error when wrong dir was specified 12 years ago
Jörn Friedrich Dreyer ea732e5b29 also translate 'No file was uploaded. Unknown error' 12 years ago
Thomas Mueller 3ea9432d43 fixing undefined variable $l 12 years ago
Jörn Friedrich Dreyer 0405edc798 add translation call for 'Not enough space available' upload error 12 years ago
Thomas Müller 39d874cd90 the maximum upload size is now part of the response of the upload and delete operation. 12 years ago
Jörn Friedrich Dreyer 3b83fe1530 fix checkstyle for files app 13 years ago
Thomas Mueller 2b192a75c4 normalize the path once in upload.php is enough - THX Robin for this hint 13 years ago
Thomas Mueller 7af4cf48c9 refs #461 - drag'n'drop upload to a sub folder is working now 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller f8d1d7787e Checkstyle fixes for SpaceBeforeOpenBrace 13 years ago
Robin Appelman 6db81afab9 move some stuff to the new api 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 277dd2b0a9 remove debug output 13 years ago
Björn Schießle 2923d24921 add data-id directly after upload/creation to the file list (bugfix for #1917) 13 years ago
Robin Appelman cfbca40fbe fix sharing for newly uploaded or created files 13 years ago
scambra 2b5133a1c4 check free space using folder's owner 13 years ago
Michael Gapczynski 87b7a23648 Don't get metadata directly from the 'cached' file cache after upload 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Thomas Mueller fe49cbafc7 apply coding style 13 years ago
Jörn Friedrich Dreyer e59a1806cf remove superfluous ?> at the end of .php files (left out apps/*/templates) 13 years ago
Lukas Reschke 0abcf0a421 CSRF checks 13 years ago
Robin Appelman f06c08a637 cleanup oc_filecache, splitting it in several parts and using the new hasUpdated 13 years ago
Thomas Mueller 583dce5276 removing executable bit - again 13 years ago
Frank Karlitschek 43caa3b3b9 ported oc_json 13 years ago
Frank Karlitschek 8c7f854671 move all the files stuff into a files class 13 years ago
Frank Karlitschek 93b63cf375 ported the rest of the OC_Helper calls 13 years ago
Bartek Przybylski 72c0d6968e fix duplicated entries on upload 13 years ago
Georg Ehrke 45de7ad221 move files to app folder 13 years ago
Georg Ehrke 69ee0efc0b remove the require_once lib base from all (or nearly all) files 13 years ago
Robin Appelman 8ecddb5bc3 create a new filename when the uploaded file already exist 13 years ago