summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/rename.php
Commit message (Collapse)AuthorAgeFilesLines
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Catch exceptions in files ajax callsVincent Petry2015-06-031-5/+16
|
* Update license headersJenkins for ownCloud2015-03-261-13/+17
|
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+14
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-14/+17
|
* 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
* Check for existence of $_GET keysLukas Reschke2015-01-091-5/+5
| | | | Otherwise PHP errors are thrown in the error log.
* 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-0/+1
|
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* [files] fix mock creation and remove hardcoded 'require' statementMorris Jobke2013-05-121-2/+0
|
* [files] rename lib to "App"Morris Jobke2013-05-121-2/+2
|
* [files] remove normalizePath on rename and dependency injectionMorris Jobke2013-05-121-1/+4
|
* [files] kill stripslashesMorris Jobke2013-05-121-3/+3
|
* [files] refactoringMorris Jobke2013-05-121-19/+31
|
* string comparisionMorris Jobke2013-05-121-1/+1
|
* wrong root dir nameMorris Jobke2013-05-121-2/+2
|
* fix allowed rename of folder in root directory to reserved name "Shared"Morris Jobke2013-05-121-2/+4
| | | | refs #2159
* Files: explicitly defineRobin Appelman2013-02-081-0/+2
|
* Files: add translation support back to move/renameRobin Appelman2013-02-071-2/+2
|
* merge master into filesystemRobin Appelman2013-01-151-1/+1
|\
| * more translationsJörn Friedrich Dreyer2013-01-091-3/+3
| |
* | merge master into filesystemRobin Appelman2013-01-071-1/+1
|\|
| * Files: prevent people from renaming files to '.'Robin Appelman2013-01-051-1/+1
| |
* | fix rename parameter orderRobin Appelman2012-11-081-3/+3
| |
* | cleanup OC_Files a bitRobin Appelman2012-10-241-5/+9
|/
* 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/+21