aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #41755 from nextcloud/enh/noid/lazyconfigMaxence Lange2024-01-1612-307/+1895
|\ | | | | Lazy grouping within IAppConfig
| * small fixesMaxence Lange2024-01-151-2/+2
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * fixesMaxence Lange2024-01-152-227/+69
| | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * lazy AppConfigMaxence Lange2024-01-1512-307/+2053
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #42806 from ↵John Molakvoæ2024-01-161-4/+7
|\ \ | | | | | | | | | nextcloud/bugfix/noid/only-send-subscription-key-to-our-appstore
| * | fix(appstore): Only send subscription keys to valid appstoresJoas Schilling2024-01-151-4/+7
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #41312 from nextcloud/feat/migrate-code-integrity-checkCôme Chilliet2024-01-161-1/+1
|\ \
| * | Improve validator output in case of invalid RichObjectCôme Chilliet2024-01-151-1/+1
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-01-162-4/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@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-152-0/+2
|\ \ | | | | | | occ background-job:delete
| * | occ background-job:deleteMaxence Lange2024-01-112-0/+2
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | introduce IProviderWithUserIdAlexander Piskun2024-01-144-0/+21
| |/ |/| | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
* | 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>
* | feat: First attempt to track dirty tables after writes and switch back to ↵Julius Härtl2024-01-121-0/+27
| | | | | | | | | | | | | | | | | | | | replicas if reads go to other tables Signed-off-by: Julius Härtl <jus@bitgrid.net> debug: error log Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | feat: Add logging for transaction timeJulius Härtl2024-01-121-0/+34
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #42649 from ↵Julius Härtl2024-01-115-2/+95
|\ | | | | | | nextcloud/enh/machine-translation-provider-with-id
| * Merge branch 'master' into enh/machine-translation-provider-with-idMarcel Klehr2024-01-112-0/+4
| |\
| * | fix(autoloaders)Marcel Klehr2024-01-112-0/+2
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(coding style)Marcel Klehr2024-01-101-7/+7
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(OCP\Translation): Introduce ITranslationProviderWithUserIdMarcel Klehr2024-01-102-0/+47
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(OCP\Translation): Make ITranslationProviderWithId extend ↵Marcel Klehr2024-01-101-1/+1
| | | | | | | | | | | | | | | | | | ITranslationProvider Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Rebuild autoloadersMarcel Klehr2024-01-102-0/+2
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(OCP\Translation): Add ITranslationProviderWithIdMarcel Klehr2024-01-102-2/+44
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | Merge pull request #42640 from nextcloud/fix/fix-authentication-exceptions-2Côme Chilliet2024-01-119-83/+87
|\ \ \ | | | | | | | | Always catch OCP versions of authentication exceptions
| * | | Import OCP IToken as OCPIToken to avoid a name clash in lib/privateCôme Chilliet2024-01-113-65/+65
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Use OCP version of IToken in AppPasswordCreatedEventCôme Chilliet2024-01-111-6/+4
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Use IToken from OCP instead of OCCôme Chilliet2024-01-113-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Suppress or fix psalm errors related to InvalidTokenExceptionCôme Chilliet2024-01-112-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-116-13/+14
| | |/ | |/| | | | | | | | | | | | | And always throw OC versions for BC Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Document new throw possibility in SetupResultCôme Chilliet2024-01-111-0/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Validate rich objects passed to SetupResultCôme Chilliet2024-01-111-0/+5
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Add RichObject support for SetupChecks descriptionsCôme Chilliet2024-01-111-8/+26
|/ / | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #42658 from ↵Joas Schilling2024-01-112-0/+4
|\ \ | |/ |/| | | | | nextcloud/bugfix/42530/mark-more-configs-as-sensitive fix(systemreport): Mark more configs as sensitive
| * fix(systemreport): Mark more configs as sensitiveJoas Schilling2024-01-092-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #42377 from nextcloud/fix/text-to-image-managerJoas Schilling2024-01-102-5/+7
|\ \ | | | | | | Fix(text2image): Return providers as indexed array
| * | fix(psalm issues)Marcel Klehr2024-01-091-2/+4
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Update doc blocksMB-Finski2023-12-202-3/+3
| | | | | | | | | | | | Signed-off-by: MB-Finski <sami.finnila@gmail.com>
| * | Return providers as indexed arraySami Finnilä2023-12-191-1/+1
| | | | | | | | | | | | Signed-off-by: MB-Finski <sami.finnila@gmail.com>
* | | Merge pull request #42391 from ↵Joas Schilling2024-01-101-3/+4
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/bugfix/noid/warn-on-excessive-memory-consumption-in-background-jobs feat(cron): Warn on excessive memory consumption in background jobs
| * | fix(log): Improve logging of background job details for better ↵Joas Schilling2023-12-201-3/+4
| | | | | | | | | | | | | | | | | | reproduction/debugging Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | fix: public dav and files_sharing testing fixesJohn Molakvoæ2024-01-091-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | feat: public dav endpoint v2John Molakvoæ2024-01-091-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #42560 from nextcloud/fix/42308/logs-moreMaxence Lange2024-01-081-1/+2
|\ \ \ | | | | | | | | debug logs on huge metadata
| * | | debug logs on huge metadataMaxence Lange2024-01-041-1/+2
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | blurhash generationMaxence Lange2024-01-054-0/+168
|/ / / | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | initialize variablesMaxence Lange2024-01-041-58/+20
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-042-2/+548
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>