aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/src
Commit message (Expand)AuthorAgeFilesLines
* test(files_trashbin): add test coverage also for utils like the loggerFerdinand Thiessen9 days1-0/+20
* refactor(files_trashbin): restore action refactoringFerdinand Thiessen9 days3-16/+169
* fix(files_trashbin): return correct type in empty trash actionFerdinand Thiessen9 days6-37/+263
* fix(files_trashbin): correctly sort custom columns in trashbin viewFerdinand Thiessen9 days5-79/+375
* fix(files_trashbin): Only emit files:node:deleted events if deleting all tras...provokateurin2025-01-131-2/+3
* feat(files_trashbin): Allow preventing trash to be deleted permanentlyprovokateurin2025-01-131-0/+11
* fix(trashbin): Fix infinitely loading empty trash action on closeChristopher Ng2024-12-121-2/+2
* feat(files_trashbin): improve wordingsskjnldsv2024-12-121-4/+4
* perf(files_trashbin): use empty trashbin endpoint instead of batch delete req...skjnldsv2024-12-121-69/+41
* fix(files): protect filelist actions with try...catchskjnldsv2024-12-121-4/+3
* fix(files_trashbin): update @nextcloud/files and adjust api + l10n fixskjnldsv2024-12-121-1/+2
* feat(trashbin): Allow emptying trashChristopher Ng2024-12-123-1/+125
* fix: fix getting the folder node from the dav responseRobin Appelman2024-08-101-1/+1
* perf(files_trashbin): Only trigger one PROPFIND for trashbin viewFerdinand Thiessen2024-08-052-65/+17
* refactor(files): Resort imports and fix doc commentFerdinand Thiessen2024-08-011-2/+2
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-6/+6
* fix(files_trashbin): Make files view registering an init scriptFerdinand Thiessen2024-06-231-0/+0
* chore: Add SPDX headerAndy Scherzinger2024-06-026-95/+14
* chore: Remove All files prefix from original locationChristopher Ng2024-04-301-2/+2
* refactor(trashbin): Move columns into separate fileChristopher Ng2024-04-302-115/+146
* feat(trashbin): Show user who deleted a fileChristopher Ng2024-04-302-0/+61
* feat(trashbin): Show original location of deleted fileChristopher Ng2024-03-282-3/+39
* fix(dav): multiple fixes in usage of webdav libraryVarun Patil2024-02-281-6/+19
* fix(files): encoded source path on actions requestsJohn Molakvoæ2023-10-032-2/+2
* fix: encode uri for delete, restore and favoriteDaniel Kesselberg2023-09-282-2/+3
* fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-211-4/+4
* fix: encode basename in restore actionDaniel Kesselberg2023-08-251-1/+1
* feat: migrate FileAction from serverJohn Molakvoæ2023-08-232-7/+4
* chore: use Navigation from `@nextcloud/files`John Molakvoæ2023-08-233-12/+9
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-171-2/+1
* feat(f2v): migrate FilesJohn Molakvoæ2023-08-171-2/+2
* fix(files): default emptycontent messageJohn Molakvoæ2023-07-181-0/+3
* feat: add modified columnJohn Molakvoæ2023-07-052-3/+4
* fix(files): restore action tslintJohn Molakvoæ2023-07-051-3/+4
* feat(files): favoritesJohn Molakvoæ2023-07-051-11/+5
* fix(files): standardize `files:node:event` event syntaxJohn Molakvoæ2023-04-141-1/+1
* chore(files_trashbin): cleanup old legacy filesJohn Molakvoæ2023-04-072-500/+0
* chore(eslint): clean and fixJohn Molakvoæ2023-04-064-10/+8
* feat(files): add FileAction serviceJohn Molakvoæ2023-04-061-1/+3
* fix: improved preview handlingJohn Molakvoæ2023-04-061-1/+1
* feat(files): move userconfig to dedicated store and fix crop previewsJohn Molakvoæ2023-04-061-1/+1
* feat(files): batch actionsJohn Molakvoæ2023-04-061-16/+26
* feat(files): propagate restore and delete eventsJohn Molakvoæ2023-04-061-4/+10
* feat(accessibility): add files table caption and summaryJohn Molakvoæ2023-04-061-0/+1
* fix(files): fix custom render components reactivityJohn Molakvoæ2023-04-061-1/+3
* feat(files): implement sorting per viewJohn Molakvoæ2023-04-061-2/+5
* feat(files): actions apiJohn Molakvoæ2023-04-063-5/+71
* feat(files): custom columnsJohn Molakvoæ2023-04-062-1/+24
* fix(files_trashbin): previews crop supportJohn Molakvoæ2023-04-061-1/+4
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-064-29/+147