aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Merge pull request #42600 from nextcloud/backport/42559/stable28Eduardo Morales2024-01-055-6/+5
|\ | | | | [stable28] Remove unneeded styles: everything is handled by NcVue
| * Remove unneeded styles: everything is handled by NcVuejulia.kirschenheuter2024-01-055-6/+5
|/ | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Merge pull request #42594 from nextcloud/backport/42586/stable28Julia Kirschenheuter2024-01-051-15/+15
|\ | | | | [stable28] Fix SVG's for social media links
| * Fix SVG's for social media linksjulia.kirschenheuter2024-01-051-15/+15
|/ | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-0522-30/+232
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42583 from nextcloud/backport/42576/stable28Côme Chilliet2024-01-041-5/+13
|\ | | | | [stable28] Fix upgrade of user_ldap when oc_group_members contains duplicated uids
| * Fix upgrade of user_ldap when oc_group_members contains duplicated uidsCôme Chilliet2024-01-041-5/+13
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-0450-8/+6744
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42556 from nextcloud/backport/42500/stable28Eduardo Morales2024-01-034-4/+36
|\ | | | | [stable28] fix(files): open menu on right click position
| * fix(files): open menu on right click positionJohn Molakvoæ2024-01-034-4/+36
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-0312-6/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42553 from nextcloud/backport/42443/stable28Grigorii K. Shartsev2024-01-023-7/+10
|\ | | | | [stable28] fix(files): focus file name on renaming also initially
| * chore(assets): Recompile assetsGrigorii K. Shartsev2024-01-022-3/+3
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * fix(files): focus file name on renaming also initiallyGrigorii K. Shartsev2024-01-021-4/+7
|/ | | | | | When new folder is created, new file entry is initially in renaming mode. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Merge pull request #42521 from nextcloud/backport/41914/stable28Robin Appelman2024-01-023-11/+94
|\ | | | | [stable28] 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 #42450 from nextcloud/backport/37469/stable28Robin Appelman2024-01-028-7/+154
|\ \ | | | | | | [stable28] restore shared lock ttl to previous value when releasing
| * | adjust redis compareSetTTL to use a lua scriptRobin Appelman2023-12-222-9/+28
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | restore shared lock ttl when releasingRobin Appelman2023-12-227-7/+135
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #42506 from nextcloud/bump-nv-vue-to_8.4.0Julia Kirschenheuter2024-01-02110-177/+198
|\ \ \ | | | | | | | | [stable28] Bump NcVue to v8.4.0
| * | | Bump NcVue to v8.4.0julia.kirschenheuter2024-01-02110-177/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> chore(assets): Recompile assets Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #42373 from nextcloud/backport/42339/stable28Richard Steinmetz2024-01-021-1/+67
|\ \ \ \ | | | | | | | | | | [stable28] 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 #42446 from nextcloud/backport/42405/stable28Louis2024-01-022-2/+29
|\ \ \ \ \ | |/ / / / |/| | | | [stable28] fix(LDAP): ensure stored groups are formatted as simple list
| * | | | fix(LDAP): ensure stored groups are formatted as simple listArthur Schiwon2024-01-022-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>
* | | | Merge pull request #42539 from nextcloud/backport/42538/stable28Git'Fellow2024-01-011-1/+1
|\ \ \ \ | | | | | | | | | | [stable28] Fix log rotation notification level (warning->info)
| * | | | Fix log rotation notification level (warning->info)Josh Richards2024-01-011-1/+1
|/ / / / | | | | | | | | | | | | | | | | Fixes #42537 Signed-off-by: Josh Richards <josh.t.richards@gmail.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 #42524 from nextcloud/backport/42427/stable28max-nextcloud2023-12-291-6/+10
|\ \ \ \ | | | | | | | | | | [stable28] fix(ViewController): Properly handle non-existent fileIds (regression lead to 500 errors)
| * | | | fix(ViewController): Regression lead to 500 on non-existent fileIdsJosh Richards2023-12-291-6/+10
|/ / / / | | | | | | | | | | | | | | | | Fixes #42418 Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | | | Merge pull request #42519 from nextcloud/backport/42479/stable28Alexander Piskun2023-12-293-7/+25
|\ \ \ \ | |_|_|/ |/| | | [stable28] AppAPI: allow to bypass Two-Factor
| * | | AppAPI: allowed to bypass Two-FactorAlexander Piskun2023-12-293-7/+25
|/ / / | | | | | | | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2023-12-292-2/+2
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #42495 from ↵John Molakvoæ2023-12-284-13/+6
|\ \ | | | | | | | | | nextcloud/stable28-fix/a11y/personal-info-headings
| * | fix(settings): Use heading for Profile and Profile picture sectionsChristopher Ng2023-12-274-13/+6
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit ee11df899312d90cad4176a3427cd8878badf6e6) Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Merge pull request #42491 from nextcloud/backport/42438/stable28John Molakvoæ2023-12-282-3/+173
|\ \ \
| * | | fix(theming): Adjust high contrast theme to fulfill WCAG AAA text contrastFerdinand Thiessen2023-12-282-3/+173
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #42487 from ↵John Molakvoæ2023-12-283-8/+14
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/backport/42379/fix/ARIA-prop-for-NcBreadCrumbs-component
| * | | | enh(breadcrumbs): removed unnecessary aria labelEduardo Morales2023-12-283-8/+14
|/ / / / | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | | Merge pull request #42494 from nextcloud/backport/42457/stable28John Molakvoæ2023-12-284-7/+21
|\ \ \ \ | |/ / / |/| | |
| * | | chore(assets): Recompile assetsnextcloud-command2023-12-282-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): Allow Ctrl/Command click on file entries to open in a new tabJulius Härtl2023-12-282-4/+18
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-284-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #42429 from nextcloud/backport/42329/stable28Julia Kirschenheuter2023-12-278-27/+215
|\ \ \ | | | | | | | | [stable28] fix(theming): Adjust dark high contrast to fulfill WCAG 2.1 AAA contrast