summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/upload.php
Commit message (Expand)AuthorAgeFilesLines
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-1/+1
* set incognitoMode to true, getUser should always return false during public u...Bjoern Schiessle2014-08-181-1/+3
* Fixed uploading by drag and drop into folderVincent Petry2014-06-191-19/+21
* php upload errors are written to logThomas Müller2014-05-221-1/+3
* remove unused exit()Thomas Müller2014-04-071-1/+0
* Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-masterThomas Müller2014-04-071-8/+18
|\
| * Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-191-2/+2
| * Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-191-8/+18
* | Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-26/+21
* | 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