summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-12278-180/+458
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42655 from nextcloud/backport/39378/stable27Julius Härtl2024-01-113-3/+9
|\
| * chore(assets): Recompile assetsnextcloud-command2024-01-112-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix: Always apply fullscreen styling to sidebarJulius Härtl2024-01-111-0/+6
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #42652 from nextcloud/backport/42651/stable27Julius Härtl2024-01-113-5/+23
|\ | | | | [stable27] perf: Use more performant way to obtain and check the email as a login name with token login
| * 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-092-3/+12
| | | | | | | | | | | | with token login Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-1186-162/+190
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-10128-106/+378
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #42608 from nextcloud/backport27-fixServiceWorkerFerdinand Thiessen2024-01-093-0/+4
|\ \ | |/ |/| [stable27] fix(files): service worker
| * Fix preview service workerGit'Fellow2024-01-063-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Update ViewControllerTest.php Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Update ViewController.php Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-09158-686/+752
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-088-42/+54
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-07134-792/+792
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-062-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-0522-30/+232
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-0450-8/+6744
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-0312-6/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42522 from nextcloud/backport/41914/stable27Robin Appelman2024-01-023-11/+94
|\ | | | | [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-293-11/+91
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #42549 from nextcloud/lock-restore-ttl-27John Molakvoæ2024-01-028-8/+155
|\ \
| * | adjust redis compareSetTTL to use a lua scriptRobin Appelman2024-01-022-9/+28
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | restore shared lock ttl when releasingRobin Appelman2024-01-027-8/+136
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #42375 from nextcloud/backport/42339/stable27Richard Steinmetz2024-01-021-1/+67
|\ \ | | | | | | [stable27] fix(dav): allow multiple organizers if possible
| * | fix(dav): allow multiple organizers if possibleRichard Steinmetz2024-01-021-1/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is very hacky! However, we want to allow saving events with multiple organizers. Those events are not RFC compliant, but sometimes imported from major external calendar services (e.g. Google). If the current user is not an organizer of the event we ignore the exception as no scheduling messages will be sent anyway. Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #42447 from nextcloud/backport/42405/stable27Louis2024-01-022-2/+29
|\ \ \ | |/ / |/| | [stable27] fix(LDAP): ensure stored groups are formatted as simple list
| * | fix(LDAP): ensure stored groups are formatted as simple listArthur Schiwon2023-12-222-2/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | With array_unique it is possible that the keys are not in sequential order but have gaps. json_encode then would store them as associative array, which later on json_decode would result in a stdClass by default. This is unexpected and would also contradict the return type hint. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-0210-6/+104
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-012-6/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-3114-14/+36
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-308-24/+32
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #42520 from nextcloud/backport/42479/stable27Andrey Borysenko2023-12-293-7/+24
|\ \ \ | |_|/ |/| | [stable27] AppAPI: allow to bypass Two-Factor
| * | AppAPI: allowed to bypass Two-FactorAlexander Piskun2023-12-293-7/+24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com> fix php-cs Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* | | Merge pull request #41479 from ↵Julius Härtl2023-12-291-3/+0
|\ \ \ | |/ / |/| | | | | | | | nextcloud/automated/noid/stable27-update-psalm-baseline [stable27] Update psalm-baseline.xml
| * | Update psalm baselinenextcloud-command2023-12-281-3/+0
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-292-2/+2
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-284-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-2764-124/+98
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-266-2/+36
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-256-18/+20
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-2448-24/+200
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-2336-4/+494
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-22154-2450/+2740
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42385 from nextcloud/backport/42298/stable27Git'Fellow2023-12-211-0/+4
|\ | | | | [stable27] Don't write back .htaccess file on a RO filesystem
| * Read Only FS return falseGit'Fellow2023-12-191-0/+4
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Merge pull request #42404 from nextcloud/backport/42401/stable27Ferdinand Thiessen2023-12-216-10/+13
|\ \ | | | | | | [stable27] fix: Ensure app menu entries and dashboard welcome message have enough contrast
| * | chore(assets): Recompile assetsnextcloud-command2023-12-204-6/+6
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix: Adjust colors of app menu and dashboardFerdinand Thiessen2023-12-202-4/+7
| | | | | | | | | | | | | | | | | | | | | Those elements are shown directly on the background which has the `color-primary`, so they need to use `color-primary-text` instead of `color-primary-element-text` for guranteed contrast. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-21104-136/+196
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>