nextcloud-server/apps
Ferdinand Thiessen 124288f534
fix(systemtags): Sub folders should be opened in files
Currently this is simply broken and here are two ways:
1. Open subfolders in files view
2. Implement logic to save last request

1 is the way this is now implemented, basically copy-paste from the recent view.
2 is much more complicated because if we get `/2/foo/bar` as the path we need to know the source of `foo`, so we would need at least 2 requests or cache the previous directory. We do not do it like this for any view so lets just stick with 1 for now.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-09 15:33:54 +07:00
..
admin_audit fix(admin_audit): Do not log errors for new files 2024-08-07 09:50:30 +07:00
cloud_federation_api refactor(cloud_federation_api): Replace security annotations with respective attributes 2024-07-27 22:47:40 +07:00
comments Fix(l10n): Update translations from Transifex 2024-08-09 00:25:27 +07:00
contactsinteraction Fix(l10n): Update translations from Transifex 2024-07-31 00:20:17 +07:00
dashboard chore: Replace dashboard icon with Material Symbols "View Column" 2024-08-05 14:29:46 +07:00
dav fix(caldav): test for null and blank value 2024-08-07 18:56:34 +07:00
encryption Merge pull request #46804 from nextcloud/refactor/encryption/security-attributes 2024-08-01 09:56:19 +07:00
federatedfilesharing Fix(l10n): Update translations from Transifex 2024-07-31 00:20:17 +07:00
federation Fix(l10n): Update translations from Transifex 2024-07-31 00:20:17 +07:00
files fix(files): trim names on new node creation 2024-08-09 11:58:37 +07:00
files_external Fix(l10n): Update translations from Transifex 2024-07-31 00:20:17 +07:00
files_reminders Fix(l10n): Update translations from Transifex 2024-07-31 00:20:17 +07:00
files_sharing Fix(l10n): Update translations from Transifex 2024-08-09 00:25:27 +07:00
files_trashbin Fix(l10n): Update translations from Transifex 2024-08-09 00:25:27 +07:00
files_versions Fix(l10n): Update translations from Transifex 2024-08-09 00:25:27 +07:00
lookup_server_connector Fix(l10n): Update translations from Transifex 2024-07-20 00:19:36 +07:00
oauth2 Fix(l10n): Update translations from Transifex 2024-07-31 00:20:17 +07:00
provisioning_api Fix(l10n): Update translations from Transifex 2024-08-06 00:20:11 +07:00
settings Fix(l10n): Update translations from Transifex 2024-08-09 00:25:27 +07:00
sharebymail Fix(l10n): Update translations from Transifex 2024-08-09 00:25:27 +07:00
systemtags fix(systemtags): Sub folders should be opened in files 2024-08-09 15:33:54 +07:00
testing fix(migration-attributes): psalm 2024-07-29 12:44:52 +07:00
theming fix(theming): make cache buster depend on the app version 2024-08-07 09:48:48 +07:00
twofactor_backupcodes Fix(l10n): Update translations from Transifex 2024-08-06 00:20:11 +07:00
updatenotification Fix(l10n): Update translations from Transifex 2024-08-09 00:25:27 +07:00
user_ldap fix(LDAP): remove unneeded dependencies 2024-08-01 20:13:11 +07:00
user_status fix(user_status): Adjust AccountMenu entry for user status 2024-08-06 09:20:52 +07:00
weather_status Fix(l10n): Update translations from Transifex 2024-08-07 00:20:09 +07:00
webhook_listeners fix(webhook_listeners): Avoid collision between two identical calls at the same second 2024-08-06 12:38:26 +07:00
workflowengine Fix(l10n): Update translations from Transifex 2024-08-07 00:20:09 +07:00