Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #41755 from nextcloud/enh/noid/lazyconfig | Maxence Lange | 2024-01-16 | 12 | -307/+1895 |
|\ | | | | | Lazy grouping within IAppConfig | ||||
| * | small fixes | Maxence Lange | 2024-01-15 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | fixes | Maxence Lange | 2024-01-15 | 2 | -227/+69 |
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | lazy AppConfig | Maxence Lange | 2024-01-15 | 12 | -307/+2053 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | Merge pull request #42806 from ↵ | John Molakvoæ | 2024-01-16 | 1 | -4/+7 |
|\ \ | | | | | | | | | | nextcloud/bugfix/noid/only-send-subscription-key-to-our-appstore | ||||
| * | | fix(appstore): Only send subscription keys to valid appstores | Joas Schilling | 2024-01-15 | 1 | -4/+7 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #41312 from nextcloud/feat/migrate-code-integrity-check | Côme Chilliet | 2024-01-16 | 1 | -1/+1 |
|\ \ | |||||
| * | | Improve validator output in case of invalid RichObject | Côme Chilliet | 2024-01-15 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-16 | 2 | -4/+4 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42768 from nextcloud/errorToWarn | Git'Fellow | 2024-01-15 | 1 | -1/+1 |
|\ | | | | | (dashboard): Lower error to warning log message | ||||
| * | Lower to info | Git'Fellow | 2024-01-15 | 1 | -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 warning | Git'Fellow | 2024-01-14 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Merge pull request #42670 from nextcloud/enh/noid/occ-background-job-delete | Maxence Lange | 2024-01-15 | 2 | -0/+2 |
|\ \ | | | | | | | occ background-job:delete | ||||
| * | | occ background-job:delete | Maxence Lange | 2024-01-11 | 2 | -0/+2 |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | introduce IProviderWithUserId | Alexander Piskun | 2024-01-14 | 4 | -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 side | Julius Härtl | 2024-01-12 | 1 | -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ärtl | 2024-01-12 | 1 | -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 time | Julius Härtl | 2024-01-12 | 1 | -0/+34 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #42649 from ↵ | Julius Härtl | 2024-01-11 | 5 | -2/+95 |
|\ | | | | | | | nextcloud/enh/machine-translation-provider-with-id | ||||
| * | Merge branch 'master' into enh/machine-translation-provider-with-id | Marcel Klehr | 2024-01-11 | 2 | -0/+4 |
| |\ | |||||
| * | | fix(autoloaders) | Marcel Klehr | 2024-01-11 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | fix(coding style) | Marcel Klehr | 2024-01-10 | 1 | -7/+7 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | enh(OCP\Translation): Introduce ITranslationProviderWithUserId | Marcel Klehr | 2024-01-10 | 2 | -0/+47 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | enh(OCP\Translation): Make ITranslationProviderWithId extend ↵ | Marcel Klehr | 2024-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | ITranslationProvider Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | Rebuild autoloaders | Marcel Klehr | 2024-01-10 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | enh(OCP\Translation): Add ITranslationProviderWithId | Marcel Klehr | 2024-01-10 | 2 | -2/+44 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | | Merge pull request #42640 from nextcloud/fix/fix-authentication-exceptions-2 | Côme Chilliet | 2024-01-11 | 9 | -83/+87 |
|\ \ \ | | | | | | | | | Always catch OCP versions of authentication exceptions | ||||
| * | | | Import OCP IToken as OCPIToken to avoid a name clash in lib/private | Côme Chilliet | 2024-01-11 | 3 | -65/+65 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | Use OCP version of IToken in AppPasswordCreatedEvent | Côme Chilliet | 2024-01-11 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | Use IToken from OCP instead of OC | Côme Chilliet | 2024-01-11 | 3 | -0/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | Suppress or fix psalm errors related to InvalidTokenException | Côme Chilliet | 2024-01-11 | 2 | -4/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | Always catch OCP versions of authentication exceptions | Côme Chilliet | 2024-01-11 | 6 | -13/+14 |
| | |/ | |/| | | | | | | | | | | | | | And always throw OC versions for BC Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Document new throw possibility in SetupResult | Côme Chilliet | 2024-01-11 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Validate rich objects passed to SetupResult | Côme Chilliet | 2024-01-11 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Add RichObject support for SetupChecks descriptions | Côme Chilliet | 2024-01-11 | 1 | -8/+26 |
|/ / | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #42658 from ↵ | Joas Schilling | 2024-01-11 | 2 | -0/+4 |
|\ \ | |/ |/| | | | | | nextcloud/bugfix/42530/mark-more-configs-as-sensitive fix(systemreport): Mark more configs as sensitive | ||||
| * | fix(systemreport): Mark more configs as sensitive | Joas Schilling | 2024-01-09 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #42377 from nextcloud/fix/text-to-image-manager | Joas Schilling | 2024-01-10 | 2 | -5/+7 |
|\ \ | | | | | | | Fix(text2image): Return providers as indexed array | ||||
| * | | fix(psalm issues) | Marcel Klehr | 2024-01-09 | 1 | -2/+4 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | Update doc blocks | MB-Finski | 2023-12-20 | 2 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: MB-Finski <sami.finnila@gmail.com> | ||||
| * | | Return providers as indexed array | Sami Finnilä | 2023-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: MB-Finski <sami.finnila@gmail.com> | ||||
* | | | Merge pull request #42391 from ↵ | Joas Schilling | 2024-01-10 | 1 | -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 Schilling | 2023-12-20 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | reproduction/debugging Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | fix: public dav and files_sharing testing fixes | John Molakvoæ | 2024-01-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | feat: public dav endpoint v2 | John Molakvoæ | 2024-01-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #42560 from nextcloud/fix/42308/logs-more | Maxence Lange | 2024-01-08 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | debug logs on huge metadata | ||||
| * | | | debug logs on huge metadata | Maxence Lange | 2024-01-04 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | blurhash generation | Maxence Lange | 2024-01-05 | 4 | -0/+168 |
|/ / / | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | initialize variables | Maxence Lange | 2024-01-04 | 1 | -58/+20 |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-04 | 2 | -2/+548 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |