Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | | | Merge branch 'master' into refactor_lib_private_notification | Hamid Dehnavi | 2024-01-03 | 2 | -0/+2 |
|\ \ \ | |||||
| * | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-03 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Make adjustments based on the review | Hamid Dehnavi | 2024-01-02 | 2 | -27/+0 |
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Louis Chemineau <louis@chmn.me> Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | ||||
* | | | | Add adjustments based on the review | Hamid Dehnavi | 2024-01-02 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | ||||
* | | | | refactor lib/private/Notification | Hamid Dehnavi | 2024-01-02 | 3 | -60/+46 |
|/ / / | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-02 | 4 | -2/+4 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix log rotation notification level (warning->info) | Josh Richards | 2023-12-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Fixes #42537 Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-30 | 2 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #26540 from nextcloud/bugfix/noid/sqlite-datetime | Julius Härtl | 2023-12-29 | 3 | -86/+59 |
|\ \ \ | | | | | | | | | Cast datetime columns in sqlite before comparing | ||||
| * | | | Cast datetime columns in sqlite before comparing | Julius Härtl | 2023-12-29 | 3 | -86/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the logic to prepare a column to the parent ExpressionBuilder so that it can be reused for OCI and sqlite Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Merge pull request #41914 from nextcloud/s3-copy-size-limit | Julius Härtl | 2023-12-29 | 2 | -11/+26 |
|\ \ \ \ | |/ / / |/| | | | only do a multipart s3 copy when above the regular copy limit | ||||
| * | | | fix(s3): Add config option to disable multipart copy for certain s3 providers | Julius Härtl | 2023-12-28 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | only do a multipart s3 copy when above the regular copy limit | Robin Appelman | 2023-12-28 | 2 | -11/+23 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #42479 from nextcloud/appapi-twofactor | Alexander Piskun | 2023-12-29 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | AppAPI: allow to bypass Two-Factor | ||||
| * | | | AppAPI: allowed to bypass Two-Factor | Alexander Piskun | 2023-12-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com> |