summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/upload.php
Commit message (Expand)AuthorAgeFilesLines
* Fix public upload to not close session when encryption is onVincent Petry2014-03-241-1/+4
* close the session on all file operationsThomas Müller2014-03-101-0/+1
* Send correct path on file upload when using public appJoas Schilling2014-02-121-4/+12
* Only add files to file list when uploading to current directoryJoas Schilling2014-02-071-2/+4
* Added error message for when target folder was removedVincent Petry2014-01-291-2/+4
* OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller2014-01-211-0/+1
* Append file etag to preview URLsVincent Petry2013-10-281-0/+2
* Fixed upload permissions distinction between public and logged in uploadVincent Petry2013-10-171-2/+7
* Fixed file permissions after public uploadVincent Petry2013-10-141-2/+2
* catch exceptions while uploading and pass on the error messageThomas Müller2013-10-081-23/+28
* remove unneccessary lib in namespaceJörn Friedrich Dreyer2013-09-201-2/+2
* namespaces use upcasefirst partsJörn Friedrich Dreyer2013-09-201-2/+2
* Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-191-2/+4
|\
| * adding comma to get cleaner diffs in the futureThomas Müller2013-09-181-1/+1
| * add permissions of the file to the json responseThomas Müller2013-09-181-1/+2
* | fix upload of multiple filesJörn Friedrich Dreyer2013-09-061-23/+38
* | refactor replace and autorename resolution in upload.phpJörn Friedrich Dreyer2013-09-061-39/+33
* | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-041-10/+16
|\|
| * backport of #4357 to masterThomas Müller2013-08-271-10/+14
* | reduced complexity, added listing conflicts to dialogJörn Friedrich Dreyer2013-08-221-0/+1
* | progress fixesJörn Friedrich Dreyer2013-08-161-4/+5
* | fix whitespace, check selected files before starting uploadJörn Friedrich Dreyer2013-08-141-8/+31
|/
* Merge branch 'master' into fixing-3942-masterThomas Müller2013-07-061-1/+1
|\
| * proper fix for getting the shared item if no user is logged inThomas Müller2013-07-051-4/+5
| * php 5.3 compliant nowThomas Müller2013-07-051-1/+2
| * get the real physical folder name for anonymous uploadThomas Müller2013-07-051-2/+7
* | on reshares we now recursively move to the root of all reshares - therefore s...Thomas Müller2013-07-051-15/+14
* | handle anonymous upload to reshared folderThomas Müller2013-07-051-0/+5
|/
* fix uploading when ['dirtoken'] is not setRobin Appelman2013-07-011-1/+1
* code styleRobin Appelman2013-07-011-34/+34
* Public upload featureRoman Geber2013-06-251-6/+42
* return original filename to fileuploadJörn Friedrich Dreyer2013-03-281-0/+1
* Improve handeling of unlimited max upload sizeRobin Appelman2013-03-151-1/+1
* Join split translated stringsBart Visscher2013-02-211-2/+1
* Give storage backends the option to define having no known free spaceRobin Appelman2013-02-161-1/+1
* Files: rename 'space' to 'storage' in upload.phpRobin Appelman2013-02-071-1/+1
* Correct itTheSFReader2013-02-011-1/+2
* Files: fix sharing newly uploaded filesRobin Appelman2013-01-281-17/+20
* merge master into filesystemRobin Appelman2013-01-261-41/+27
|\
| * introducing class OCA/files/lib/Helper with new function to build an array wi...Thomas Mueller2013-01-191-52/+35
| * Merge branch 'master' into fixing-998-masterThomas Mueller2013-01-181-5/+30
| |\
| * | rename space -> storageThomas Mueller2013-01-171-1/+1
* | | merge master into filesytemRobin Appelman2013-01-201-5/+30
|\ \ \ | | |/ | |/|
| * | fixing indentThomas Mueller2013-01-181-18/+18
| * | Merge branch 'master' into fixing-784-masterThomas Mueller2013-01-061-7/+7
| |\|
| * | the maximum upload size is now part of the response of the upload and delete ...Thomas Müller2012-12-201-6/+32
* | | merge master into filesystemRobin Appelman2013-01-071-2/+2
|\ \ \ | | |/ | |/|
* | | merge master into filesystemRobin Appelman2013-01-031-4/+5
|\| |
| * | fix error when wrong dir was specifiedJörn Friedrich Dreyer2013-01-031-2/+2
| * | move $l to topJörn Friedrich Dreyer2013-01-031-0/+1
| |\ \