summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/delete.php
Commit message (Collapse)AuthorAgeFilesLines
* Make files app use Webdav for most operationsVincent Petry2015-11-221-81/+0
|
* update license headers and authorsMorris Jobke2015-06-251-2/+0
|
* Catch exceptions in files ajax callsVincent Petry2015-06-031-4/+9
|
* Update license headersJenkins for ownCloud2015-03-261-1/+29
|
* Revert "Updating license headers"Morris Jobke2015-02-261-28/+1
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-1/+28
|
* Do not change behaviour of 'false'Joas Schilling2015-02-131-2/+2
|
* Manually type-case all AJAX filesLukas Reschke2015-02-131-4/+4
| | | | | | 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
* Catch exception properlyLukas Reschke2015-02-041-1/+6
| | | | | | `\OCA\Files\Helper::buildFileStorageStatistics` might throw an exception from `OC_Helper::getStorageInfo`, previously this lead to a uncatched exception being thrown when invoking this methods. This was user triggable by for example calling `/index.php/apps/files/ajax/delete.php` with a not existing dir (for example `dir=asdf/../&allfiles=true`)
* Get rid of `stripslashes()`Lukas Reschke2015-01-131-1/+1
| | | | This conversions are actually totally unneeded and probably left-overs from ages where the safe_mode was still a valid thing.
* Check if files are deletable before trying to delete themRobin Appelman2014-11-261-1/+3
|
* 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
* no error if we try to delete a file which no longer existsBjoern Schiessle2014-08-111-1/+2
|
* no special action for folder named 'Shared' neededBjoern Schiessle2014-08-111-1/+1
|
* Merge if statementsJoas Schilling2014-06-231-6/+2
|
* Remove warning when deleting all entriesVincent Petry2014-06-231-1/+2
| | | | | When deleting all entries, only "allfiles" is defined but not "file" or "files", which caused a PHP warning to be logged.
* close the session on all file operationsThomas Müller2014-03-101-3/+2
|
* Fixed log warning when deleting a single fileVincent Petry2014-03-071-1/+1
|
* Do not send file list for select all on Download/deleteVincent Petry2014-02-131-1/+14
| | | | | | | | - When all files are selected, do not send the whole file list - Download will trigger download for the parent folder, also works with root - Delete will send "allfiles" to the server that will find the file list or the passed directory by itself
* remove unneccessary lib in namespaceJörn Friedrich Dreyer2013-09-201-1/+1
|
* namespaces use upcasefirst partsJörn Friedrich Dreyer2013-09-201-1/+1
| | | | | when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app its magic!
* No need to strip slashes, json_decode handles that for usBart Visscher2013-04-191-1/+1
|
* merge master into filesystemRobin Appelman2013-01-261-15/+6
|\
| * introducing class OCA/files/lib/Helper with new function to build an array ↵Thomas Mueller2013-01-191-16/+7
| | | | | | | | | | | | | | with storage stats DRYing the code by using \OCA\files\lib\Helper::buildFileStorageStatistics() now returning used space percent on each ajax call
* | merge master into filesytemRobin Appelman2013-01-201-3/+15
|\|
| * fixing indentThomas Mueller2013-01-181-6/+6
| |
| * the maximum upload size is now part of the response of the upload and delete ↵Thomas Müller2012-12-201-2/+14
| | | | | | | | | | | | operation. the maximum upload size is updated within the browser once an upload or delete operation has been finished
* | merge master into filesystemRobin Appelman2012-12-151-1/+1
|\|
| * use json encoding when deleting multiply files instead of using ; as delimiterRobin Appelman2012-12-131-1/+1
| |
* | fix delete and sort filesRobin Appelman2012-10-271-11/+8
| |
* | cleanup OC_Files a bitRobin Appelman2012-10-241-9/+14
|/
* use post to delete files, get has a limit and fails with many filesscambra2012-09-201-3/+3
|
* apply coding styleThomas Mueller2012-08-291-1/+1
|
* 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/+29