summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #43182 from nextcloud/backport/42930/stable27Arthur Schiwon2024-01-301-5/+3
|\ | | | | [stable27] Fix: config param 'overwritecondaddr' not working
| * code style: ommited space, reverted [code review]Pavel Kryl2024-01-291-1/+1
| |
| * fixing bug #6914: Config Param 'overwritecondaddr' not workingPavel Kryl2024-01-291-6/+4
| | | | | | | | | | | | | | - just ignoring/removing extra parameter 'protocol' as suggested by blizzz Signed-off-by: Pavel Kryl <pavel@kryl.eu>
* | fix(Request): Catch exceptions in `isTrustedProxy`Ferdinand Thiessen2024-01-291-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>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-282-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-274-4/+150
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(auth): Fix logging in with email, password and login name mismatchChristoph Wurst2024-01-221-13/+24
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-214-22/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-192-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42870 from nextcloud/backport/42607/stable27Arthur Schiwon2024-01-171-2/+5
|\ | | | | [stable27] fix(session): Avoid useless authtoken DB queries for anonymous requests
| * 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>
* | Merge pull request #42873 from nextcloud/backport/42658/stable27Joas Schilling2024-01-172-0/+4
|\ \ | | | | | | [stable27] fix(systemreport): Mark more configs as sensitive
| * | fix(systemreport): Mark more configs as sensitiveJoas Schilling2024-01-172-0/+4
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Lower to infoGit'Fellow2024-01-171-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-171-1/+1
|/ | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* Merge pull request #42828 from nextcloud/backport/41272/stable27Git'Fellow2024-01-161-3/+6
|\ | | | | [stable27] fix: reduce memory consumption of scans
| * fix: reduce memory consumption of scansGit'Fellow2024-01-161-3/+6
| | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Fix lint Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | fix(appstore): Only send subscription keys to valid appstoresJoas Schilling2024-01-161-4/+7
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-162-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: handle exif metadata read errors gracefullyRichard Steinmetz2024-01-151-3/+4
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix: Only apply cast if needed when searching users for valueJulius Härtl2024-01-091-2/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* perf: Use more performant way to obtain and check the email as a login name ↵Julius Härtl2024-01-091-2/+11
| | | | | | with token login Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-042-2/+548
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-032-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42522 from nextcloud/backport/41914/stable27Robin Appelman2024-01-022-11/+26
|\ | | | | [stable27] 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-292-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-292-11/+23
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | adjust redis compareSetTTL to use a lua scriptRobin Appelman2024-01-021-9/+7
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | restore shared lock ttl when releasingRobin Appelman2024-01-026-7/+133
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-024-2/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-302-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | AppAPI: allowed to bypass Two-FactorAlexander Piskun2023-12-291-2/+2
|/ | | | | | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com> fix php-cs Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-234-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Read Only FS return falseGit'Fellow2023-12-191-0/+4
| | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-186-10/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-172-10/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-162-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-122-0/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-112-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42085 from nextcloud/backport/41999/stable27Arthur Schiwon2023-12-071-0/+4
|\ | | | | [stable27] fix(security): Handle idn_to_utf8 returning false
| * fix(security): Handle idn_to_utf8 returning falseJoas Schilling2023-12-071-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #42078 from nextcloud/backport/40071/stable27Arthur Schiwon2023-12-071-1/+3
|\ \ | | | | | | [stable27] fix(updatecheck): Don't wait 120s for a response of updater.nextcloud…
| * | fix(updatecheck): Don't wait 120s for a response of updater.nextcloud.comJoas Schilling2023-12-071-1/+3
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / fix(systemreport): Mask onlyoffice secret as sensitiveJoas Schilling2023-12-071-0/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge branch 'stable27' into backport/39044/stable27staticdev2023-12-051-0/+5
|\
| * Merge pull request #41970 from ↵John Molakvoæ2023-12-051-0/+5
| |\ | | | | | | | | | nextcloud/fix/login-csrf-check-error-message-stable27
| | * fix: Show error message when CSRF check fails at loginChristoph Wurst2023-12-041-0/+5
| | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | setup filesystem wrappers before we mark the root as setupRobin Appelman2023-12-051-2/+3
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | add more checks to ensure mounts aren't emptyRobin Appelman2023-12-052-1/+15
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #41626 from nextcloud/backport/41616/stable27Arthur Schiwon2023-12-041-3/+12
|\ \ | | | | | | [stable27] fix: Fix linkToOCSRouteAbsolute() without index.php and with subfolder