summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/ajax
Commit message (Expand)AuthorAgeFilesLines
* if file is not in db, fall back to restore file to the users rootBjoern Schiessle2014-03-101-3/+3
* Merge pull request #7195 from owncloud/files-selectallVincent Petry2014-02-192-15/+32
|\
| * Trashbin select all now doesn't send file listVincent Petry2014-02-172-15/+32
* | Merge pull request #6726 from owncloud/fix_6630Vincent Petry2014-02-141-1/+1
|\ \ | |/ |/|
| * don't urldecode get var, php does this automaticallyGeorg Ehrke2014-01-301-1/+1
* | Fixed image preview in trashbin subdirsVincent Petry2014-01-301-2/+12
|/
* 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
* fix restore from files in sub-foldersBjoern Schiessle2013-11-291-0/+1
* remove duplicateBjoern Schiessle2013-11-281-1/+0
* detect mimetype from the original filename, without the delete timestampBjoern Schiessle2013-11-281-2/+9
* Deleting all files in trash now only sends a single flagVincent Petry2013-11-111-11/+28
* namespaces use upcasefirst partsJörn Friedrich Dreyer2013-09-201-2/+2
* Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-131-0/+51
* outsource sharing and deleted files previews to appsGeorg Ehrke2013-08-191-0/+42
* Merge pull request #3006 from owncloud/===_and_!==_in_files_trashbin-appJörn Friedrich Dreyer2013-08-022-2/+2
|\
| * Use !== and === in files_trashbin-appkondou2013-07-102-2/+2
* | added missing isEmpty ajax fileBjoern Schiessle2013-07-301-0/+14
|/
* add some error logs to the trash bin appBjörn Schießle2013-03-182-0/+3
* Whitespace fixesBart Visscher2013-02-222-3/+3
* switch to json encoded file listBjörn Schießle2013-02-202-2/+2
* use "|" as delimiter instead of ";", since "|" is not allowed in file/folder ...Björn Schießle2013-02-202-6/+2
* add timestamp to function call; fix trash.js to handle multiple delete operat...Björn Schießle2013-02-191-1/+1
* change $_REQUEST to $_POST; fix check if file was successfully deletedBjörn Schießle2013-02-191-5/+6
* use instead ofBjörn Schießle2013-02-191-2/+2
* allow user to delete selected files from the trash bin permanentlyBjörn Schießle2013-02-191-14/+38
* Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-1/+1
* l10n support enhanced in files_trashbinThomas Mueller2013-02-072-3/+6
* remove debug outputBjörn Schießle2013-02-071-1/+0
* rename OCA_Trash to OCA\Files_TrashbinBjörn Schießle2013-02-072-2/+2
* 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
* OCP\JSON instead of OCP\UserLukas Reschke2013-02-041-1/+1
* [files_trashbin] Add CSRF tokenLukas Reschke2013-02-031-3/+2
* some minor improvementsBjörn Schießle2013-01-301-1/+2
* remove table row in trash bin view after undeleteBjörn Schießle2013-01-221-1/+1
* allow to restore single files/folder from a deleted folderBjörn Schießle2013-01-221-4/+11
* handle group restoreBjörn Schießle2013-01-221-5/+28
* remove item in the trash bin view after successful undeleteBjörn Schießle2013-01-221-4/+5
* first version of the trash bin appBjörn Schießle2013-01-221-0/+13