summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/delete.php
Commit message (Expand)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
* 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
* Catch exception properlyLukas Reschke2015-02-041-1/+6
* Get rid of `stripslashes()`Lukas Reschke2015-01-131-1/+1
* 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
* 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
* 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
* remove unneccessary lib in namespaceJörn Friedrich Dreyer2013-09-201-1/+1
* namespaces use upcasefirst partsJörn Friedrich Dreyer2013-09-201-1/+1
* 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 wi...Thomas Mueller2013-01-191-16/+7
* | 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
* | 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