aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| * | 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>
* | | | Merge pull request #41997 from ↵Marcel Klehr2023-12-042-9/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/text-processing-types-covariant-stable27 [stable27] Fix/text processing types covariant stable27
| * | | | fix(TextProcessing): Make task type template param covariantMarcel Klehr2023-12-042-9/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | fix(TemplateManager): Bail early if templatedirectory is emptyMarcel Klehr2023-12-041-0/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | fixes #39266 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | 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>
* | | 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>
* | | | 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>