summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/move.php
Commit message (Collapse)AuthorAgeFilesLines
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* Update license headersJenkins for ownCloud2015-03-261-1/+26
|
* Revert "Updating license headers"Morris Jobke2015-02-261-25/+1
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-1/+25
|
* Manually type-case all AJAX filesLukas Reschke2015-02-131-3/+3
| | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core
* Get rid of `stripslashes()`Lukas Reschke2015-01-131-3/+3
| | | | This conversions are actually totally unneeded and probably left-overs from ages where the safe_mode was still a valid thing.
* Catch exceptions when moving filesVincent Petry2014-09-051-4/+10
| | | | | | | | When moving files on storages that don't expose permissions, the storage itself might throw an exception when the permission is denied. This fix ensures that exceptions are caught and forwarded to the client instead of just hanging.
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-1/+1
| | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used
* close the session on all file operationsThomas Müller2014-03-101-3/+1
|
* don't allow to create a file or folder named 'Shared' in the root folder, ↵Bjoern Schiessle2014-03-051-1/+1
| | | | also exclude all combinations of lower and upper case letters
* Files: explicitly defineRobin Appelman2013-02-081-0/+2
|
* Files: add translation support back to move/renameRobin Appelman2013-02-071-3/+3
|
* Files: fix moving files by DnDRobin Appelman2013-01-311-2/+2
|
* merge master into filesystemRobin Appelman2013-01-301-3/+3
|\
| * use post instead of getJörn Friedrich Dreyer2013-01-301-3/+3
| |
* | merge master into filesystemRobin Appelman2013-01-151-0/+5
|\|
| * more translationsJörn Friedrich Dreyer2013-01-091-2/+3
| |
| * Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-1/+1
| |
* | merge master into filesystemRobin Appelman2012-10-301-2/+2
|\|
| * Update apps/files/ajax/move.phpdenis-b2012-10-291-1/+1
| | | | | | fix moving dirs containing "+"
| * don't move file into subdirectory if a file with the same name already ↵Georg Ehrke2012-10-281-0/+5
| | | | | | | | exists (fixes #92)
* | merge master into filesystemRobin Appelman2012-10-251-1/+1
|\|
| * urldecode target directoryBjörn Schießle2012-10-241-1/+1
| |
* | cleanup OC_Files a bitRobin Appelman2012-10-241-4/+9
|/
* apply coding styleThomas Mueller2012-08-291-2/+2
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
|
* CSRF checksLukas Reschke2012-07-071-0/+1
|
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* ported oc_jsonFrank Karlitschek2012-05-031-3/+3
|
* move files to app folderGeorg Ehrke2012-04-181-0/+20