]> 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>
Thu, 18 Apr 2024 10:46:13 +0000 (12:46 +0200)
commit6c544172e3f8ee43df8b8594cca3e50dd5eeff74
tree4d1a2a93608cc311208d5c62083ce56e8b7734c7
parent1f1ad02c0ed70cad6ae085e820c4fe1b4c2af328
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]