aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #42794 from nextcloud/fix/invalid-trusted-proxiesFerdinand Thiessen2024-01-291-1/+8
|\ \ \ \ | |/ / / |/| | | fix(Request): Catch exceptions in `isTrustedProxy`
| * | | fix(Request): Catch exceptions in `isTrustedProxy`Ferdinand Thiessen2024-01-271-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function fails if the configured trusted proxies contain invalid characters and the underlying IpUtils will throw. But as it is used by `getRemoteAddress` which is used by logging / templating, thrown errors are not reported but silently fail with error 500. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | code style: ommited space, reverted [code review]Pavel Kryl2024-01-271-1/+1
| | | |
* | | | fixing bug #6914: Config Param 'overwritecondaddr' not workingPavel Kryl2024-01-271-6/+4
|/ / / | | | | | | | | | | | | | | | | | | - just ignoring/removing extra parameter 'protocol' as suggested by blizzz Signed-off-by: Pavel Kryl <pavel@kryl.eu>
* / / better indexesMaxence Lange2024-01-241-20/+23
|/ / | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #42597 from nextcloud/perf/s3-mkdir-update-sizeJulius Härtl2024-01-232-15/+19
|\ \ | | | | | | perf: Avoid updating the folder size if we know the size difference
| * | perf: Avoid updating the folder size if we know the size differenceJulius Härtl2024-01-122-15/+19
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | fix(apps): Fix type information of app managerJoas Schilling2024-01-231-6/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #42929 from nextcloud/fix/db/transacted-read-not-dirtyChristoph Wurst2024-01-231-2/+5
|\ \ \ | | | | | | | | fix(db): Do not log transacted reads as dirty read
| * | | fix(db): Do not log transacted reads as dirty readChristoph Wurst2024-01-181-2/+5
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | fix(auth): Fix logging in with email, password and login name mismatchChristoph Wurst2024-01-191-13/+24
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | fix(db): Remove very verbose dirty query logsChristoph Wurst2024-01-181-11/+0
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #41067 from Murena-SAS/preview-folder-deletesArthur Schiwon2024-01-181-0/+3
|\ \ \ \ | |/ / / |/| | | Fix for previews not being generated sometimes
| * | | Check if the node has a null ID before deleting in preview watcherAkhil2023-10-231-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Akhil <akhil@e.email>
* | | | Merge pull request #42847 from nextcloud/fix/42843/exception-on-their-ownJoas Schilling2024-01-181-2/+10
|\ \ \ \ | | | | | | | | | | exceptions on their own
| * | | | exceptions on their ownMaxence Lange2024-01-161-2/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | Merge pull request #42860 from nextcloud/jr/fix/i42858Pytal2024-01-171-6/+7
|\ \ \ \ \ | | | | | | | | | | | | Update ContactsStore: Avoid exceptions on empties
| * | | | | Update ContactsStore: Avoid exceptions on empties Josh2024-01-161-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #42858 and makes things more robust Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | | | Revert "add key location to info:file output"Robin Appelman2024-01-172-26/+25
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7bf82fc312acb775bf150ce506d16a05989cd43e.
* | | | | | add key location to info:file outputRobin Appelman2024-01-172-25/+26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | fix(session): Avoid two useless authtoken DB queries for every anonymous requestGit'Fellow2024-01-171-2/+5
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / / / / returns default on exceptionMaxence Lange2024-01-161-1/+7
|/ / / / | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Merge pull request #41755 from nextcloud/enh/noid/lazyconfigMaxence Lange2024-01-164-292/+1281
|\ \ \ \ | | | | | | | | | | Lazy grouping within IAppConfig
| * | | | small fixesMaxence Lange2024-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | fixesMaxence Lange2024-01-151-151/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | lazy AppConfigMaxence Lange2024-01-154-292/+1388
| | | | | | | | | | | | | | | 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>
* / / / / Improve validator output in case of invalid RichObjectCôme Chilliet2024-01-151-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@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>
* | | | | 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>