aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* lazy AppConfigMaxence Lange2024-01-154-292/+1388
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.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>
* | introduce IProviderWithUserIdAlexander Piskun2024-01-141-0/+4
|/ | | | | 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-111-2/+16
|\ | | | | | | nextcloud/enh/machine-translation-provider-with-id
| * Merge branch 'master' into enh/machine-translation-provider-with-idMarcel Klehr2024-01-112-0/+4
| |\
| * | fix(coding style)Marcel Klehr2024-01-101-7/+7
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(OCP\Translation): Introduce ITranslationProviderWithUserIdMarcel Klehr2024-01-101-0/+9
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(OCP\Translation): Add ITranslationProviderWithIdMarcel Klehr2024-01-101-2/+7
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | 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>
* | 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-101-4/+6
|\ \ | |/ |/| 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-201-2/+2
| | | | | | | | 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 #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-052-0/+166
|/ / | | | | | | 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>
* | Make adjustments based on the reviewHamid Dehnavi2024-01-022-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 reviewHamid Dehnavi2024-01-021-1/+0
| | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* | refactor lib/private/NotificationHamid Dehnavi2024-01-023-60/+46
| | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* | Fix log rotation notification level (warning->info)Josh Richards2023-12-311-1/+1
| | | | | | | | | | Fixes #42537 Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | Merge pull request #26540 from nextcloud/bugfix/noid/sqlite-datetimeJulius Härtl2023-12-293-86/+59
|\ \ | | | | | | Cast datetime columns in sqlite before comparing
| * | Cast datetime columns in sqlite before comparingJulius Härtl2023-12-293-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-limitJulius Härtl2023-12-292-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 providersJulius Härtl2023-12-282-1/+4
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | only do a multipart s3 copy when above the regular copy limitRobin Appelman2023-12-282-11/+23
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #42479 from nextcloud/appapi-twofactorAlexander Piskun2023-12-291-2/+2
|\ \ \ | |/ / |/| | AppAPI: allow to bypass Two-Factor
| * | AppAPI: allowed to bypass Two-FactorAlexander Piskun2023-12-281-2/+2
| | | | | | | | | | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
* | | fix: Avoid using replicas during setupJulius Härtl2023-12-281-3/+5
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #41998 from nextcloud/enh/read-replicaDaniel2023-12-275-15/+37
|\ \ \ | |/ / |/| |
| * | enh: Implement PrimaryReadReplicaConnectionJulius Härtl2023-12-165-15/+37
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #37469 from nextcloud/lock-restore-ttlStephan Orbaugh2023-12-225-5/+112
|\ \ | | | | | | restore shared lock ttl to previous value when releasing
| * | adjust redis compareSetTTL to use a lua scriptRobin Appelman2023-12-211-9/+7
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | restore shared lock ttl when releasingRobin Appelman2023-12-215-5/+114
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | fix(cron): Reset the reserved_at when force executing from CLIJoas Schilling2023-12-201-0/+1
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #42298 from nextcloud/readOnlyFSFalseGit'Fellow2023-12-191-0/+4
|\ \ | | | | | | Don't write back .htaccess file on a RO filesystem
| * | Read Only FS return falseGit'Fellow2023-12-151-0/+4
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | Merge branch 'master' into enh/text-processing-provider-with-idMarcel Klehr2023-12-191-2/+8
|\ \ \
| * | | enh(SpeechToText): Allow providers to declare a dynamic ID instead of using ↵Marcel Klehr2023-12-191-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | className this allows AppAPI to register anonymous classes as SpeechToText providers Signed-off-by: Marcel Klehr <mklehr@gmx.net>