Commit Graph

71470 Commits

Author SHA1 Message Date
Ferdinand Thiessen
1a8ac20a51
Merge pull request #41994 from nextcloud/fix/unified-search-show-better-labels
fix(UnifiedSearch): Show translated text for filter label
2023-12-05 12:56:31 +01:00
Ferdinand Thiessen
50ae2bbeea
Merge pull request #42007 from nextcloud/fix/2f-ui
fix: inconsistencies in the shared two-factor UI
2023-12-05 12:55:48 +01:00
Ferdinand Thiessen
9fce9aef15
Merge pull request #41984 from nextcloud/automated/noid/master-fix-npm-audit
[master] Fix npm audit
2023-12-05 12:25:55 +01:00
John Molakvoæ
f89ef392b3
fix(files): better upload error handling
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-12-05 12:10:39 +01:00
Joas Schilling
e4460e3bff fix(dav): Improve handling and logging of bulk upload failures
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-05 12:03:06 +01:00
Ferdinand Thiessen
62006a76aa
fix(UnifiedSearch): Show translated text for filter label
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-12-05 11:57:09 +01:00
John Molakvoæ
431ac74d78
feat(files): disable upload button if quota is reached
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-12-05 11:45:34 +01:00
John Molakvoæ
ba6494907d
feat(files): show quota warning on page load or if storage becomes full
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-12-05 11:43:03 +01:00
John Molakvoæ
09f49a2514
fix(files_sharing): fix sharing status indicator side after component update
Seems like the components now have max-height/width set too

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2023-12-05 11:36:38 +01:00
Julius Härtl
6c52242fb1
Merge pull request #41927 from nextcloud/perf/login-with-email-token 2023-12-05 11:11:33 +01:00
Ferdinand Thiessen
991f52971a
Merge pull request #41993 from nextcloud/fix/move-heading-out-of-list-unified-search
fix(UnifiedSearch): Move headings out of list element (invalid HTML)
2023-12-05 11:07:33 +01:00
Joas Schilling
fffbb06417
Merge pull request #41962 from nextcloud/fix/dav/check-current-ooo-time
fix(dav): Make current ooo info time-dependent
2023-12-05 10:52:28 +01:00
Andy Scherzinger
61685e830a
Merge pull request #42019 from nextcloud/fix/41980/check-migration
+files_metadata_installed
2023-12-05 10:10:49 +01:00
Christoph Wurst
9a206c6282
fix(dav): Make current ooo info time-dependent
* If there is an out of office absence info and it happens now -> return
  data
* Else: return no data

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-12-05 08:36:50 +01:00
Maxence Lange
43469337b4 +files_metadata_installed
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-12-05 01:37:41 -01:00
Nextcloud bot
0f459ff6ba
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-05 00:21:19 +00:00
nextcloud-command
18087e7d50 chore(deps): fix npm audit
Signed-off-by: GitHub <noreply@github.com>
2023-12-04 15:12:48 -06:00
Julius Härtl
ca60df9abd
Merge pull request #42006 from nextcloud/bugfix/41448 2023-12-04 22:09:55 +01:00
nextcloud-command
ca684c9113 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-12-04 19:56:52 +00:00
Julius Härtl
d9ae4b6b43 fix: Properly take show_hidden user setting into account for file listing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-12-04 20:35:51 +01:00
Varun Patil
1fd6273e11
Merge pull request #41985 from nextcloud/pulsejet/fix-log-exception
fix(dav): allow any throwable in logException
2023-12-04 07:34:51 -08:00
Joas Schilling
b6e9132a5a
fix(metadata): Fix copy-paste doc block throws
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-04 14:57:32 +01:00
Joas Schilling
3bff235126
Merge pull request #42008 from nextcloud/techdebt/noid/allow-to-load-multiple-metadata-with-1-query
fix(metadata): Allow to load metadata of multiple files at once
2023-12-04 14:44:27 +01:00
Joas Schilling
2a0daf7aff
fix(metadata): Allow to load metadata of multiple files at once
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-04 13:34:10 +01:00
Richard Steinmetz
e19dd541ac
fix: inconsistencies in the shared two-factor UI
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-12-04 12:36:54 +01:00
Joas Schilling
89aa3957ce
Merge pull request #41999 from nextcloud/bugfix/noid/handle-idn_to_utf8-returning-false
fix(security): Handle idn_to_utf8 returning false
2023-12-04 11:46:27 +01:00
Varun Patil
a20556193c fix(files): allow any throwable in logException
If a TypeError is passed here, it in turn causes a TypeError which
kills the rendering of the error page.

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2023-12-04 10:46:51 +01:00
Joas Schilling
1066f7e6e2
Merge pull request #41995 from nextcloud/fix/template-manager-templatedirectory-empty
fix(TemplateManager): Bail early if templatedirectory is empty
2023-12-04 10:39:50 +01:00
Joas Schilling
33e1c8b236
fix(security): Handle idn_to_utf8 returning false
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-04 10:38:46 +01:00
Marcel Klehr
062a0efed5 fix(TemplateManager): Bail early if templatedirectory is empty
fixes #39266

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-12-04 08:53:52 +01:00
Nextcloud bot
df7bc46eab
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-04 00:18:27 +00:00
Ferdinand Thiessen
5c132e2063
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-12-03 23:13:25 +01:00
Ferdinand Thiessen
d14b351208
fix: Adjust code to be Vue 2.7 compatible as key on <template> is Vue3 only
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-12-03 23:09:16 +01:00
Ferdinand Thiessen
4983a35e1f
fix(UnifiedSearch): Move headings out of list elements
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-12-03 22:11:47 +01:00
Nextcloud bot
f778c6c344
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-03 00:18:21 +00:00
Daniel
8fec42fed5
Merge pull request #41971 from nextcloud/enh/upgrade-disable-web-instructions 2023-12-02 17:04:32 +01:00
Josh Richards
f909520911
feat(Updater/Admin): Clarify instructions for upgrade.disable-web
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-12-02 03:19:21 +01:00
Nextcloud bot
4efa24bd3f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-02 00:21:18 +00:00
Ferdinand Thiessen
516fd73684
Merge pull request #41953 from nextcloud/fix/files-favorite-icon-label
fix(files): Move aria-label for favorite icon from span to icon
2023-12-02 00:17:08 +01:00
Ferdinand Thiessen
22b1c863bb
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-12-01 22:03:31 +01:00
Ferdinand Thiessen
f79a1ad33e
fix(files): Remove aria-label from span and move to favorite icon
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-12-01 22:02:11 +01:00
Grigorii K. Shartsev
2091b5af86
Merge pull request #41916 from nextcloud/fix/41835/files--add-visible-label-to-webdav-settings
fix(files): add visible label to webdav URL in settings
2023-12-02 01:10:52 +05:00
Grigorii K. Shartsev
15f9ec1439 chore(assets): recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-12-01 20:57:01 +01:00
Grigorii K. Shartsev
909d8f2d2b fix(files): add label for WebDAV URL in files settings
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-12-01 20:41:25 +01:00
Joas Schilling
6b478605c2
Merge pull request #41942 from nextcloud/update/nextcloud-vue
chore: Update `@nextcloud/vue` to 8.3.0
2023-12-01 19:32:49 +01:00
Ferdinand Thiessen
02dc8e4729
chore: Update @nextcloud/vue to 8.3.0
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-12-01 18:38:13 +01:00
Ferdinand Thiessen
e915c7d09e
Merge pull request #41951 from nextcloud/fix/files-table-headers
fix(files): Remove confusing table header labels
2023-12-01 18:03:42 +01:00
Pytal
294330454b
Merge pull request #40169 from nextcloud/enh/load-disabled-users-directly
enh(settings): Load from disabled users endpoint
2023-12-01 08:42:04 -08:00
Ferdinand Thiessen
57afeb10c3
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-12-01 17:32:06 +01:00
Ferdinand Thiessen
bb12b8e042
fix(files): Remove confusing table header labels
For screen readers the table header was very verbose and confusing,
as the SR reads out e.g. "sort list by name button FILENAME" for every row / file.
Instead reduce it to "name button FILENAME" and add information about sorting to caption, as recommended by WCAG [1]

[1]: https://www.w3.org/WAI/ARIA/apg/patterns/table/examples/sortable-table/

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-12-01 17:30:23 +01:00