Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2022-08-17Add ```aria-expanded``` value to select2-container om systemtag and file tagsfix/358-add-missing-expanded-attributesjulia.kirschenheuter
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-17Merge pull request #33584 from nextcloud/fix/theme-font-previewPytal
2022-08-17Fix font change preview updateJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-17Merge pull request #33564 from nextcloud/fix/theming-selectorJohn Molakvoæ
2022-08-17Merge pull request #33526 from nextcloud/fix/duplicate-filter-idsLouis
Fix duplicate ids on apps management page
2022-08-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-17Merge pull request #33549 from nextcloud/enh/perfopt-for-carddavJulius Härtl
Performance optimisation for carddav backend blob data read
2022-08-16Allow to manually specify a theme to apply to a section of an appfix/theming-selectorJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-08-16Make DisplayNameCache return null if user doesn't existsCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-16Automatically enable plain background if primary colour is setJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-08-16Revert "Fix unit tests for the theming app"John Molakvoæ
This reverts commit 13ca01ee1256dba54d1e2793bd409d3b7c8d6058.
2022-08-16Revert "First first run wizzard"John Molakvoæ
This reverts commit ba3f5337f356ac51a1b1d012c09f3e4ed6c096e3.
2022-08-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-15performance optimisation for carddav backend blob data readenh/perfopt-for-carddavAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-08-15Remove redundant eventsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-15Merge pull request #33495 from nextcloud/unify-initial-and-updated-quota-displayVincent Petry
Unify initial and updated quota display
2022-08-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-14l10n: Changed plural to singularrakekniven
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[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-13Fix duplicate ids on apps management pagefix/duplicate-filter-idsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-12[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-11Fix unit tests for the theming appCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-11Merge pull request #33467 from nextcloud/bump-nextcloud-vue-5.4.0John Molakvoæ
2022-08-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-10Merge pull request #33282 from nextcloud/enh/a11y-post-commentVincent Petry
Buttonify comment posting
2022-08-10Merge pull request #33452 from nextcloud/fix/firstrunwizzardVincent Petry
Fix first run wizzard
2022-08-10Update snapshotbump-nextcloud-vue-5.4.0Vincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-10Show usage percenteage in the tooltipunify-initial-and-updated-quota-displayDaniel Calviño Sánchez
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-10Use total available space rather than quota when updating the displayDaniel Calviño Sánchez
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[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-08Merge pull request #33480 from nextcloud/bugfix/noid/fix-workflow-engine-a11yJoas Schilling
Fix workflow engine a11y and spacing of icons
2022-08-08Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan
Remove OCP\App and OCP\BackgroundJob
2022-08-08Fix eslint line breaksJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08Add empty alt tags for decorative iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08Fix inverting on darkmode and spacingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08Allow to invert when on brightJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08Merge pull request #33357 from nextcloud/external_storage_buttons_a11yVincent Petry
Fix accessibility of buttons in the external storage configuration
2022-08-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-04Fix label for allow download share permissionJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-04Merge pull request #33435 from nextcloud/fix/remove-at-matchers-in-testsCôme Chilliet
Remove at matchers from tests in oauth2 and tests/Test
2022-08-03Fix accessibility of buttons in the external storage configurationexternal_storage_buttons_a11yLukáš Tyrychtr
Note that there is no keyboard only way to close the dropdown Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-03fix external share scanner not propagating locking-opt-outrevert-revert-federation-performance-issuesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-03First first run wizzardfix/firstrunwizzardCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-03Disable locking on federated sharesCarl Schwan
The old inneficiant code didn't do locking and adding locking is creating issues Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-03Revert "Revert "Remove inefficient fed share scanner""Carl Schwan
This reverts commit 6667007bf235b90a7dd105c881cf5802b2a3f83e. Signed-off-by: Carl Schwan <carl@carlschwan.eu>