aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix(session): Avoid two useless authtoken DB queries for every anonymous requestGit'Fellow2024-01-171-2/+5
* returns default on exceptionMaxence Lange2024-01-161-1/+7
* Merge pull request #41755 from nextcloud/enh/noid/lazyconfigMaxence Lange2024-01-164-292/+1281
|\
| * small fixesMaxence Lange2024-01-151-2/+2
| * fixesMaxence Lange2024-01-151-151/+44
| * lazy AppConfigMaxence Lange2024-01-154-292/+1388
* | Merge pull request #42806 from nextcloud/bugfix/noid/only-send-subscription-k...John Molakvoæ2024-01-161-4/+7
|\ \
| * | fix(appstore): Only send subscription keys to valid appstoresJoas Schilling2024-01-151-4/+7
| |/
* / Improve validator output in case of invalid RichObjectCôme Chilliet2024-01-151-1/+1
|/
* Merge pull request #42768 from nextcloud/errorToWarnGit'Fellow2024-01-151-1/+1
|\
| * Lower to infoGit'Fellow2024-01-151-1/+1
| * Lower error to warningGit'Fellow2024-01-141-1/+1
* | introduce IProviderWithUserIdAlexander Piskun2024-01-141-0/+4
|/
* fix: Add reconnect check in case of timeouts on the db sideJulius Härtl2024-01-121-0/+27
* feat: First attempt to track dirty tables after writes and switch back to rep...Julius Härtl2024-01-121-0/+27
* feat: Add logging for transaction timeJulius Härtl2024-01-121-0/+34
* Merge pull request #42649 from nextcloud/enh/machine-translation-provider-wit...Julius Härtl2024-01-111-2/+16
|\
| * Merge branch 'master' into enh/machine-translation-provider-with-idMarcel Klehr2024-01-112-0/+4
| |\
| * | fix(coding style)Marcel Klehr2024-01-101-7/+7
| * | enh(OCP\Translation): Introduce ITranslationProviderWithUserIdMarcel Klehr2024-01-101-0/+9
| * | enh(OCP\Translation): Add ITranslationProviderWithIdMarcel Klehr2024-01-101-2/+7
* | | Import OCP IToken as OCPIToken to avoid a name clash in lib/privateCôme Chilliet2024-01-113-65/+65
* | | Use OCP version of IToken in AppPasswordCreatedEventCôme Chilliet2024-01-111-6/+4
* | | Use IToken from OCP instead of OCCôme Chilliet2024-01-113-0/+3
* | | Suppress or fix psalm errors related to InvalidTokenExceptionCôme Chilliet2024-01-112-4/+6
* | | Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-116-13/+14
| |/ |/|
* | Merge pull request #42658 from nextcloud/bugfix/42530/mark-more-configs-as-se...Joas Schilling2024-01-112-0/+4
|\ \ | |/ |/|
| * fix(systemreport): Mark more configs as sensitiveJoas Schilling2024-01-092-0/+4
* | Merge pull request #42377 from nextcloud/fix/text-to-image-managerJoas Schilling2024-01-101-4/+6
|\ \ | |/ |/|
| * fix(psalm issues)Marcel Klehr2024-01-091-2/+4
| * Update doc blocksMB-Finski2023-12-201-2/+2
| * Return providers as indexed arraySami Finnilä2023-12-191-1/+1
* | Merge pull request #42560 from nextcloud/fix/42308/logs-moreMaxence Lange2024-01-081-1/+2
|\ \
| * | debug logs on huge metadataMaxence Lange2024-01-041-1/+2
* | | blurhash generationMaxence Lange2024-01-052-0/+166
|/ /
* | initialize variablesMaxence Lange2024-01-041-58/+20
* | Make adjustments based on the reviewHamid Dehnavi2024-01-022-27/+0
* | Add adjustments based on the reviewHamid Dehnavi2024-01-021-1/+0
* | refactor lib/private/NotificationHamid Dehnavi2024-01-023-60/+46
* | Fix log rotation notification level (warning->info)Josh Richards2023-12-311-1/+1
* | Merge pull request #26540 from nextcloud/bugfix/noid/sqlite-datetimeJulius Härtl2023-12-293-86/+59
|\ \
| * | Cast datetime columns in sqlite before comparingJulius Härtl2023-12-293-86/+59
* | | Merge pull request #41914 from nextcloud/s3-copy-size-limitJulius Härtl2023-12-292-11/+26
|\ \ \ | |/ / |/| |
| * | fix(s3): Add config option to disable multipart copy for certain s3 providersJulius Härtl2023-12-282-1/+4
| * | only do a multipart s3 copy when above the regular copy limitRobin Appelman2023-12-282-11/+23
* | | Merge pull request #42479 from nextcloud/appapi-twofactorAlexander Piskun2023-12-291-2/+2
|\ \ \ | |/ / |/| |
| * | AppAPI: allowed to bypass Two-FactorAlexander Piskun2023-12-281-2/+2
* | | fix: Avoid using replicas during setupJulius Härtl2023-12-281-3/+5
* | | Merge pull request #41998 from nextcloud/enh/read-replicaDaniel2023-12-275-15/+37
|\ \ \ | |/ / |/| |
| * | enh: Implement PrimaryReadReplicaConnectionJulius Härtl2023-12-165-15/+37
| |/