nextcloud/apps/files/src
Ferdinand Thiessen 8ab40e5065
fix(files): only send config update requests if user is logged in
Since we use the files app also for public shares it is not guaranteed
that there is a user logged in, in that case the update for user / view
config will fail.
So ensure there is a user or do not send a request.

Also refactor both stores to setup styles to fix (remove) initialization hack,
which causes Typescript issues.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-02-09 13:57:55 +01:00
..
actions chore(files): add actions cypress tests 2025-02-07 09:22:54 +00:00
components fix(files): support submenu in batch actions header too 2025-02-07 09:22:54 +00:00
composables feat(files): add opendetails param and file list up/down keyboard shortcut 2024-12-17 09:59:56 +01:00
filters fix(files): Properly reset all file list filters on view change 2025-01-21 16:38:06 +01:00
mixins fix(files): support submenu in batch actions header too 2025-02-07 09:22:54 +00:00
models chore(files): replace @skjnldsv/sanitize-svg with DOMPurify 2024-11-14 10:32:12 +01:00
newMenu fix: Hide "Create templates folder" option if templates are disabled in configuration 2025-01-27 16:19:00 +00:00
plugins/search fix: Use searchFrom property for client side plugins 2025-01-31 12:10:34 +00:00
router fix(files): Do not download files with openfile query flag 2025-02-06 10:14:50 +01:00
services fix(files): properly update store on files conversions success 2025-02-04 16:46:46 +00:00
store fix(files): only send config update requests if user is logged in 2025-02-09 13:57:55 +01:00
utils feat(files): add hotkey service and unify action handling 2024-12-17 09:59:57 +01:00
views fix(files): only send config update requests if user is logged in 2025-02-09 13:57:55 +01:00
eventbus.d.ts fix(files): only send config update requests if user is logged in 2025-02-09 13:57:55 +01:00
FilesApp.vue fix(files): Adjust files list for sharing permissions on public shares 2024-09-06 03:38:47 +02:00
init.ts feat(files): add conversion action 2025-01-22 16:29:36 +00:00
logger.ts refactor(files): Migrate logger util to Typescript 2024-08-01 03:20:56 +02:00
main-personal-settings.js chore(files): Remove legacy UI scripts now that everything is migrated to Vue 2024-09-20 13:46:39 +02:00
main.ts fix(files): sort not working after changing views 2025-01-16 08:57:19 +01:00
reference-files.ts chore: Add SPDX header 2024-05-29 08:58:16 +02:00
sidebar.js chore: Add SPDX header 2024-05-29 08:58:16 +02:00
types.ts fix(files): only send config update requests if user is logged in 2025-02-09 13:57:55 +01:00