aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/views/FilesList.vue
Commit message (Expand)AuthorAgeFilesLines
* fix(files): show hidden files and folders count in summaryskjnldsv2025-04-021-9/+20
* fix(files): also show file list headers on empty viewsFerdinand Thiessen2025-03-051-3/+22
* refactor: use eventbus for updated filtersFerdinand Thiessen2025-02-281-11/+3
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-201-7/+7
* fix(files): properly show file not found errorskjnldsv2025-02-181-3/+13
* fix(files): Properly reset all file list filters on view changeFerdinand Thiessen2025-01-211-1/+0
* feat(systemtags): add systemtag manage keyboard shortcutskjnldsv2024-12-171-3/+3
* feat(files_trashbin): add cypress testsskjnldsv2024-12-121-0/+1
* fix(files): protect filelist actions with try...catchskjnldsv2024-12-121-6/+47
* fix(files_trashbin): update @nextcloud/files and adjust api + l10n fixskjnldsv2024-12-121-1/+1
* feat(files): Right-align list actionsChristopher Ng2024-12-121-12/+21
* chore: Remove unused iconChristopher Ng2024-12-031-2/+0
* feat(files): Update caption for screen readers when uploading is not possibleChristopher Ng2024-12-031-20/+1
* fix(files): Restore page title (folder - view - product)Ferdinand Thiessen2024-11-211-1/+13
* refactor(files): Provide `useFileListWidth` composableFerdinand Thiessen2024-11-201-4/+5
* refactor(files): Replace deprecated `Types` enum for share typesFerdinand Thiessen2024-11-181-11/+15
* feat(files): Add support for file list actionsChristopher Ng2024-11-131-1/+30
* fix(files): handle empty view with errorGrigorii K. Shartsev2024-10-251-6/+27
* fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-161-1/+1
* fix(files): Add more visual move / copy notificationfix/files-add-move-infoFerdinand Thiessen2024-09-301-0/+7
* fix(files): Ensure children are removed from folder and not duplicatedFerdinand Thiessen2024-09-201-1/+1
* fix(files): Adjust files list for sharing permissions on public sharesFerdinand Thiessen2024-09-061-2/+14
* fix(files): Correctly check for already used names when creating new folderFerdinand Thiessen2024-08-271-1/+1
* fix(files): Move loading icon before grid toggleFerdinand Thiessen2024-08-211-6/+6
* perf(files): Cache `getContents` function used for uploaderFerdinand Thiessen2024-08-141-11/+7
* fix(files): use `files:config:updated` to monitor user config changeskjnldsv2024-08-071-3/+2
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-011-1/+1
* fix(files): Add missing `emptyView` handlingFerdinand Thiessen2024-07-311-26/+54
* refactor: Make route parameters accessible using composables to reuseFerdinand Thiessen2024-07-251-24/+12
* feat(files): Implement files list filters for name, modified time and typeFerdinand Thiessen2024-07-251-33/+30
* feat(files): Allow to add file list filtersFerdinand Thiessen2024-07-251-66/+43
* chore(deps): Update `@nextcloud/files` to v3.6.0Ferdinand Thiessen2024-07-251-41/+8
* fix(files): Close the sidebar on navigationFerdinand Thiessen2024-07-151-0/+3
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-4/+4
* fix: Allow to reset unified search using the `nextcloud:unified-search:reset`...Ferdinand Thiessen2024-06-271-8/+16
* feat(files): Allow uploading directoriesFerdinand Thiessen2024-06-241-11/+34
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-06-231-8/+11
* refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-06-231-2/+2
* fix(files): do not rely on unique fileidskjnldsv2024-06-121-7/+7
* fix(files): Correctly type virtual files list ref typeFerdinand Thiessen2024-06-071-2/+4
* fix(files): Update current fileid in route if that node was deletedFerdinand Thiessen2024-06-041-0/+36
* fix: Update `@nextcloud/files` to 3.4.0 to fix public link sharesFerdinand Thiessen2024-05-311-1/+1
* fix(files): Keep 'back'-button for not found directories or if user can not u...Ferdinand Thiessen2024-05-291-3/+17
* feat(files): Show upload menu in folders' emptycontentMarco2024-05-291-14/+8
* chore: Add SPDX headerAndy Scherzinger2024-05-291-20/+3
* fix(files): Adjust type import and usage for removed dependencyFerdinand Thiessen2024-05-271-2/+1
* fix(files): Implement `SortingService` to fix sorting of filesFerdinand Thiessen2024-05-271-1/+1
* fix(files): Debounce does not return a function so it should be used as computedFerdinand Thiessen2024-05-231-9/+10
* fix(files): Use translation function directly instead of calling the instance...Ferdinand Thiessen2024-05-231-13/+13
* fix(files): Fix typing issues with dataFerdinand Thiessen2024-05-231-11/+20