summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-0518-28/+220
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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-0446-6/+5278
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): open menu on right click positionJohn Molakvoæ2024-01-032-1/+33
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-036-4/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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-021-0/+68
|\ | | | | [stable28] only do a multipart s3 copy when above the regular copy limit
| * only do a multipart s3 copy when above the regular copy limitRobin Appelman2023-12-291-0/+68
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #42506 from nextcloud/bump-nv-vue-to_8.4.0Julia Kirschenheuter2024-01-021-15/+15
|\ \ | | | | | | [stable28] Bump NcVue to v8.4.0
| * | Bump NcVue to v8.4.0julia.kirschenheuter2024-01-021-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | 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-024-2/+98
| | | | | | | | | | | | 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-3110-10/+30
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-306-24/+28
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | 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>
* | 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-282-10/+3
|\ | | | | | | nextcloud/stable28-fix/a11y/personal-info-headings
| * fix(settings): Use heading for Profile and Profile picture sectionsChristopher Ng2023-12-272-10/+3
| | | | | | | | | | | | | | 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>
* | | enh(breadcrumbs): removed unnecessary aria labelEduardo Morales2023-12-281-5/+11
| | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.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
| * | fix(theming): Adjust `color-error` and `color-success` to work for input ↵Ferdinand Thiessen2023-12-273-12/+12
| | | | | | | | | | | | | | | | | | border colors Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(theming): Adjust dark high contrast to fulfill WCAG 2.1 AAA contrastFerdinand Thiessen2023-12-275-15/+203
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | enh(files): added ability to escape out of all selection when focusedEduardo Morales2023-12-272-2/+12
|/ / | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* / fix(files): allow silent batch actions errorsJohn Molakvoæ2023-12-271-0/+6
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-276-8/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42409 from nextcloud/backport/42366/stable28John Molakvoæ2023-12-263-15/+82
|\
| * fix(files): drag and drop events chain and cancelJohn Molakvoæ2023-12-243-14/+78
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * fix(files): recursive drop path joinJohn Molakvoæ2023-12-241-2/+5
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-264-2/+34
| | | | | | | | 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-2442-20/+186
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-2330-2/+376
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(theming): Invert filter should be based on primary-elementFerdinand Thiessen2023-12-221-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-22150-2434/+2674
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42367 from nextcloud/backport/42338/stable28Ferdinand Thiessen2023-12-211-72/+8
|\ | | | | [stable28] fix(files): Use DAV functions from library to fix invalid source links
| * fix(files): Use DAV functions from library to fix invalid source linksFerdinand Thiessen2023-12-211-72/+8
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #42425 from nextcloud/backport/42419/stable28Grigorii K. Shartsev2023-12-222-1/+5
|\ \ | | | | | | [stable28] fix(files): Adjust ID for skip content buttons
| * | fix(files): Adjust ID for skip content buttonsFerdinand Thiessen2023-12-212-1/+5
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #42426 from nextcloud/backport/42424/stable28Ferdinand Thiessen2023-12-212-0/+0
|\ \ \ | | | | | | | | [stable28] fix(theming): Add adjusted color versions of default background
| * | | fix(theming): Add adjusted color versions of default background for better ↵Ferdinand Thiessen2023-12-212-0/+0
| |/ / | | | | | | | | | | | | | | | app-menu contrast Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #42369 from nextcloud/backport/28-status-colorsFerdinand Thiessen2023-12-215-28/+207
|\ \ \ | |_|/ |/| | [stable28] fix(theming): Adjust theming util to calculate primary element color based on WCAG color contrast
| * | fix(theming): Make dark theme accessible and add unit testFerdinand Thiessen2023-12-212-12/+156
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(theming): Adjust status colors to be also accessible on blurry backgroundFerdinand Thiessen2023-12-213-16/+51
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>