summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/src
Commit message (Collapse)AuthorAgeFilesLines
* Show Delete Icon in Breadcrumb in TrashbinGary Kim2019-10-071-1/+1
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* allow trash backends to overwrite the tooltip for trash itemsRobin Appelman2019-10-051-22/+24
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-012-285/+284
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Trashbin: Delete => Delete permanentlyRoeland Jago Douma2019-03-161-2/+2
| | | | | | For #14639 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix trashbin restore translationRoeland Jago Douma2019-02-141-1/+1
| | | | | | The files app doesn't have this entry. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move files_trashbin to webpackRoeland Jago Douma2019-02-134-0/+485
Combine the 2 js files and the scss. This saves compiling the scss on the go. And going via Nextcloud storage to obtain it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>