Commit Graph

49 Commits (c50dfd725142abdbad93dbcf01fe13193445386a)

Author SHA1 Message Date
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
Robin Appelman f06c08a637 cleanup oc_filecache, splitting it in several parts and using the new hasUpdated 14 years ago
Thomas Mueller 583dce5276 removing executable bit - again 14 years ago
Frank Karlitschek 43caa3b3b9 ported oc_json 14 years ago
Frank Karlitschek 8c7f854671 move all the files stuff into a files class 14 years ago
Frank Karlitschek 93b63cf375 ported the rest of the OC_Helper calls 14 years ago
Bartek Przybylski 72c0d6968e fix duplicated entries on upload 15 years ago
Georg Ehrke 45de7ad221 move files to app folder 15 years ago
Georg Ehrke 69ee0efc0b remove the require_once lib base from all (or nearly all) files 15 years ago
Robin Appelman 8ecddb5bc3 create a new filename when the uploaded file already exist 15 years ago
Thomas Müller a0d917fe98 fixing oc-375 - a number is appended tp the filename 15 years ago
Robin Appelman b1bcc60d83 reuse OC_L10N objects 15 years ago
Robin Appelman ff9111847f additional error codes for file upload 15 years ago
Robin Appelman c20319d377 fix incorrect information in the filecache when using encryption 15 years ago
Robin Appelman 1fe55b6656 fix upload error reporting 15 years ago
Robin Appelman 5cc6635eb8 remove OC_Filesystem::fromUploadedFile 15 years ago
Bart Visscher 17e631bc5e Use OC_JSON for json responses 15 years ago
Florian Pritz ef07b599cb files/ajax: catch upload errors 15 years ago
Robin Appelman 043e62ffd9 fix uploading files to the users root directory 15 years ago