summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-10128-106/+378
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42669 from ↵Ferdinand Thiessen2024-01-093-49/+27
|\ | | | | | | | | nextcloud/backport/stable28/42636/fix/core/42596/fix-button-accessibility-in-view-profile-page [stable28] enh(core): replaced previous native a element with NcButton
| * enh(core): replaced previous native a element with NcButtonEduardo Morales2024-01-093-49/+27
|/ | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Merge pull request #42664 from ↵Eduardo Morales2024-01-093-7/+7
|\ | | | | | | | | nextcloud/backport/stable28/42643/fix/core/42565/focus-for-user-menu-is-not-accessible [stable28] fix(core): enhanced contrast when UserMenuItem is focused
| * fix(core): enhanced contrast when UserMenuItem is focusedEduardo Morales2024-01-093-7/+7
|/ | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Merge pull request #42646 from nextcloud/backport/42634/stable28Julia Kirschenheuter2024-01-093-4/+7
|\ | | | | [stable28] Include grid view toggle in accessibility switch
| * Include grid view toggle in accessibility switchLouis Chemineau2024-01-093-4/+7
|/ | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-09158-686/+752
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42632 from ↵Eduardo Morales2024-01-083-6/+16
|\ | | | | | | | | nextcloud/backport/stable28/42507/Fix/files/42460/breadcrumb-conditional-rendering [stable28] fix(files): kept only first and last breadcrumb titles
| * fix(files): kept only first and last breadcrumb titlesEduardo Morales2024-01-083-6/+16
|/ | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Merge pull request #42604 from nextcloud/backport/42566/stable28Pytal2024-01-084-5/+5
|\ | | | | [stable28] fix(files): Fix unresponsive file click to download
| * chore(assets): Recompile assetsnextcloud-command2024-01-082-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(files): Fix unresponsive file click to downloadChristopher Ng2024-01-082-2/+2
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #42623 from nextcloud/backport/41619/stable28Grigorii K. Shartsev2024-01-094-15/+27
|\ | | | | [stable28] fix(files): remove focus outline on file list item click and make the link focusable
| * chore(assets): Recompile assetsGrigorii K. Shartsev2024-01-082-3/+3
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * refactor(files): replace deprecated `is` attr on `<a>` with dynamic componentGrigorii K. Shartsev2024-01-081-11/+20
| | | | | | | | | | | | | | - Special attribute `is` is deprecated and removed in Vue 3 - It is confusing, that `<a>` element is rendered as `span` sometimes Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * fix(files): make file list item link focusableGrigorii K. Shartsev2024-01-081-1/+2
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * fix(files): remove focus outline on file list item clickGrigorii K. Shartsev2024-01-081-2/+4
|/ | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Merge pull request #42630 from nextcloud/backport/41916/stable28Grigorii K. Shartsev2024-01-083-3/+4
|\ | | | | [stable28] fix(files): add visible label to webdav URL in settings
| * chore(assets): Recompile assetsGrigorii K. Shartsev2024-01-082-3/+3
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * fix(files): add label for WebDAV URL in files settingsGrigorii K. Shartsev2024-01-081-0/+1
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Merge pull request #42622 from ↵Eduardo Morales2024-01-083-4/+3
|\ \ | | | | | | | | | | | | nextcloud/stable28-enh/settings/42440/preview-card-settings-now-satisfy-contrast-ratio [stable28] enh(settings): removed background-gradient to ensure contrast ratio a…
| * | enh(settings): removed background-gradient to ensure contrast ratio a11y ↵Eduardo Morales2024-01-083-4/+3
| |/ | | | | | | | | | | | | | | | | requirements Signed-off-by: Eduardo Morales <emoral435@gmail.com> (cherry picked from commit e5767898c7f328efffeef188025af442fe65ed79) Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Merge pull request #42629 from ↵Eduardo Morales2024-01-084-9/+9
|\ \ | |/ |/| | | | | nextcloud/backport/stable28/42602/bump-nc-calendar-to-2.0.1 [stable28] chore(package): bumped nc-calendar to 2.0.1
| * [backport] chore(package): bumped nc-calendar to 2.0.1Eduardo Morales2024-01-084-9/+9
|/ | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Merge pull request #42609 from nextcloud/backport/42428/stable28Simon L2024-01-083-0/+242
|\ | | | | [stable28] fix(files_external): add back js config files
| * fix(files_external): add back js config filesJohn Molakvoæ2024-01-063-0/+242
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.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>
* 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>