summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-162-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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>
* 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 #42548 from nextcloud/lock-restore-ttl-26John Molakvoæ2024-01-026-7/+131
|\
| * 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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-234-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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 branch 'stable26' into backport/39044/stable26Andy Scherzinger2023-12-07153-520/+912
|\ \
| * \ 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>
| * | | Merge pull request #41627 from nextcloud/backport/41616/stable26Arthur Schiwon2023-12-041-3/+12
| |\ \ \ | | |/ / | |/| | [stable26] 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>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-042-10/+10
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-024-2/+28
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-302-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-282-0/+24
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-274-4/+138
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-262-2/+176
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-256-2/+92
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-24130-326/+138
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-222-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-212-0/+2
| |/ / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-172-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-162-0/+22
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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
| | | | |