aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* chore(files): Fix ESLint issues with files and files_sharing appFerdinand Thiessen2024-07-0911-14/+15
* test: Adjust Typescript definitions for OCP and OCFerdinand Thiessen2024-07-097-3/+16
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-0918-29/+57
* fix(files): Correctly center the checkbox's background in grid viewLouis Chemineau2024-07-081-1/+2
* style: unify copy iconAndy Scherzinger2024-07-071-1/+1
* feat(files): Refresh grid view layoutLouis Chemineau2024-07-042-34/+59
* feat(files): Display mtime in grid viewLouis Chemineau2024-07-043-26/+36
* fix(files): Disable buttons in copy/move dialog for non writable foldersLouis Chemineau2024-07-021-1/+2
* fix: Allow to reset unified search using the `nextcloud:unified-search:reset`...Ferdinand Thiessen2024-06-271-8/+16
* fix(files): Update favorites navigation list on folder renamesLouis Chemineau2024-06-263-2/+71
* feat(files): increase max copy-move concurrency to 5 John Molakvoæ2024-06-261-1/+4
* feat(files): Allow uploading directoriesFerdinand Thiessen2024-06-241-11/+34
* refactor(files): Fix nullish operator usage and add missing code commentFerdinand Thiessen2024-06-243-4/+8
* fix(files): Properly handle files in failed stateFerdinand Thiessen2024-06-245-4/+12
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-06-2313-132/+321
* chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-06-231-1/+1
* refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-06-239-55/+10
* fix(files): Don't react to clicks when renamingLouis Chemineau2024-06-201-0/+9
* fix: Do not import from `axios` but only `@nextcloud/axios`Ferdinand Thiessen2024-06-204-12/+10
* fix(files): Show non writable folders during move or copyLouis Chemineau2024-06-191-5/+3
* fix(files): Rename openFileInfo to fileInfoLouis Chemineau2024-06-191-2/+5
* fix(deleteAction): Bump up delete requests concurrency to 5fenn-cs2024-06-171-1/+1
* fix(files): Ignore right click for default actionLouis Chemineau2024-06-131-0/+5
* fix(files): fetch nodes if we have multiple of the same fileid in the storeskjnldsv2024-06-121-3/+44
* fix(files): do not rely on unique fileidskjnldsv2024-06-1212-80/+88
* fix(files): also trigger new tab on file name middle clickJohn Molakvoæ (skjnldsv)2024-06-124-5/+9
* fix(files_sharing): fix parsing of remote sharesskjnldsv2024-06-122-7/+8
* fix(files): Use `data-cy` (data attribute) instead of `cy-data`Ferdinand Thiessen2024-06-111-1/+1
* refactor(files): Migrate `personal` view to `@nextcloud/files` functionsFerdinand Thiessen2024-06-111-23/+22
* refactor(files): Migrate `favorites` view to `@nextcloud/files` functions and...Ferdinand Thiessen2024-06-112-40/+35
* refactor(files): Migrate `recent` view to `@nextcloud/files` functions and ma...Ferdinand Thiessen2024-06-111-28/+34
* refactor(files): Migrate files service to functions from `@nextcloud/files`Ferdinand Thiessen2024-06-112-101/+17
* fix(files): Ensure that focussed file is always scrolled rightFerdinand Thiessen2024-06-081-0/+24
* 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
* refactor(files): Fix TypeScript issues in FileEntryActionsFerdinand Thiessen2024-06-082-7/+9
* fix(files): Correctly type virtual files list ref typeFerdinand Thiessen2024-06-071-2/+4
* chore: Add SPDX headerAndy Scherzinger2024-06-061-0/+4
* fix(files): reset menu pos when opening in grid modeJohn Molakvoæ (skjnldsv)2024-06-041-9/+5
* fix(files): Only execute default action if there is an action to performFerdinand Thiessen2024-06-041-7/+11
* fix(files): Update current fileid in route if that node was deletedFerdinand Thiessen2024-06-043-3/+40
* fix(files): Close sidebar if shown node is deletedFerdinand Thiessen2024-06-041-1/+14
* refactor(files): Make `currentView` a prop of `FilesListTableFooter`Ferdinand Thiessen2024-05-312-6/+7
* refactor(files): Properly add type information to FilesListTableFooterFerdinand Thiessen2024-05-311-8/+8
* refactor(files): Fix Typescript issues in filesListWidth mixinFerdinand Thiessen2024-05-311-4/+9
* refactor(files): Correctly cast table ref to fix TypeScript errorsFerdinand Thiessen2024-05-311-6/+7
* fix(deps): Update `@nextcloud/event-bus` to version 3.3.1Ferdinand Thiessen2024-05-315-4/+16
* fix: Update `@nextcloud/files` to 3.4.0 to fix public link sharesFerdinand Thiessen2024-05-312-2/+2
* refactor(files): Consistently sort imports of FileEntryMixinFerdinand Thiessen2024-05-311-3/+3
* fix(files): Ensure entry with `fileid` is marked as activeFerdinand Thiessen2024-05-312-8/+1