aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Migrate Cron checks to new SetupCheck APICôme Chilliet2024-01-167-48/+151
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #42796 from nextcloud/enh/migrate-overwritecliurl-setupcheckCôme Chilliet2024-01-168-39/+85
|\
| * Fix CheckSetupControllerTest following overwrite.cli.url migrationCôme Chilliet2024-01-161-5/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate overwrite.cli.url setup check to new APICôme Chilliet2024-01-168-34/+85
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #41755 from nextcloud/enh/noid/lazyconfigMaxence Lange2024-01-1624-474/+2304
|\ \ | | | | | | Lazy grouping within IAppConfig
| * | small fixesMaxence Lange2024-01-152-3/+3
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | fixesMaxence Lange2024-01-156-289/+109
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | lazy AppConfigMaxence Lange2024-01-1524-450/+2460
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #42806 from ↵John Molakvoæ2024-01-162-6/+100
|\ \ \ | |_|/ |/| | | | | nextcloud/bugfix/noid/only-send-subscription-key-to-our-appstore
| * | fix(appstore): Only send subscription keys to valid appstoresJoas Schilling2024-01-152-6/+100
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #41312 from nextcloud/feat/migrate-code-integrity-checkCôme Chilliet2024-01-169-38/+100
|\ \ \
| * | | Fix tests because we added escaping to setupchecksCôme Chilliet2024-01-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix tests in CheckSetupControllerTestCôme Chilliet2024-01-151-4/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Remove CSRF check from code integrity rescanCôme Chilliet2024-01-152-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Did not find a way to get a valid token from SetupCheck 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>
| * | | Improve validator output in case of invalid RichObjectCôme Chilliet2024-01-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Use highlight rich objecttype to render links in CodeIntegrity setup checkCôme Chilliet2024-01-151-2/+17
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Migrate code integrity to SetupCheck APICôme Chilliet2024-01-158-29/+67
| |/ / | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-16158-414/+320
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #42727 from nextcloud/fix/l10n-total-rowsPytal2024-01-1512-15/+17
|\ \ \
| * | | chore: compile assetsChristopher Ng2024-01-1510-15/+15
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | fix(l10n): Add context note for table footersChristopher Ng2024-01-152-0/+2
|/ / / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #42436 from nextcloud/enh/add-mjs-setup-checkFerdinand Thiessen2024-01-155-0/+86
|\ \ \ | | | | | | | | enh(settings): Add SetupCheck to ensure webserver correctly serves `.mjs` files
| * | | Update apps/settings/lib/SetupChecks/JavaScriptModules.phpFerdinand Thiessen2024-01-101-1/+1
| | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | enh(settings): Add SetupCheck to ensure webserver correctly serves `.mjs` filesFerdinand Thiessen2024-01-105-0/+86
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #42781 from ↵Arthur Schiwon2024-01-151-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/fix/user_ldap-support-group-membership-duplicate Fix crash of login in case of duplicated group membership
| * | | Fix crash of login in case of duplicated group membershipCôme Chilliet2024-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If several LDAP configurations return the same group id for a user it should still only appear once in the return of getUserGroups Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #42790 from nextcloud/fix/fix-settings-appdirs-testArthur Schiwon2024-01-152-20/+20
|\ \ \ \ | |_|_|/ |/| | | Fix AppDirsWithDifferentOwnerTest
| * | | Fix AppDirsWithDifferentOwnerTestCôme Chilliet2024-01-152-20/+20
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #42768 from nextcloud/errorToWarnGit'Fellow2024-01-151-1/+1
|\ \ \ \ | | | | | | | | | | (dashboard): Lower error to warning log message
| * | | | Lower to infoGit'Fellow2024-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | Lower error to warningGit'Fellow2024-01-141-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | Merge pull request #42670 from nextcloud/enh/noid/occ-background-job-deleteMaxence Lange2024-01-154-0/+83
|\ \ \ \ \ | | | | | | | | | | | | occ background-job:delete
| * | | | | occ background-job:deleteMaxence Lange2024-01-114-0/+83
| | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | Merge pull request #42760 from ↵Julius Härtl2024-01-151-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | nextcloud/enh/machine-translation-provider-with-id-fix enh(OCP\Translation): Add missing ITranslationProviderWithId check
| * | | | | Add missing ProviderWithId checkAndrey Borysenko2024-01-141-1/+1
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* | | | | Merge pull request #42660 from nextcloud/fix/use-tz-for-share-expirationBenjamin Gaussorgues2024-01-154-20/+26
|\ \ \ \ \ | |_|_|/ / |/| | | | fix(share): use user timezone to parse share expiration date
| * | | | fix(share): use user timezone to parse share expiration dateBenjamin Gaussorgues2024-01-094-20/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an user in UTC+1 try to create a share at 00:00, it's day D for him, but D-1 for the server (UTC). This fix aims to apply the correct offset Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | | Merge pull request #42619 from ↵Joas Schilling2024-01-152-4/+51
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/caldav-status-undefined-index-0 fix(dav): Fix user status "Undefined array key 0 at StatusService.php…
| * | | | | fix(dav): Fix user status "Undefined array key 0 at StatusService.php#98"Joas Schilling2024-01-102-4/+51
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #42762 from nextcloud/enh/text-to-image-provider-with-useridAlexander Piskun2024-01-154-0/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | enh(OCP\TextToImage): Introduce IProviderWithUserId
| * | | | | | introduce IProviderWithUserIdAlexander Piskun2024-01-144-0/+21
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
* / | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1532-60/+100
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1424-2/+40
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1348-0/+68
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #41819 from nextcloud/enh/reconnect-againJulius Härtl2024-01-121-0/+27
|\ \ \ \ \
| * | | | | fix: Add reconnect check in case of timeouts on the db sideJulius Härtl2024-01-121-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #42676 from nextcloud/enh/visible-comment-labelFerdinand Thiessen2024-01-127-9/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | | enh(comments): Add visual labels for editor
| * | | | | chore: Compile assetsFerdinand Thiessen2024-01-126-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | enh(comments): Add always visible labels for comment inputFerdinand Thiessen2024-01-121-0/+4
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>