aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/actions
Commit message (Expand)AuthorAgeFilesLines
* feat(files): Display meaningful error message on move failureChristopher Ng6 days1-2/+13
* feat(files): add hotkey service and unify action handlingskjnldsv2024-12-173-7/+17
* feat(files): add opendetails param and file list up/down keyboard shortcutskjnldsv2024-12-172-4/+9
* fix(files): throttle favorite with max 5 simultaneous requestsskjnldsv2024-12-111-1/+22
* fix(files): improve delete display name when trashbin is disabledfix/files/delete-display-no-trashbinRichard Steinmetz2024-11-191-14/+14
* fix(files): check that node is in user root folder for view-in-folder actionskjnldsv2024-11-092-0/+17
* fix(files): edit locally buttonsskjnldsv2024-11-081-8/+7
* fix(files): open sidebar on sharing tab by default for filesskjnldsv2024-11-082-3/+39
* fix(files): Add more visual move / copy notificationfix/files-add-move-infoFerdinand Thiessen2024-09-301-3/+27
* feat(files): Make the files download action use WebDAV zip downloadFerdinand Thiessen2024-09-282-42/+58
* fix(files): Fix having to resolve conflicts twice when dropping filesChristopher Ng2024-09-241-11/+13
* test: Add end-to-end tests for new public share Vue UIFerdinand Thiessen2024-09-062-2/+3
* fix(files): "Edit locally" action should not be shown on public sharesFerdinand Thiessen2024-09-061-0/+6
* fix(files): Do not add click listener if there is no default action on public...Ferdinand Thiessen2024-09-061-20/+2
* fix(files_sharing): Handle download permission the same way for public and in...Ferdinand Thiessen2024-09-061-5/+5
* fix(files): Do not allow copy action on public shares without `create` permis...Ferdinand Thiessen2024-09-061-3/+17
* feat(files): Allow to download files on public sharesFerdinand Thiessen2024-09-061-5/+18
* fix(files): Do not allow rename action on single-file-sharesFerdinand Thiessen2024-09-061-5/+11
* fix(files): Disable copy-move-action of single file sharesFerdinand Thiessen2024-09-061-1/+5
* fix(files): Do not use `favorite`, `sidebar` and `view-in-folder` action for ...Ferdinand Thiessen2024-09-063-6/+29
* fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-283-4/+4
* test: Migrated all Jest tests to vitestFerdinand Thiessen2024-08-269-123/+126
* fix(files): cancel move-copy action should not be handled as an errorFerdinand Thiessen2024-08-011-13/+32
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-013-3/+3
* fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-012-4/+6
* fix: Adjust tests for editLocallyActionfenn-cs2024-07-312-11/+34
* feat(editLocallyAction): Handle possible no local client scenariofenn-cs2024-07-311-3/+54
* chore(files_sharing): refactor Share model to tsskjnldsv2024-07-302-8/+7
* fix(files): always ask for confirmation if trashbin app is disabledskjnldsv2024-07-273-122/+330
* chore(deps): Update `@nextcloud/files` to v3.6.0Ferdinand Thiessen2024-07-251-1/+1
* fix: stop file actions when conflict dialog skippedgrnd-alt2024-07-161-4/+1
* chore(files_sharing): lint & refactor fixesskjnldsv2024-07-121-1/+1
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-122-3/+3
* chore(files): Fix ESLint issues with files and files_sharing appFerdinand Thiessen2024-07-099-12/+12
* test: Adjust Typescript definitions for OCP and OCFerdinand Thiessen2024-07-096-0/+12
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-092-2/+2
* fix(files): Disable buttons in copy/move dialog for non writable foldersLouis Chemineau2024-07-021-1/+2
* feat(files): increase max copy-move concurrency to 5 John Molakvoæ2024-06-261-1/+4
* refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-06-232-3/+2
* fix: Do not import from `axios` but only `@nextcloud/axios`Ferdinand Thiessen2024-06-203-10/+9
* fix(files): Show non writable folders during move or copyLouis Chemineau2024-06-191-5/+3
* fix(deleteAction): Bump up delete requests concurrency to 5fenn-cs2024-06-171-1/+1
* fix(files_sharing): fix parsing of remote sharesskjnldsv2024-06-121-2/+3
* fix(files): Keep query when trigger the sidebar actionFerdinand Thiessen2024-06-081-1/+1
* fix(files): `open-in-files` action should also set `openfile` queryFerdinand Thiessen2024-06-082-3/+3
* fix(files): Update current fileid in route if that node was deletedFerdinand Thiessen2024-06-041-2/+3
* fix(deps): Update `@nextcloud/event-bus` to version 3.3.1Ferdinand Thiessen2024-05-313-3/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-2920-380/+40
* perf(deleteAction): Queue delete requestsfenn-cs2024-05-151-1/+16
* fix(deleteAction): Remove unused nc l10n importfenn-cs2024-05-151-1/+1