aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #42795 from nextcloud/backport/setupchecks/stable28Benjamin Gaussorgues2024-01-163-269/+5
|\ | | | | [stable28] Migrate setup checks to new SetupCheck API
| * Migrate PHP imagick module check to new SetupCheck APICôme Chilliet2024-01-152-75/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate app dir owner check to SetupCheck APICôme Chilliet2024-01-152-78/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate opcache check to new SetupCheck APICôme Chilliet2024-01-152-75/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Merge SQlite warning to existing SupportedDatabase setup checkCôme Chilliet2024-01-151-9/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate database pending bigint conversions check to new APICôme Chilliet2024-01-153-32/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Complete `<h1>` settings headingjulia.kirschenheuter2024-01-161-1/+4
| | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> (cherry picked from commit f6ec297df6ccdef217765c02e7e3bbc835547092) Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1660-74/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #42810 from nextcloud/backports/42670/42670-stable28Maxence Lange2024-01-152-0/+81
|\ \ | | | | | | [stable28] occ background-job:delete
| * | occ background-job:deleteMaxence Lange2024-01-152-0/+81
| |/ | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #42739 from ↵Arthur Schiwon2024-01-151-2/+2
|\ \ | | | | | | | | | | | | nextcloud/fix/a11y/aria-hide-contacts-menu-images-stable28 [stable28] fix(a11y): Aria-hide contacts menu icon images
| * | fix(a11y): Aria-hide contacts menu icon imagesChristoph Wurst2024-01-121-2/+2
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Use match statement in richToParsed implementationCôme Chilliet2024-01-151-7/+5
| | | | | | | | | | | | | | | Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Add TODO for richToParsed refactorCôme Chilliet2024-01-151-0/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix UI for rich object in setupcheck resultsCôme Chilliet2024-01-151-0/+25
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix psalm issue in SetupChecks commandCôme Chilliet2024-01-151-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Add RichObject support for SetupChecks descriptionsCôme Chilliet2024-01-151-0/+28
| |/ |/| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #42726 from nextcloud/backport/42640/stable28Côme Chilliet2024-01-155-5/+5
|\ \ | | | | | | [stable28] Always catch OCP versions of authentication exceptions
| * | Suppress or fix psalm errors related to InvalidTokenExceptionCôme Chilliet2024-01-112-4/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-115-7/+9
| | | | | | | | | | | | | | | | | | And always throw OC versions for BC Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-152-10/+10
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | better users cycleMaxence Lange2024-01-121-26/+26
| |/ |/| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #42730 from nextcloud/backport/42712/stable28Simon L2024-01-126-4/+8
|\ \ | | | | | | [stable28] fix header-elements being not shown correctly
| * | chore(assets): Recompile assetsnextcloud-command2024-01-114-4/+4
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix header-elements being not shown correctlySimon L2024-01-112-0/+4
| |/ | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1292-162/+162
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Update UserMenu.vueJérôme Herbinet2024-01-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Update UserMenu.vue Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> npm run build Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Revert with a higher max-width value Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-112-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Update openapi-extractorprovokateurin2024-01-101-11/+54
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1094-94/+130
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* enh(core): replaced previous native a element with NcButtonEduardo Morales2024-01-091-46/+24
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(core): enhanced contrast when UserMenuItem is focusedEduardo Morales2024-01-091-4/+4
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-0976-76/+76
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-084-24/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Remove unneeded styles: everything is handled by NcVuejulia.kirschenheuter2024-01-055-6/+5
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-054-2/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-042-0/+918
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-034-2/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-022-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-314-4/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* AppAPI: allowed to bypass Two-FactorAlexander Piskun2023-12-291-1/+4
| | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-2758-116/+58
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42461 from nextcloud/backport/42442/stable28Ferdinand Thiessen2023-12-265-5/+5
|\ | | | | [stable28] fix: Adjust focus-visible marker on appmenu
| * fix: Adjust focus-visible marker on appmenuFerdinand Thiessen2023-12-225-5/+5
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Use display name instead of 'me' text.fenn-cs2023-12-261-1/+1
| | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Add authenicated user to person list for search filteringfenn-cs2023-12-262-3/+19
| | | | | | | | | | | | | | | | As expected, a user does not see themselves in their contact list, however, when using the contact list for filtering search, a user, might want to limit the search to things that pertain to them. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Unified search: update people select with API callsfenn-cs2023-12-262-0/+6
| | | | | | | | | | | | | | | | On change/input from user which has the effect of filtering, we want to send the query to the API to obtained fresh results, based on the databased on not just preloaded contacts. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Rephrase unified search helper textfenn-cs2023-12-261-1/+1
| | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-262-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-246-4/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>