Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #43182 from nextcloud/backport/42930/stable27 | Arthur Schiwon | 2024-01-30 | 1 | -5/+3 |
|\ | | | | | [stable27] Fix: config param 'overwritecondaddr' not working | ||||
| * | code style: ommited space, reverted [code review] | Pavel Kryl | 2024-01-29 | 1 | -1/+1 |
| | | |||||
| * | fixing bug #6914: Config Param 'overwritecondaddr' not working | Pavel Kryl | 2024-01-29 | 1 | -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 Thiessen | 2024-01-29 | 1 | -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 Transifex | Nextcloud bot | 2024-01-28 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-27 | 4 | -4/+150 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(auth): Fix logging in with email, password and login name mismatch | Christoph Wurst | 2024-01-22 | 1 | -13/+24 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-21 | 4 | -22/+22 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-19 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42870 from nextcloud/backport/42607/stable27 | Arthur Schiwon | 2024-01-17 | 1 | -2/+5 |
|\ | | | | | [stable27] fix(session): Avoid useless authtoken DB queries for anonymous requests | ||||
| * | fix(session): Avoid two useless authtoken DB queries for every anonymous request | Git'Fellow | 2024-01-17 | 1 | -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/stable27 | Joas Schilling | 2024-01-17 | 2 | -0/+4 |
|\ \ | | | | | | | [stable27] fix(systemreport): Mark more configs as sensitive | ||||
| * | | fix(systemreport): Mark more configs as sensitive | Joas Schilling | 2024-01-17 | 2 | -0/+4 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Lower to info | Git'Fellow | 2024-01-17 | 1 | -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 warning | Git'Fellow | 2024-01-17 | 1 | -1/+1 |
|/ | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | Merge pull request #42828 from nextcloud/backport/41272/stable27 | Git'Fellow | 2024-01-16 | 1 | -3/+6 |
|\ | | | | | [stable27] fix: reduce memory consumption of scans | ||||
| * | fix: reduce memory consumption of scans | Git'Fellow | 2024-01-16 | 1 | -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 appstores | Joas Schilling | 2024-01-16 | 1 | -4/+7 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-16 | 2 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: handle exif metadata read errors gracefully | Richard Steinmetz | 2024-01-15 | 1 | -3/+4 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | fix: Only apply cast if needed when searching users for value | Julius Härtl | 2024-01-09 | 1 | -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ärtl | 2024-01-09 | 1 | -2/+11 |
| | | | | | | with token login Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-04 | 2 | -2/+548 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-03 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42522 from nextcloud/backport/41914/stable27 | Robin Appelman | 2024-01-02 | 2 | -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 providers | Julius Härtl | 2023-12-29 | 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-29 | 2 | -11/+23 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | adjust redis compareSetTTL to use a lua script | Robin Appelman | 2024-01-02 | 1 | -9/+7 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | restore shared lock ttl when releasing | Robin Appelman | 2024-01-02 | 6 | -7/+133 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-02 | 4 | -2/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-30 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | AppAPI: allowed to bypass Two-Factor | Alexander Piskun | 2023-12-29 | 1 | -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 Transifex | Nextcloud bot | 2023-12-23 | 4 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Read Only FS return false | Git'Fellow | 2023-12-19 | 1 | -0/+4 |
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-18 | 6 | -10/+12 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-17 | 2 | -10/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-16 | 2 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-12 | 2 | -0/+20 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-11 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42085 from nextcloud/backport/41999/stable27 | Arthur Schiwon | 2023-12-07 | 1 | -0/+4 |
|\ | | | | | [stable27] fix(security): Handle idn_to_utf8 returning false | ||||
| * | fix(security): Handle idn_to_utf8 returning false | Joas Schilling | 2023-12-07 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #42078 from nextcloud/backport/40071/stable27 | Arthur Schiwon | 2023-12-07 | 1 | -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.com | Joas Schilling | 2023-12-07 | 1 | -1/+3 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | fix(systemreport): Mask onlyoffice secret as sensitive | Joas Schilling | 2023-12-07 | 1 | -0/+3 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge branch 'stable27' into backport/39044/stable27 | staticdev | 2023-12-05 | 1 | -0/+5 |
|\ | |||||
| * | Merge pull request #41970 from ↵ | John Molakvoæ | 2023-12-05 | 1 | -0/+5 |
| |\ | | | | | | | | | | nextcloud/fix/login-csrf-check-error-message-stable27 | ||||
| | * | fix: Show error message when CSRF check fails at login | Christoph Wurst | 2023-12-04 | 1 | -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 setup | Robin Appelman | 2023-12-05 | 1 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | add more checks to ensure mounts aren't empty | Robin Appelman | 2023-12-05 | 2 | -1/+15 |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #41626 from nextcloud/backport/41616/stable27 | Arthur Schiwon | 2023-12-04 | 1 | -3/+12 |
|\ \ | | | | | | | [stable27] fix: Fix linkToOCSRouteAbsolute() without index.php and with subfolder |