aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-2/+2
* chore(eslint): replace node/no-missing-import by n/no-missing-importJohn Molakvoæ2023-03-231-1/+1
* fix: Limit trashbin restore/delete to 2 concurrent request to avoid locking i...Julius Härtl2023-02-021-12/+12
* Fix preview cropJohn Molakvoæ2023-01-041-1/+1
* Replace files app ids to classesVincent Petry2022-07-262-4/+4
* Replace license information to SPDX expressionLouis Chemineau2022-01-113-3/+3
* Show most recently deleted files first in trash canOrzu Ionut2021-11-091-1/+1
* Fixed grammarrakekniven2021-11-011-3/+3
* Fixed grammarrakekniven2021-10-311-2/+2
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-313-11/+67
* Sort deleted files by most recently deleted firstJan C. Borchardt2020-10-131-1/+3
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-311-5/+5
* Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-201-1/+1
* Allow opening files for editing in new tabsAzul2020-04-091-0/+5
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-191-20/+20
* Show Delete Icon in Breadcrumb in TrashbinGary Kim2019-10-071-1/+1
* allow trash backends to overwrite the tooltip for trash itemsRobin Appelman2019-10-051-22/+24
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-012-285/+284