Anna Larch
4ca4b02793
Support iMIP invitations from Mail
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-08-22 22:10:12 +02:00
Christoph Wurst
6a08c89452
Request 64px avatars for the user management
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-08-22 15:36:14 +02:00
Côme Chilliet
b48a87e6e0
Merge pull request #33433 from nextcloud/fix/add-option-to-fix-encrypted
...
Fix encryption:fix-encrypted-version command when encrypted is set to 0
2022-08-22 11:11:32 +02:00
Nextcloud bot
b10c3a5f48
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-22 02:24:26 +00:00
Nextcloud bot
9de927c311
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-21 02:24:30 +00:00
Nextcloud bot
4295aebb46
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-20 02:24:11 +00:00
John Molakvoæ
c87f05a5d7
Merge pull request #33610 from nextcloud/enh/background-blur-vars
2022-08-19 15:30:33 +02:00
John Molakvoæ
5e550829c5
Fix theming tests
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-08-19 14:35:00 +02:00
Joas Schilling
71065f5fd5
Merge pull request #33615 from nextcloud/perf/noid/user-displayname-cache-for-activity-providers
...
Use user name cache in activity providers
2022-08-19 12:28:44 +02:00
Julius Härtl
57233fd99a
Expose core background image
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-19 11:55:10 +02:00
Julius Härtl
49ddaaecbf
Move dashboard to new variables
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-19 11:55:10 +02:00
Julius Härtl
4be6280aa9
Add css variables for blurred background
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-19 11:55:04 +02:00
Carl Schwan
7d7f7abf7f
Merge pull request #33614 from nextcloud/perf/noid/user-displayname-cache-for-comment-mentions
...
Use user displayname cache for comment mentions
2022-08-19 11:49:40 +02:00
Joas Schilling
eab5189abb
Fix carddav activities
...
The settings where combined last minute but at the same time the activities
where not adjusted to map an existing setting so the filter was not possible
to even limit it to the types that the activities had.
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-19 10:50:45 +02:00
Joas Schilling
7e11778190
Use user name cache in activity providers
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-19 10:48:32 +02:00
Joas Schilling
ae67eba84b
Use user displayname cache for comment mentions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-19 10:23:16 +02:00
Julia Kirschenheuter
1463f935f0
Merge pull request #33522 from nextcloud/fix/358-add-missing-expanded-attributes
...
Fix/358 add missing expanded attributes
2022-08-19 09:16:41 +02:00
Carl Schwan
cab0f1327e
Merge pull request #33575 from nextcloud/search-shared-post-process-filter
...
further pre-filter search result before setting up share source cache
2022-08-18 11:58:31 +02:00
Nextcloud bot
ac970e5946
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-18 02:24:19 +00:00
julia.kirschenheuter
6d12f8b8a1
Add ``aria-expanded`` value to select2-container om systemtag and file tags
...
Add ```aria-expanded``` to color picker
Add ```aria-expanded``` to UnifiedSearch.vue
Add ```aria-expanded``` to new button on files
Add ```aria-expanded``` to action menu
Add ```aria-expanded``` to icon .federation-menu
Add ```aria-expanded``` to app navigation collapse button
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-17 19:28:40 +00:00
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 +00:00
John Molakvoæ
e32314e129
Merge pull request #33564 from nextcloud/fix/theming-selector
2022-08-17 15:19:46 +02: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 +02:00
Robin Appelman
b731c95b79
further pre-filter search result before setting up share source cache
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-17 13:49:21 +02:00
Nextcloud bot
58fb55febe
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-17 02:25:14 +00: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 +02: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 +02: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 +02: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 +02:00
John Molakvoæ
0ea23cad0e
Revert "Fix unit tests for the theming app"
...
This reverts commit 13ca01ee12 .
2022-08-16 08:51:43 +02:00
John Molakvoæ
4c6be330ef
Revert "First first run wizzard"
...
This reverts commit ba3f5337f3 .
2022-08-16 08:30:08 +02:00
Nextcloud bot
e6feca6d15
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-16 02:25:45 +00: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 +02:00
Vincent Petry
fbc48db507
Remove redundant events
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-15 19:20:42 +02: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 +02:00
Nextcloud bot
9704b16822
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-15 02:24:47 +00: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 +00:00
Nextcloud bot
033bafc026
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-14 02:24:52 +00:00
Nextcloud bot
59a564f3eb
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-13 02:25:00 +00: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 +00:00
Nextcloud bot
7391c81495
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-12 02:24:30 +00: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 +02:00
John Molakvoæ
2de3581b0b
Merge pull request #33467 from nextcloud/bump-nextcloud-vue-5.4.0
2022-08-11 08:47:24 +02:00
Nextcloud bot
85e4f78d78
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-11 02:24:37 +00:00
Vincent Petry
117b6199e5
Merge pull request #33282 from nextcloud/enh/a11y-post-comment
...
Buttonify comment posting
2022-08-10 22:43:58 +02:00
Vincent Petry
684cc097f4
Merge pull request #33452 from nextcloud/fix/firstrunwizzard
...
Fix first run wizzard
2022-08-10 22:35:55 +02:00
Vincent Petry
10182858b9
Update snapshot
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-10 22:24:13 +02: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 +02: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 +02:00