summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/newfile.php
Commit message (Expand)AuthorAgeFilesLines
* Make files app use Webdav for most operationsVincent Petry2015-11-221-103/+0
* update license headers and authorsMorris Jobke2015-06-251-1/+0
* Catch exceptions in files ajax callsVincent Petry2015-06-031-4/+15
* Update license headersJenkins for ownCloud2015-03-261-1/+26
* adding storage specific filename verification - refs #13640Thomas Müller2015-03-091-18/+9
* remove $content parameterThomas Müller2015-03-021-7/+4
* Remove "Download from URL" featureLukas Reschke2015-03-021-107/+14
* Revert "Updating license headers"Morris Jobke2015-02-261-27/+1
* Updating license headersJenkins for ownCloud2015-02-231-1/+27
* Manually type-case all AJAX filesLukas Reschke2015-02-131-4/+4
* Streamline CSRF and login checkLukas Reschke2015-01-201-6/+3
* Get rid of `stripslashes()`Lukas Reschke2015-01-131-1/+0
* Skip headers that can not be splitVictor Dubiniuk2014-12-081-0/+3
* Prevent division by zeroLukas Reschke2014-10-241-1/+1
* Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-221-2/+7
* Better phpdoc and method namingRobin Appelman2014-09-041-1/+1
* Use the public api to get event sourcesRobin Appelman2014-09-031-1/+1
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-1/+1
* check quota when trying to download a file via new -> webJörn Friedrich Dreyer2014-08-081-0/+23
* Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-13/+3
* close the session on all file operationsThomas Müller2014-03-101-1/+2
* Added extra checks for invalid file chars in newfile.php and newfolder.phpVincent Petry2014-02-181-4/+10
* Added error message for when target folder was removedVincent Petry2014-01-291-0/+9
* Fixed download file from URL error messagesVincent Petry2013-12-121-8/+20
* Added missing comma to make the next diff cleanerVincent Petry2013-10-311-1/+1
* Append file etag to preview URLsVincent Petry2013-10-281-1/+2
* Fix double not in newfile/newfolder language.Andreas Fischer2013-10-271-1/+1
* fix translationsJörn Friedrich Dreyer2013-10-231-7/+7
* cleanup array value assignmentJörn Friedrich Dreyer2013-10-231-8/+4
* cleanup precondition checking when creating new files / foldersJörn Friedrich Dreyer2013-10-231-11/+20
* use correct filename in error result jsonJörn Friedrich Dreyer2013-10-231-1/+1
* fixing undefined variable $newnameThomas Müller2013-10-221-1/+1
* prevent user from creating or renaming sth. to an existing filenameJörn Friedrich Dreyer2013-10-221-0/+15
* use gerMimeTypeDetector detectPath instead of getMimeTypeGeorg Ehrke2013-08-301-1/+1
* communicate size of newly created file back and update UIThomas Müller2013-08-161-0/+2
* Merge branch 'master' into mimetype-defaultsThomas Müller2013-08-161-41/+48
|\
| * Use multiple lines for the JSON data array.Andreas Fischer2013-08-081-1/+5
| * Adjust JSON code to stable5.Andreas Fischer2013-08-081-1/+2
| * Do not repeat JSON success code.Andreas Fischer2013-08-081-8/+7
| * Do not repeat definition of $target.Andreas Fischer2013-08-081-5/+6
* | add the option to have templates for newly created filesRobin Appelman2013-08-071-34/+38
|/
* Files: set the proper mimetype when creating a new text fileRobin Appelman2013-05-061-1/+1
* move some stuff to the new apiRobin Appelman2012-10-261-6/+6
* merge master into filesystemRobin Appelman2012-10-251-1/+1
|\
| * dir in newfile has to start with /Bart Visscher2012-10-251-1/+1
* | cleanup OC_Files a bitRobin Appelman2012-10-241-1/+1
* | don't use depricated OC_FilesystemRobin Appelman2012-10-101-3/+3
|/
* stripsplashes doesn't work if the slash is the only character -> creating fil...Björn Schießle2012-10-051-4/+3
* fix sharing for newly uploaded or created filesRobin Appelman2012-09-261-4/+10