aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-182-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42856 from ↵Pytal2024-01-171-9/+5
|\ | | | | | | | | nextcloud/fix/a11y/42688/menu-items-contrasts-are-not-enough enh(a11y): improved contrast on user menu
| * enh(a11y): improved contrast on user menuEduardo Morales2024-01-161-9/+5
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | Revert "add key location to info:file output"Robin Appelman2024-01-171-13/+0
| | | | | | | | This reverts commit 7bf82fc312acb775bf150ce506d16a05989cd43e.
* | add key location to info:file outputRobin Appelman2024-01-171-0/+13
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #42807 from nextcloud/enh/remove-curl-obsolete-ssl-checkCôme Chilliet2024-01-171-6/+0
|\ \
| * | Remove obsolete check of curl SSL versionCôme Chilliet2024-01-161-6/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix(manifest): Check if app exists instead of accessing null as an arrayJoas Schilling2024-01-173-3/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-17108-668/+684
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #42837 from nextcloud/refactor/remove-legacy-sudo-login-formFerdinand Thiessen2024-01-161-10/+0
|\ \ | |/ |/| refactor(core): remove `sudo-login-form` layout
| * refactor(core): remove sudo-login-form layoutGrigorii K. Shartsev2024-01-161-10/+0
| | | | | | | | | | | | | | This form has never been used and existed only during the introduting the first password confirmation. - PR 1447 Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Merge pull request #42802 from nextcloud/enh/migrate-cron-setupcheckCôme Chilliet2024-01-162-78/+0
|\ \
| * | Fix Cron setup check testsCôme Chilliet2024-01-161-56/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Migrate Cron checks to new SetupCheck APICôme Chilliet2024-01-161-22/+0
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #42742 from nextcloud/fix/41826-avoid_same_h1_and_h2_headingsArthur Schiwon2024-01-161-1/+4
|\ \ | |/ |/| Complete `<h1>` settings heading
| * Complete `<h1>` settings headingjulia.kirschenheuter2024-01-161-1/+4
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Merge pull request #42796 from nextcloud/enh/migrate-overwritecliurl-setupcheckCôme Chilliet2024-01-162-20/+0
|\ \
| * | Migrate overwrite.cli.url setup check to new APICôme Chilliet2024-01-162-20/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #41755 from nextcloud/enh/noid/lazyconfigMaxence Lange2024-01-166-34/+292
|\ \ \ | |/ / |/| | Lazy grouping within IAppConfig
| * | small fixesMaxence Lange2024-01-151-1/+1
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | fixesMaxence Lange2024-01-153-38/+24
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | lazy AppConfigMaxence Lange2024-01-156-34/+306
| |/ | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #41312 from nextcloud/feat/migrate-code-integrity-checkCôme Chilliet2024-01-162-29/+18
|\ \
| * | Fix tests because we added escaping to setupchecksCôme Chilliet2024-01-151-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Properly escape HTML and add support for highlight links in setupchecksCôme Chilliet2024-01-151-3/+17
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Migrate code integrity to SetupCheck APICôme Chilliet2024-01-152-25/+0
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1660-74/+18
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42670 from nextcloud/enh/noid/occ-background-job-deleteMaxence Lange2024-01-152-0/+81
|\ | | | | occ background-job:delete
| * occ background-job:deleteMaxence Lange2024-01-112-0/+81
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-152-10/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1292-162/+162
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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>
* Merge pull request #42667 from nextcloud/fix/42489/fix-cycle-on-same-userMaxence Lange2024-01-111-26/+26
|\ | | | | better users cycle
| * better users cycleMaxence Lange2024-01-111-26/+26
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #42640 from nextcloud/fix/fix-authentication-exceptions-2Côme Chilliet2024-01-115-5/+5
|\ \ | | | | | | 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>
* | | Merge pull request #42713 from nextcloud/fix/a11y/aria-hide-contacts-menu-imagesChristoph Wurst2024-01-111-2/+2
|\ \ \ | | | | | | | | fix(a11y): Aria-hide contacts menu icon images
| * | | fix(a11y): Aria-hide contacts menu icon imagesChristoph Wurst2024-01-111-2/+2
| | |/ | |/| | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #42585 from ↵Côme Chilliet2024-01-112-0/+52
|\ \ \ | |/ / |/| | | | | | | | nextcloud/enh/add-rich-object-support-to-setupchecks Add RichObject support for SetupCheck descriptions
| * | Use match statement in richToParsed implementationCôme Chilliet2024-01-111-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-111-0/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix UI for rich object in setupcheck resultsCôme Chilliet2024-01-111-0/+25
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix psalm issue in SetupChecks commandCôme Chilliet2024-01-111-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Add RichObject support for SetupChecks descriptionsCôme Chilliet2024-01-111-0/+28
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #42177 from nextcloud/feat/migrate-imagick-setupcheckCôme Chilliet2024-01-112-75/+0
|\ \ | |/ |/|
| * Migrate PHP imagick module check to new SetupCheck APICôme Chilliet2024-01-112-75/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(openapi): Make OpenAPI CI green againJoas Schilling2024-01-111-2/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.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>