aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/ajax/delete.php
Commit message (Collapse)AuthorAgeFilesLines
* remove old trashbin apiRobin Appelman2018-09-201-93/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-221-4/+4
| | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-2/+2
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Update license headersLukas Reschke2015-10-261-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_utilMorris Jobke2015-07-011-1/+1
|\ | | | | Move core apps from OC_Log::write to OCP\Util
| * Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma2015-05-181-1/+1
| |
* | update license headers and authorsMorris Jobke2015-06-251-1/+0
|/
* Update license headersJenkins for ownCloud2015-03-261-1/+24
|
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+1
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-1/+24
|
* Manually type-case all AJAX filesLukas Reschke2015-02-131-2/+2
| | | | | | 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
* Close session for files_trashbinLukas Reschke2014-10-291-0/+2
| | | | When restoring huge folders the interface will be unresponsive otherwise
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|
* make sure that we always use the right userBjoern Schiessle2014-06-181-1/+1
|
* Trashbin select all now doesn't send file listVincent Petry2014-02-171-10/+6
| | | | | | | | - Fixed "delete" and "restore" actions to not send the file list when all files are selected - When some files are selected, sends the current dir - Removed "dirListing" attribute as the backend is able to compute the value based on the current dir
* check explicitely all possible dir valuesBjoern Schiessle2013-12-021-2/+3
|
* set delete all to true if a complete folder was deletedBjoern Schiessle2013-12-021-1/+2
|
* fix delete files from trash binBjoern Schiessle2013-12-021-14/+16
|
* Deleting all files in trash now only sends a single flagVincent Petry2013-11-111-11/+28
| | | | | | | | To prevent having to send the list of all files for deletion, only set a flag "allfiles". This should make it a bit smoother when deleting 5000+ files. Also fixes some "empty trash" message issues.
* Use !== and === in files_trashbin-appkondou2013-07-101-1/+1
|
* add some error logs to the trash bin appBjörn Schießle2013-03-181-0/+2
|
* Whitespace fixesBart Visscher2013-02-221-1/+1
|
* switch to json encoded file listBjörn Schießle2013-02-201-1/+1
|
* use "|" as delimiter instead of ";", since "|" is not allowed in file/folder ↵Björn Schießle2013-02-201-5/+1
| | | | names
* add timestamp to function call; fix trash.js to handle multiple delete ↵Björn Schießle2013-02-191-1/+1
| | | | operation at once
* change $_REQUEST to $_POST; fix check if file was successfully deletedBjörn Schießle2013-02-191-5/+6
|
* allow user to delete selected files from the trash bin permanentlyBjörn Schießle2013-02-191-14/+38
|
* l10n support enhanced in files_trashbinThomas Mueller2013-02-071-1/+2
|
* remove debug outputBjörn Schießle2013-02-071-1/+0
|
* rename OCA_Trash to OCA\Files_TrashbinBjörn Schießle2013-02-071-1/+1
|
* delete debug codeBjörn Schießle2013-02-061-1/+1
|
* allow to delete single files from the trash bin permanentlyBjörn Schießle2013-02-061-0/+24