aboutsummaryrefslogtreecommitdiffstats
path: root/files/ajax/upload.php
Commit message (Collapse)AuthorAgeFilesLines
* move files to app folderGeorg Ehrke2012-04-181-64/+0
|
* remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-171-1/+1
|
* create a new filename when the uploaded file already existRobin Appelman2012-04-151-2/+1
|
* fixing oc-375 - a number is appended tp the filenameThomas Müller2012-04-151-1/+2
|
* reuse OC_L10N objectsRobin Appelman2012-04-141-1/+1
|
* merge master into encryptionRobin Appelman2012-02-261-6/+7
|\
| * additional error codes for file uploadRobin Appelman2012-02-261-6/+7
| |
* | fix incorrect information in the filecache when using encryptionRobin Appelman2012-02-211-1/+2
|/
* merge master into filesystemRobin Appelman2012-01-081-1/+2
|\
| * fix upload error reportingRobin Appelman2011-12-231-1/+2
| |
* | remove OC_Filesystem::fromUploadedFileRobin Appelman2011-11-081-1/+1
|/
* Use OC_JSON for json responsesBart Visscher2011-09-251-13/+7
| | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit.
* files/ajax: catch upload errorsFlorian Pritz2011-09-241-0/+18
| | | | | | If the file wasn't uploaded successfully bail early. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* fix uploading files to the users root directoryRobin Appelman2011-08-211-1/+1
|
* Fix bugs preventing file upload in shared folders with write permissionMichael Gapczynski2011-08-201-1/+1
|
* a bit of refactoring for oc_filesystem and implement user quotaRobin Appelman2011-08-151-0/+10
|
* Renaming classes :-)Jakob Sack2011-07-291-3/+3
|
* Provide ability to select mutliply files during upload for browsers that ↵Robin Appelman2011-07-191-8/+14
| | | | support it.
* fix file actions for newly uploaded filesRobin Appelman2011-06-041-1/+1
|
* don't create firefox hardlockArthur Schiwon2011-04-191-1/+1
|
* Made the "change password" thingie in settings workingJakob Sack2011-04-181-1/+1
|
* removed deprecated session check, which blocked file upload in some casesArthur Schiwon2011-04-171-3/+1
|
* fix that might solve strange uploading issuesArthur Schiwon2011-04-171-1/+2
|
* show error code if file upload failsArthur Schiwon2011-04-161-1/+3
|
* i heard, we start to commit all filesArthur Schiwon2011-04-161-0/+32