c39cfbb3
f7cd3d17b8
L10N/Factory: Support "Accept-Language: zh-Hans-CN" and alike
...
Signed-off-by: c39cfbb3 <145777845+c39cfbb3@users.noreply.github.com>
2023-10-18 02:33:54 +02:00
Ferdinand Thiessen
54d1ec58bf
Merge pull request #40950 from nextcloud/fix/add-aria-pressed-to-buttons
...
fix(theming): Add `aria-pressed` attribute to active background
2023-10-18 02:16:41 +02:00
Ferdinand Thiessen
8d57cdcab5
fix(theming): Add aria-pressed attribute to active background
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-18 01:35:54 +02:00
Pytal
ff76e258c8
Merge pull request #40905 from nextcloud/fix/36965-apadt-margin-for-files_list_header
2023-10-17 15:02:52 -07:00
julia.kirschenheuter
0d53f54076
Reduce left margin of files list header
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-10-17 21:43:22 +02:00
Julius Härtl
d261330251
Merge pull request #40951 from nextcloud/fix/xhr-request-regression
2023-10-17 20:56:19 +02:00
Simon L
a21d6c5d8d
Merge pull request #40932 from nextcloud/enh/36965/fix-account-settings
...
fix profile visibility settings being too wide
2023-10-17 19:05:20 +02:00
Julia Kirschenheuter
91118a542c
Merge pull request #40872 from nextcloud/fix/36965-fix-status-message_dialog
...
Change width for input field
2023-10-17 18:09:38 +02:00
Simon L
d4415ba6dd
address review
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-17 16:07:04 +00:00
John Molakvoæ
592eac043a
Merge pull request #40948 from nextcloud/fix/new-folder
2023-10-17 17:42:46 +02:00
Ferdinand Thiessen
0414ca35c0
fix(xhr-request): Make sure to also allow strings as url
...
Our utility to add `X-Requested-With` headers on API calls intercepts
calls to `window.fetch`, so we must ensure we allow all parameters that the default
browser provided `window.fetch` allows.
In this case make sure to allow all stringify-able objects.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-17 17:41:51 +02:00
John Molakvoæ
9f157d7f80
fix(files): fix new folder encoding
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-17 17:19:48 +02:00
julia.kirschenheuter
4af5d58130
Change flex-direction for input field
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-10-17 17:17:57 +02:00
Simon L
d5f0ba9602
fix profile visibility settings being too wide
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-17 15:14:59 +00:00
Julia Kirschenheuter
fbf8a463db
Merge pull request #40643 from nextcloud/fix/37082-set_visible_label_for_input_in_modal
...
Set visible label for input field
2023-10-17 16:55:25 +02:00
Simon L
24db452085
Merge pull request #40907 from nextcloud/enh/36965/fix-personal-settings
...
fix several personal settings problems
2023-10-17 15:23:26 +02:00
julia.kirschenheuter
7d00c7fde4
Replace password dialog with dialog from library
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-10-17 14:09:43 +02:00
John Molakvoæ
106bf6cf87
Merge pull request #40917 from nextcloud/feat/gridview
2023-10-17 13:55:51 +02:00
Simon L
99eeee2036
fix several personal settings problems
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-17 11:50:25 +00:00
John Molakvoæ
1ba5bc08ab
fix(files): hide grid view button on narrow screen
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-17 12:43:25 +02:00
John Molakvoæ
77fdef1081
perf(files): optimize virtual scroller computation
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-17 12:03:12 +02:00
John Molakvoæ
116c396f0e
feat(files): add grid toggle button
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-17 11:19:02 +02:00
John Molakvoæ
c4b8abd343
perf(files): reuse keys for virtual scrolling
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-17 11:19:02 +02:00
John Molakvoæ
16975ae457
feat(files): grid view
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-17 11:19:02 +02:00
John Molakvoæ
694fd51cba
fix(files): split FileEntry Name
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-17 11:19:02 +02:00
John Molakvoæ
64c32f7148
fix(files): split FileEntry Actions
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-17 11:19:02 +02:00
John Molakvoæ
0f1f73478a
fix(files): split FileEntry Checkbox and fix range selection
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-17 11:19:01 +02:00
John Molakvoæ
60260bb58e
chore(files): split FileEntry Preview
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-17 11:19:01 +02:00
John Molakvoæ
2887e6419d
Merge pull request #40854 from nextcloud/fix/template-picker
2023-10-17 11:17:56 +02:00
John Molakvoæ
4b55594f55
feat(files): migrate template picker
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-17 11:17:35 +02:00
Julia Kirschenheuter
ad7d20e017
Merge pull request #40902 from nextcloud/fix/36965-fix-nc-select-on-users-table
...
Append to body all selects inside of user table
2023-10-17 10:56:57 +02:00
julia.kirschenheuter
ba0fadd312
Append to body all selects inside of user table
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-10-17 09:25:31 +02:00
Nextcloud bot
cd6b10f89b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-17 00:27:38 +00:00
Pytal
e6a2985e4d
Merge pull request #40168 from nextcloud/enh/a11y/user-menu
2023-10-16 11:45:49 -07:00
Christopher Ng
48e02becab
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-16 09:59:29 -07:00
Christopher Ng
0b8958fae7
fix(acceptance): Locate settings menu
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-16 09:54:41 -07:00
Christopher Ng
a7de1137d7
enh(a11y): Add label to app menu nav
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-16 09:54:41 -07:00
Christopher Ng
f2f1e9c8d6
enh(a11y): Add avatar description
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-16 09:54:41 -07:00
Christopher Ng
6c5a10fea3
enh(a11y): Add accessible user menu semantics
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-16 09:54:41 -07:00
Christoph Wurst
b914916bdb
Merge pull request #40749 from nextcloud/refactor/contacts-menu-to-vue
...
refactor: Contacts menu to Vue
2023-10-16 18:12:39 +02:00
Joas Schilling
746506fccd
Merge pull request #40934 from nextcloud/techdebt/noid/codeowner
...
chore: Add the talk team as codeowners for things Talk heavily relies on
2023-10-16 17:29:31 +02:00
Joas Schilling
dfc0974022
chore: Add the talk team as codeowners for things Talk heavily relies on
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-16 16:50:42 +02:00
Christoph Wurst
6a375ca161
refactor: Contacts menu to Vue
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-16 14:12:20 +00:00
Christoph Wurst
0321bec791
Merge pull request #40890 from nextcloud/fix/search/close-unified-search-second-ctrl-f
...
fix(search): Close unified search at the second ctrl+f
2023-10-16 16:05:25 +02:00
Joas Schilling
90485aa39c
Merge pull request #40931 from nextcloud/bugfix/noid/fix-unit-tests-on-8.3
...
Fix unit tests on PHP 8.3
2023-10-16 15:22:17 +02:00
F. E Noel Nfebe
c932c94fdd
Merge pull request #40927 from nextcloud/allow-expiry-dates-less-than-enforced-limit
...
Allow share expiry dates lower than enforced limits
2023-10-16 11:37:10 +01:00
Julien Veyssier
9bf824eb90
Merge pull request #40471 from nextcloud/enh/fix-x-requested-with
...
Only add x-requested-with header in requests to Nextcloud
2023-10-16 12:06:49 +02:00
Julien Veyssier
b58c3dde3d
compile assets
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-10-16 10:28:48 +02:00
Julien Veyssier
d2cc4c4798
only add x-requested-with header if requests point to NC
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-10-16 10:28:47 +02:00
Joas Schilling
500fa5431d
Fix unit tests on PHP 8.3
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-16 10:17:22 +02:00