summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* Fix mock of ITimeFactoryJoas Schilling2018-10-101-42/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix usage of deprecated OC.webrootChristoph Wurst2018-10-091-8/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2018-10-072-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-10-052-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-10-042-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-10-034-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-10-024-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-10-018-4/+34
|
* [tx-robot] updated from transifexNextcloud bot2018-09-3010-0/+50
|
* [tx-robot] updated from transifexNextcloud bot2018-09-29138-552/+552
|
* Merge pull request #11037 from nextcloud/trash-webui-davMorris Jobke2018-09-2817-710/+387
|\ | | | | Use trashbin dav endpoint to list trash in webui
| * fix trashbin js testsRobin Appelman2018-09-261-143/+141
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * use dav trashbin api for restoreRobin Appelman2018-09-202-48/+33
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * use dav trash api for removing from trashbinRobin Appelman2018-09-202-73/+67
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * remove old trashbin apiRobin Appelman2018-09-204-232/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * remove old trashbin endpointRobin Appelman2018-09-202-50/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Use trashbin dav endpoint to list trash in webuiRobin Appelman2018-09-201-43/+39
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * expose additional props from trashbin sabre endpointRobin Appelman2018-09-209-130/+116
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-09-262-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-254-8/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-214-4/+8
|/
* [tx-robot] updated from transifexNextcloud bot2018-09-176-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-09-142-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-124-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-092-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-062-0/+4
|
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-09-012-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-312-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-302-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-08-272-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-08-2410-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-08-2334-58/+0
|
* [tx-robot] updated from transifexNextcloud bot2018-08-222-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-08-162-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-08-132-0/+2
|
* Merge pull request #10642 from nextcloud/bump/autoloadersRoeland Jago Douma2018-08-101-1/+1
|\ | | | | Bump autoloaders
| * Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix trashbin file actionsRobin Appelman2018-08-091-2/+0
|/ | | | | | Fixes #10491 Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-08-052-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-07-312-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-07-272-2/+2
|
* Fixed scrolling containerJohn Molakvoæ (skjnldsv)2018-07-241-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-07-192-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-07-174-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-07-112-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-07-106-0/+10
|
* Merge pull request #10041 from liamdennehy/10001/trashbin-defaultsRoeland Jago Douma2018-06-292-10/+57
|\ | | | | Safe default behaviour when no users are specified on trashbin:cleanup
| * Fix and extend testsRoeland Jago Douma2018-06-291-6/+41
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * trashbin:cleanup exceptions for invalid optionsLiam Dennehy2018-06-281-4/+6
| | | | | | | | | | | | | | * throw on no parameters provided * throw on --all-users and userid provided Signed-off-by: Liam Dennehy <liam@wiemax.net>