nextcloud-server/apps/files/src
Ferdinand Thiessen 6c544172e3
fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user
Needed to adjust the store creation to be able to inject pinia before the vue app is initialized.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-18 12:46:13 +07:00
..
actions fix(files): Sanitize `share-types` attribute in download action 2024-04-17 12:43:36 +07:00
components fix(files): Inherit some node attributes when creating new nodes to preserve shared state 2024-04-17 12:43:36 +07:00
mixins fix(files): Allow to drag and drop new files also on empty directories 2023-11-27 17:35:14 +07:00
models
newMenu fix(files): Inherit some node attributes when creating new nodes to preserve shared state 2024-04-17 12:43:36 +07:00
plugins/search feat(files): add search plugin to search in specified folder exclusively 2024-03-07 21:10:54 +07:00
router fix: Correctly import types in Typescript files 2024-02-13 18:04:45 +07:00
services fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user 2024-04-18 12:46:13 +07:00
store fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user 2024-04-18 12:46:13 +07:00
utils fix(files): When copying nodes only add the copy suffix for file before file extension 2024-03-22 19:13:48 +07:00
views fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user 2024-04-18 12:46:13 +07:00
FilesApp.vue fix(files): combine navigation and files list into single Vue app 2024-01-25 00:25:54 +07:00
init.ts fix: condensed filtering logic 2024-02-15 09:03:11 +07:00
logger.js
main-personal-settings.js
main.ts fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user 2024-04-18 12:46:13 +07:00
reference-files.ts fix(files): provide onDestroy callback for interactive widgets 2024-03-16 06:18:44 +07:00
sidebar.js sidebar: allow turning off tags view by default 2023-11-27 18:25:09 +07:00
types.ts feat: Add iconSvgInline to TemplateFileCreator 2024-03-20 15:50:52 +07:00
vue.d.ts fix(files): Add declaration for `$navigation` 2024-01-25 15:07:52 +07:00