]> source.dussan.org Git - nextcloud-server.git/commit
fix(files): Do not show files from hidden folders in "Recent"-view if hidden files...
authorFerdinand Thiessen <opensource@fthiessen.de>
Thu, 4 Apr 2024 11:02:51 +0000 (13:02 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Tue, 16 Apr 2024 21:52:09 +0000 (23:52 +0200)
commite545eee21072eed69ccb1ada74414da00f441a50
treece99758bf948ef00702cf6fe01ee62dbfb0e17a9
parentd9a1a9b01cfb7825ec533a2e3d744ed9b3259994
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>
apps/files/src/main.ts
apps/files/src/services/Recent.ts
apps/files/src/store/index.ts [new file with mode: 0644]
apps/files/src/views/FilesList.vue
apps/files/src/views/recent.ts
cypress/e2e/files/files-settings.cy.ts [new file with mode: 0644]