summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/upload.php
Commit message (Expand)AuthorAgeFilesLines
* Use Webdav PUT for uploads in the web browserVincent Petry2016-10-241-283/+0
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-2/+3
* smaller files drop fixesArthur Schiwon2016-06-111-1/+7
* Make uploading possible via select and cleanup CSSLukas Reschke2016-06-091-0/+23
* Update license headersLukas Reschke2016-05-261-4/+4
* Fix uploading when free space is unlimitedVincent Petry2016-03-071-1/+1
* Defer quota check in web UI when overwriting shared fileVincent Petry2016-02-171-2/+6
* Happy new year!Thomas Müller2016-01-121-1/+2
* Replacing ini_get instances with inigetwrapper usagesClark Tomlinson2015-11-231-1/+1
* Make public link share page work with Webdav and add operationsVincent Petry2015-11-221-5/+2
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* allow ".." in folder namesIndividual IT Services2015-09-141-1/+1
* update license headers and authorsMorris Jobke2015-06-251-1/+0
* Verify if path existsLukas Reschke2015-06-181-0/+4
* Update license headersJenkins for ownCloud2015-03-261-1/+33
* Revert "Updating license headers"Morris Jobke2015-02-261-32/+1
* Updating license headersJenkins for ownCloud2015-02-231-1/+32
* Manually type-case all AJAX filesLukas Reschke2015-02-131-3/+3
* Get rid of `stripslashes()`Lukas Reschke2015-01-131-2/+2
* Send the proper original name for uploaded filesRobin Appelman2015-01-121-2/+2
* show readonly message in file conflict dialog, make it always selectedJörn Friedrich Dreyer2014-12-111-6/+18
* Merge pull request #12421 from owncloud/issue/6101-remove-namespace-permissio...Morris Jobke2014-11-261-3/+3
|\
| * Replace deprecated constant with new class constantJoas Schilling2014-11-251-3/+3
* | we no longer need to keep the session open for encryptionBjoern Schiessle2014-11-251-6/+2
|/
* 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