summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Merge pull request #42880 from nextcloud/backport/42607/stable26Arthur Schiwon2024-01-171-2/+5
|\ | | | | [stable26] 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>
* | fix(systemreport): Mark more configs as sensitiveJoas Schilling2024-01-172-0/+4
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(appstore): Only send subscription keys to valid appstoresJoas Schilling2024-01-161-4/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #42775 from nextcloud/fix/exif-content-provider-stable26Arthur Schiwon2024-01-151-3/+4
|\ | | | | [stable26] fix: handle exif metadata read errors gracefully
| * fix: handle exif metadata read errors gracefullyRichard Steinmetz2024-01-151-3/+4
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | fix semaphore unguardingSimon L2024-01-151-4/+4
|/ | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* 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 #42548 from nextcloud/lock-restore-ttl-26John Molakvoæ2024-01-025-6/+113
|\
| * 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>
* | Merge branch 'stable26' into backport/39044/stable26Andy Scherzinger2023-12-0718-67/+138
|\ \
| * \ Merge pull request #42086 from nextcloud/backport/41999/stable26Joas Schilling2023-12-071-0/+4
| |\ \ | | | | | | | | [stable26] 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 #42079 from nextcloud/backport/40071/stable26Git'Fellow2023-12-071-1/+3
| |\ \ \ | | | | | | | | | | [stable26] 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 pull request #42003 from nextcloud/backport/41995/stable26Arthur Schiwon2023-12-041-0/+5
| |\ \ | | | | | | | | [stable26] fix(TemplateManager): Bail early if templatedirectory is empty
| | * | fix(TemplateManager): Bail early if templatedirectory is emptyMarcel Klehr2023-12-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | fixes #39266 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | fix: Fix linkToOCSRouteAbsolute() without index.php and subfolderJoas Schilling2023-11-201-3/+12
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Merge pull request #41505 from nextcloud/backport/40935/stable26Benjamin Gaussorgues2023-11-161-2/+31
| |\ \ | | | | | | | | [stable26] 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> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * | | 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 #41386 from nextcloud/backport/41302/stable26Arthur Schiwon2023-11-151-1/+1
| |\ \ \ | | | | | | | | | | [stable26] Lower log level about invalid session token
| | * | | Lower log level about invalid session tokenPatrick Fischer2023-11-101-1/+1
| | | | |
| * | | | Merge pull request #41185 from nextcloud/backport/41120/stable26Arthur Schiwon2023-11-151-0/+3
| |\ \ \ \ | | |_|/ / | |/| | | [stable26] Don't pass invalid streams to Imaginary
| | * | | Don't pass invalid streams to ImaginaryGit'Fellow2023-11-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Update Imaginary.php Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Update Imaginary.php Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | Merge pull request #41213 from ↵Benjamin Gaussorgues2023-11-151-20/+17
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | nextcloud/backport/fix/aborted_pgsql_transaction_on_error/stable26 [stable26] fix(twofactor): avoid DB error on Twofactor (en/dis)abled event
| | * | | fix(twofactor): avoid error in pgsql for duplicate entryBenjamin Gaussorgues2023-10-311-20/+17
| | | |/ | | |/| | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * | | Merge pull request #41433 from nextcloud/backport/41417/stable26Arthur Schiwon2023-11-131-1/+1
| |\ \ \ | | | | | | | | | | [stable26] fix(workflowengine): use andWhere() not second where()
| | * | | fix(workflowengine): use andWhere() not second where()Arthur Schiwon2023-11-131-1/+1
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | - an unconditional where() condition is added right before - fixes also wrongly named methods in the Exception message Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | Merge pull request #41233 from nextcloud/stable26-catchImaginaryErrorsRichard Steinmetz2023-11-131-1/+1
| |\ \ \ | | | | | | | | | | [stable26] Catch Imaginary processing errors
| | * | | [stable26] Catch Imaginary processing errorsGit'Fellow2023-11-021-1/+1
| | | |/ | | |/| | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | fix(log): Log exception class when message is emptyJoas Schilling2023-11-131-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | optimize cache jail creationRobin Appelman2023-11-072-6/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Merge pull request #41151 from nextcloud/backport/40885/stable26Joas Schilling2023-11-062-27/+25
| |\ \ | | | | | | | | [stable26] fix(OCM): Make the public API only rely on OCP
| | * | fix(OCM): Make the public API only rely on OCPJoas Schilling2023-10-272-27/+25
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | fix(session): Log why session renewal failedChristoph Wurst2023-11-021-1/+2
| | |/ | |/| | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | enh(IMountManager): Add method to get MountPoint from CachedMountInfoJonas2023-10-272-1/+20
| |/ | | | | | | Signed-off-by: Jonas <jonas@freesources.org>
* | setup filesystem wrappers before we mark the root as setupRobin Appelman2023-10-241-2/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | add more checks to ensure mounts aren't emptyRobin Appelman2023-10-242-1/+15
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix(ci): update return type in php docArthur Schiwon2023-10-111-1/+1
| | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix type hintsRobin Appelman2023-10-114-8/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix unencrypted folder size when no children with unencrypted size set are leftRobin Appelman2023-10-112-31/+26
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix unencrypted_size for files when scanningRobin Appelman2023-10-112-1/+12
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix unencrypted_size for folders when scanning the filesystem with ↵Robin Appelman2023-10-112-6/+16
| | | | | | encryption enabled Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #38815 from nextcloud/backport/38490/stable26Arthur Schiwon2023-10-113-0/+28
|\ | | | | [stable26] emit an event when a message is logged
| * emit an event when a message is loggedRobin Appelman2023-09-183-0/+28
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>