Pytal
2f538bb20f
Merge pull request #33584 from nextcloud/fix/theme-font-preview
2022-08-17 11:33:39 +07:00
John Molakvoæ
eb8d1ff6da
Fix font change preview update
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-17 14:11:05 +07:00
John Molakvoæ
e32314e129
Merge pull request #33564 from nextcloud/fix/theming-selector
2022-08-17 15:19:46 +07:00
Louis
634ee18d03
Merge pull request #33526 from nextcloud/fix/duplicate-filter-ids
...
Fix duplicate ids on apps management page
2022-08-17 14:20:47 +07:00
Nextcloud bot
58fb55febe
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-17 02:25:14 +07:00
Julius Härtl
431144c722
Merge pull request #33549 from nextcloud/enh/perfopt-for-carddav
...
Performance optimisation for carddav backend blob data read
2022-08-17 00:10:24 +07:00
John Molakvoæ
601664bc84
Allow to manually specify a theme to apply to a section of an app
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-08-16 14:43:35 +07:00
Carl Schwan
8004aa7721
Make DisplayNameCache return null if user doesn't exists
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-16 14:10:05 +07:00
John Molakvoæ
5f3229ed67
Automatically enable plain background if primary colour is set
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-08-16 09:39:00 +07:00
John Molakvoæ
0ea23cad0e
Revert "Fix unit tests for the theming app"
...
This reverts commit 13ca01ee12 .
2022-08-16 08:51:43 +07:00
John Molakvoæ
4c6be330ef
Revert "First first run wizzard"
...
This reverts commit ba3f5337f3 .
2022-08-16 08:30:08 +07:00
Nextcloud bot
e6feca6d15
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-16 02:25:45 +07:00
Anna Larch
61b55c88da
performance optimisation for carddav backend blob data read
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-08-15 20:47:58 +07:00
Vincent Petry
fbc48db507
Remove redundant events
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-15 19:20:42 +07:00
Vincent Petry
cb97e8f15c
Merge pull request #33495 from nextcloud/unify-initial-and-updated-quota-display
...
Unify initial and updated quota display
2022-08-15 11:26:36 +07:00
Nextcloud bot
9704b16822
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-15 02:24:47 +07:00
rakekniven
d7e553c634
l10n: Changed plural to singular
...
Here you can select the default theme image, not images.
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-14 08:29:01 +07:00
Nextcloud bot
033bafc026
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-14 02:24:52 +07:00
Nextcloud bot
59a564f3eb
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-13 02:25:00 +07:00
Christopher Ng
d9f1f5a8ac
Fix duplicate ids on apps management page
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-13 02:14:47 +07:00
Nextcloud bot
7391c81495
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-12 02:24:30 +07:00
Carl Schwan
13ca01ee12
Fix unit tests for the theming app
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-11 18:02:23 +07:00
John Molakvoæ
2de3581b0b
Merge pull request #33467 from nextcloud/bump-nextcloud-vue-5.4.0
2022-08-11 08:47:24 +07:00
Nextcloud bot
85e4f78d78
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-11 02:24:37 +07:00
Vincent Petry
117b6199e5
Merge pull request #33282 from nextcloud/enh/a11y-post-comment
...
Buttonify comment posting
2022-08-10 22:43:58 +07:00
Vincent Petry
684cc097f4
Merge pull request #33452 from nextcloud/fix/firstrunwizzard
...
Fix first run wizzard
2022-08-10 22:35:55 +07:00
Vincent Petry
10182858b9
Update snapshot
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-10 22:24:13 +07:00
Daniel Calviño Sánchez
4c837dadf2
Show usage percenteage in the tooltip
...
The tooltip of the initial quota display showed the usage percenteage
and the total available space. However, the total available space was
redundant, as it was shown just below. The tooltip of the updated quota
display showed the usage percenteage, but based on the quota rather than
the total available space, so there was a mismatch between the tooltip
and the bar below. Now the tooltip of the initial and the updated quota
display both show just the usage percenteage based on the total
available space.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-10 11:23:27 +07:00
Daniel Calviño Sánchez
f6bdaac88e
Use total available space rather than quota when updating the display
...
The initial quota display uses the total available space rather than the
quota. Moreover, the relative usage is based on the total space rather
than the quota. Due to this now the total available space is also used
when updating the quota display.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-10 11:22:50 +07:00
Nextcloud bot
54c6d81d36
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-10 02:26:12 +07:00
Nextcloud bot
841efd26a7
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-09 02:24:28 +07:00
Joas Schilling
79652a7e15
Merge pull request #33480 from nextcloud/bugfix/noid/fix-workflow-engine-a11y
...
Fix workflow engine a11y and spacing of icons
2022-08-08 22:06:57 +07:00
Carl Schwan
f8b13ecd60
Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classes
...
Remove OCP\App and OCP\BackgroundJob
2022-08-08 17:05:11 +07:00
Joas Schilling
f47f9c6785
Fix eslint line breaks
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08 13:41:07 +07:00
Joas Schilling
5c8e949a55
Add empty alt tags for decorative icons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08 13:03:45 +07:00
Joas Schilling
fb53842a61
Fix inverting on darkmode and spacing
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08 12:57:14 +07:00
Joas Schilling
05d034a6da
Allow to invert when on bright
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08 12:56:31 +07:00
Vincent Petry
fe2f8b5d18
Merge pull request #33357 from nextcloud/external_storage_buttons_a11y
...
Fix accessibility of buttons in the external storage configuration
2022-08-08 09:21:27 +07:00
Nextcloud bot
18b80a2458
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-08 02:23:27 +07:00
Nextcloud bot
9af2cea9b4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-07 02:28:29 +07:00
Nextcloud bot
fd580d0aa2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-06 02:25:10 +07:00
Nextcloud bot
5f40bd106e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-05 08:58:39 +07:00
Julius Härtl
02fd7d2216
Fix label for allow download share permission
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-04 15:21:10 +07:00
Côme Chilliet
7e7dcdaf17
Merge pull request #33435 from nextcloud/fix/remove-at-matchers-in-tests
...
Remove at matchers from tests in oauth2 and tests/Test
2022-08-04 09:58:26 +07:00
Lukáš Tyrychtr
d760cde535
Fix accessibility of buttons in the external storage configuration
...
Note that there is no keyboard only way to close the dropdown
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-03 19:33:12 +07:00
Robin Appelman
8367b99c59
fix external share scanner not propagating locking-opt-out
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-03 17:12:30 +07:00
Carl Schwan
ba3f5337f3
First first run wizzard
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-03 15:51:02 +07:00
Carl Schwan
6ba9a4a752
Disable locking on federated shares
...
The old inneficiant code didn't do locking and adding locking is
creating issues
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-03 15:17:55 +07:00
Carl Schwan
fa48430feb
Revert "Revert "Remove inefficient fed share scanner""
...
This reverts commit 6667007bf2 .
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-03 15:17:51 +07:00
Côme Chilliet
5cce1dfc60
Merge pull request #33425 from nextcloud/fix/fix-dynamic-properties-in-tests
...
Fix dynamic property creations in test files
2022-08-02 16:01:09 +07:00