aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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: 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>
* 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-025-6/+115
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | 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>
* Read Only FS return falseGit'Fellow2023-12-191-0/+4
| | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.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
| * | fix: Fix linkToOCSRouteAbsolute() without index.php and subfolderJoas Schilling2023-11-201-3/+12
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #41557 from nextcloud/backport/41541/stable27Arthur Schiwon2023-12-041-1/+1
|\ \ \ | | | | | | | | [stable27] Serve .flac audio files
| * | | Serve .flac audio filesMarcel Müller2023-11-161-1/+1
| |/ / | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | / fix(TemplateManager): Bail early if templatedirectory is emptyMarcel Klehr2023-12-041-0/+5
| |/ |/| | | | | | | | | fixes #39266 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #41608 from nextcloud/backport/41544/stable27Simon L2023-11-281-0/+8
|\ \ | | | | | | [stable27] do not write htaccess file if disk space is too low
| * | do not write htaccess file if disk space is too lowSimon L2023-11-201-0/+8
| |/ | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Merge pull request #41462 from nextcloud/backport/40996/stable27Arthur Schiwon2023-11-281-1/+1
|\ \ | |/ |/| [stable27] reuse sharing disabled state when listing folder content
| * reuse sharing disabled state when listing folder contentRobin Appelman2023-11-141-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #41539 from nextcloud/backport/37959/stable27Arthur Schiwon2023-11-161-2/+8
|\ \ | | | | | | [stable27] Check for open_basedir before reading /proc
| * | Us strpos() onlyGit'Fellow2023-11-161-9/+3
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | Check for open_basedir before reading /procGit'Fellow2023-11-161-2/+14
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | optimize UserMountCache::registerStorageRobin Appelman2023-11-163-57/+61
| | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | Merge pull request #41502 from nextcloud/backport/40935/stable27Benjamin Gaussorgues2023-11-161-2/+31
|\ \ \ | | | | | | | | [stable27] add some support for rename on case insensitive local filesystems
| * | | add some support for rename on case insensitive local filesystemsRobin Appelman2023-11-151-2/+31
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #41363 from nextcloud/optmize-storage-wrappers-27Benjamin Gaussorgues2023-11-165-39/+73
|\ \ \ \ | |_|/ / |/| | | [27] optimize builtin storage wrappers
| * | | optimize isShared and isMountedRobin Appelman2023-11-091-18/+5
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | optimize builtin storage wrappersRobin Appelman2023-11-094-21/+68
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Reverse X-Forwarded-For list to read the correct proxy remote addressJoas Schilling2023-11-161-2/+8
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #41482 from nextcloud/backport/41366/stable27Git'Fellow2023-11-161-1/+7
|\ \ \ \ | | | | | | | | | | [stable27] fix(s3): support SSE-C headers for the MultipartCopy call
| * | | | fix(s3): support SSE-C headers for the MultipartCopy callTobias Zimmerer2023-11-151-1/+7
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Tobias Zimmerer <3228193+ir0nhide@users.noreply.github.com>
* | | | Merge pull request #41383 from nextcloud/backport/41302/stable27Arthur Schiwon2023-11-151-1/+1
|\ \ \ \ | | | | | | | | | | [stable27] Lower log level about invalid session token
| * | | | Lower log level about invalid session tokenPatrick Fischer2023-11-101-1/+1
| | | | |