Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-05 | 18 | -28/+220 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix upgrade of user_ldap when oc_group_members contains duplicated uids | Côme Chilliet | 2024-01-04 | 1 | -5/+13 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-04 | 46 | -6/+5278 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): open menu on right click position | John Molakvoæ | 2024-01-03 | 2 | -1/+33 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-03 | 6 | -4/+24 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): focus file name on renaming also initially | Grigorii K. Shartsev | 2024-01-02 | 1 | -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/stable28 | Robin Appelman | 2024-01-02 | 1 | -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 limit | Robin Appelman | 2023-12-29 | 1 | -0/+68 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #42506 from nextcloud/bump-nv-vue-to_8.4.0 | Julia Kirschenheuter | 2024-01-02 | 1 | -15/+15 |
|\ \ | | | | | | | [stable28] Bump NcVue to v8.4.0 | ||||
| * | | Bump NcVue to v8.4.0 | julia.kirschenheuter | 2024-01-02 | 1 | -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/stable28 | Richard Steinmetz | 2024-01-02 | 1 | -1/+67 |
|\ \ \ | | | | | | | | | [stable28] fix(dav): allow multiple organizers if possible | ||||
| * | | | fix(dav): allow multiple organizers if possible | Richard Steinmetz | 2024-01-02 | 1 | -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 list | Arthur Schiwon | 2024-01-02 | 2 | -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 Transifex | Nextcloud bot | 2024-01-02 | 4 | -2/+98 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-01 | 2 | -6/+6 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-31 | 10 | -10/+30 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-30 | 6 | -24/+28 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix(ViewController): Regression lead to 500 on non-existent fileIds | Josh Richards | 2023-12-29 | 1 | -6/+10 |
| |/ |/| | | | | | | | Fixes #42418 Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-29 | 2 | -2/+2 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42495 from ↵ | John Molakvoæ | 2023-12-28 | 2 | -10/+3 |
|\ | | | | | | | nextcloud/stable28-fix/a11y/personal-info-headings | ||||
| * | fix(settings): Use heading for Profile and Profile picture sections | Christopher Ng | 2023-12-27 | 2 | -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/stable28 | John Molakvoæ | 2023-12-28 | 2 | -3/+173 |
|\ \ | |||||
| * | | fix(theming): Adjust high contrast theme to fulfill WCAG AAA text contrast | Ferdinand Thiessen | 2023-12-28 | 2 | -3/+173 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | enh(breadcrumbs): removed unnecessary aria label | Eduardo Morales | 2023-12-28 | 1 | -5/+11 |
| | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | | | fix(files): Allow Ctrl/Command click on file entries to open in a new tab | Julius Härtl | 2023-12-28 | 2 | -4/+18 |
|/ / | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-28 | 4 | -4/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #42429 from nextcloud/backport/42329/stable28 | Julia Kirschenheuter | 2023-12-27 | 8 | -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 Thiessen | 2023-12-27 | 3 | -12/+12 |
| | | | | | | | | | | | | | | | | | | border colors Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix(theming): Adjust dark high contrast to fulfill WCAG 2.1 AAA contrast | Ferdinand Thiessen | 2023-12-27 | 5 | -15/+203 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | enh(files): added ability to escape out of all selection when focused | Eduardo Morales | 2023-12-27 | 2 | -2/+12 |
|/ / | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* / | fix(files): allow silent batch actions errors | John Molakvoæ | 2023-12-27 | 1 | -0/+6 |
|/ | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-27 | 6 | -8/+40 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42409 from nextcloud/backport/42366/stable28 | John Molakvoæ | 2023-12-26 | 3 | -15/+82 |
|\ | |||||
| * | fix(files): drag and drop events chain and cancel | John Molakvoæ | 2023-12-24 | 3 | -14/+78 |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
| * | fix(files): recursive drop path join | John Molakvoæ | 2023-12-24 | 1 | -2/+5 |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-26 | 4 | -2/+34 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-25 | 6 | -18/+20 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-24 | 42 | -20/+186 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-23 | 30 | -2/+376 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(theming): Invert filter should be based on primary-element | Ferdinand Thiessen | 2023-12-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-22 | 150 | -2434/+2674 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42367 from nextcloud/backport/42338/stable28 | Ferdinand Thiessen | 2023-12-21 | 1 | -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 links | Ferdinand Thiessen | 2023-12-21 | 1 | -72/+8 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #42425 from nextcloud/backport/42419/stable28 | Grigorii K. Shartsev | 2023-12-22 | 2 | -1/+5 |
|\ \ | | | | | | | [stable28] fix(files): Adjust ID for skip content buttons | ||||
| * | | fix(files): Adjust ID for skip content buttons | Ferdinand Thiessen | 2023-12-21 | 2 | -1/+5 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #42426 from nextcloud/backport/42424/stable28 | Ferdinand Thiessen | 2023-12-21 | 2 | -0/+0 |
|\ \ \ | | | | | | | | | [stable28] fix(theming): Add adjusted color versions of default background | ||||
| * | | | fix(theming): Add adjusted color versions of default background for better ↵ | Ferdinand Thiessen | 2023-12-21 | 2 | -0/+0 |
| |/ / | | | | | | | | | | | | | | | | app-menu contrast Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #42369 from nextcloud/backport/28-status-colors | Ferdinand Thiessen | 2023-12-21 | 5 | -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 test | Ferdinand Thiessen | 2023-12-21 | 2 | -12/+156 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix(theming): Adjust status colors to be also accessible on blurry background | Ferdinand Thiessen | 2023-12-21 | 3 | -16/+51 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |