summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-08-2332-32/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Request 64px avatars for the user managementChristoph Wurst2022-08-223-10/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #33433 from nextcloud/fix/add-option-to-fix-encryptedCôme Chilliet2022-08-222-26/+43
|\ | | | | Fix encryption:fix-encrypted-version command when encrypted is set to 0
| * Adapt test to fixed command output.Côme Chilliet2022-08-041-3/+14
| | | | | | | | | | | | | | No user and non-existing user are now correctly treated as two separated cases Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix encryption:fix-encrypted-version command when encrypted is set to 0Côme Chilliet2022-08-021-0/+16
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Improve typing in FixEncryptedVersion commandCôme Chilliet2022-08-021-23/+13
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-2210-6/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-218-16/+26
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-208-0/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33610 from nextcloud/enh/background-blur-varsJohn Molakvoæ2022-08-195-12/+30
|\ \
| * | Fix theming testsJohn Molakvoæ2022-08-192-0/+10
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | Expose core background imageJulius Härtl2022-08-192-4/+9
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Move dashboard to new variablesJulius Härtl2022-08-191-8/+6
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Add css variables for blurred backgroundJulius Härtl2022-08-192-0/+5
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #33615 from ↵Joas Schilling2022-08-1911-196/+19
|\ \ \ | |/ / |/| | | | | | | | nextcloud/perf/noid/user-displayname-cache-for-activity-providers Use user name cache in activity providers
| * | Use user name cache in activity providersJoas Schilling2022-08-1911-196/+19
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #33614 from ↵Carl Schwan2022-08-192-58/+32
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/perf/noid/user-displayname-cache-for-comment-mentions Use user displayname cache for comment mentions
| * | | Use user displayname cache for comment mentionsJoas Schilling2022-08-192-58/+32
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix carddav activitiesJoas Schilling2022-08-194-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #33522 from nextcloud/fix/358-add-missing-expanded-attributesJulia Kirschenheuter2022-08-1910-3/+32
|\ \ \ | |/ / |/| | Fix/358 add missing expanded attributes
| * | Add ```aria-expanded``` value to select2-container om systemtag and file tagsjulia.kirschenheuter2022-08-1710-3/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #33575 from nextcloud/search-shared-post-process-filterCarl Schwan2022-08-181-0/+8
|\ \ \ | | | | | | | | further pre-filter search result before setting up share source cache
| * | | further pre-filter search result before setting up share source cacheRobin Appelman2022-08-171-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-1810-0/+24
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33584 from nextcloud/fix/theme-font-previewPytal2022-08-172-2/+7
|\ \ \
| * | | Fix font change preview updateJohn Molakvoæ2022-08-172-2/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #33564 from nextcloud/fix/theming-selectorJohn Molakvoæ2022-08-171-1/+1
|\ \ \ \
| * | | | Allow to manually specify a theme to apply to a section of an appJohn Molakvoæ2022-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | Merge pull request #33526 from nextcloud/fix/duplicate-filter-idsLouis2022-08-171-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix duplicate ids on apps management page
| * | | | Fix duplicate ids on apps management pageChristopher Ng2022-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-08-1720-30/+88
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #33549 from nextcloud/enh/perfopt-for-carddavJulius Härtl2022-08-171-1/+6
|\ \ \ \ \ | |_|_|/ / |/| | | | Performance optimisation for carddav backend blob data read
| * | | | performance optimisation for carddav backend blob data readAnna Larch2022-08-151-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | Make DisplayNameCache return null if user doesn't existsCarl Schwan2022-08-161-1/+1
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Automatically enable plain background if primary colour is setJohn Molakvoæ2022-08-162-7/+14
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Revert "Fix unit tests for the theming app"John Molakvoæ2022-08-164-25/+3
| | | | | | | | | | | | | | | | This reverts commit 13ca01ee1256dba54d1e2793bd409d3b7c8d6058.
* | | | Revert "First first run wizzard"John Molakvoæ2022-08-161-8/+9
| | | | | | | | | | | | | | | | This reverts commit ba3f5337f356ac51a1b1d012c09f3e4ed6c096e3.
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-16100-88/+120
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Remove redundant eventsVincent Petry2022-08-152-16/+3
| | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #33495 from nextcloud/unify-initial-and-updated-quota-displayVincent Petry2022-08-153-5/+7
|\ \ \ \ | | | | | | | | | | Unify initial and updated quota display
| * | | | Show usage percenteage in the tooltipDaniel Calviño Sánchez2022-08-103-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | Use total available space rather than quota when updating the displayDaniel Calviño Sánchez2022-08-102-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-08-1590-176/+506
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | l10n: Changed plural to singularrakekniven2022-08-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-08-1426-110/+116
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-08-1320-54/+106
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-1228-32/+260
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix unit tests for the theming appCarl Schwan2022-08-114-3/+25
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #33467 from nextcloud/bump-nextcloud-vue-5.4.0John Molakvoæ2022-08-111-55/+43
|\ \ \ \
| * | | | Update snapshotVincent Petry2022-08-101-55/+43
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>