Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-10 | 128 | -106/+378 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42669 from ↵ | Ferdinand Thiessen | 2024-01-09 | 3 | -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 NcButton | Eduardo Morales | 2024-01-09 | 3 | -49/+27 |
|/ | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | Merge pull request #42664 from ↵ | Eduardo Morales | 2024-01-09 | 3 | -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 focused | Eduardo Morales | 2024-01-09 | 3 | -7/+7 |
|/ | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | Merge pull request #42646 from nextcloud/backport/42634/stable28 | Julia Kirschenheuter | 2024-01-09 | 3 | -4/+7 |
|\ | | | | | [stable28] Include grid view toggle in accessibility switch | ||||
| * | Include grid view toggle in accessibility switch | Louis Chemineau | 2024-01-09 | 3 | -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 Transifex | Nextcloud bot | 2024-01-09 | 158 | -686/+752 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42632 from ↵ | Eduardo Morales | 2024-01-08 | 3 | -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 titles | Eduardo Morales | 2024-01-08 | 3 | -6/+16 |
|/ | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | Merge pull request #42604 from nextcloud/backport/42566/stable28 | Pytal | 2024-01-08 | 4 | -5/+5 |
|\ | | | | | [stable28] fix(files): Fix unresponsive file click to download | ||||
| * | chore(assets): Recompile assets | nextcloud-command | 2024-01-08 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | fix(files): Fix unresponsive file click to download | Christopher Ng | 2024-01-08 | 2 | -2/+2 |
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Merge pull request #42623 from nextcloud/backport/41619/stable28 | Grigorii K. Shartsev | 2024-01-09 | 4 | -15/+27 |
|\ | | | | | [stable28] fix(files): remove focus outline on file list item click and make the link focusable | ||||
| * | chore(assets): Recompile assets | Grigorii K. Shartsev | 2024-01-08 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | refactor(files): replace deprecated `is` attr on `<a>` with dynamic component | Grigorii K. Shartsev | 2024-01-08 | 1 | -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 focusable | Grigorii K. Shartsev | 2024-01-08 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | fix(files): remove focus outline on file list item click | Grigorii K. Shartsev | 2024-01-08 | 1 | -2/+4 |
|/ | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | Merge pull request #42630 from nextcloud/backport/41916/stable28 | Grigorii K. Shartsev | 2024-01-08 | 3 | -3/+4 |
|\ | | | | | [stable28] fix(files): add visible label to webdav URL in settings | ||||
| * | chore(assets): Recompile assets | Grigorii K. Shartsev | 2024-01-08 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | fix(files): add label for WebDAV URL in files settings | Grigorii K. Shartsev | 2024-01-08 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | | Merge pull request #42622 from ↵ | Eduardo Morales | 2024-01-08 | 3 | -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 Morales | 2024-01-08 | 3 | -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 Morales | 2024-01-08 | 4 | -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.1 | Eduardo Morales | 2024-01-08 | 4 | -9/+9 |
|/ | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | Merge pull request #42609 from nextcloud/backport/42428/stable28 | Simon L | 2024-01-08 | 3 | -0/+242 |
|\ | | | | | [stable28] fix(files_external): add back js config files | ||||
| * | fix(files_external): add back js config files | John Molakvoæ | 2024-01-06 | 3 | -0/+242 |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-08 | 8 | -42/+54 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-07 | 134 | -792/+792 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-06 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42600 from nextcloud/backport/42559/stable28 | Eduardo Morales | 2024-01-05 | 5 | -6/+5 |
|\ | | | | | [stable28] Remove unneeded styles: everything is handled by NcVue | ||||
| * | Remove unneeded styles: everything is handled by NcVue | julia.kirschenheuter | 2024-01-05 | 5 | -6/+5 |
|/ | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | Merge pull request #42594 from nextcloud/backport/42586/stable28 | Julia Kirschenheuter | 2024-01-05 | 1 | -15/+15 |
|\ | | | | | [stable28] Fix SVG's for social media links | ||||
| * | Fix SVG's for social media links | julia.kirschenheuter | 2024-01-05 | 1 | -15/+15 |
|/ | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-05 | 22 | -30/+232 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42583 from nextcloud/backport/42576/stable28 | Côme Chilliet | 2024-01-04 | 1 | -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 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 | 50 | -8/+6744 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42556 from nextcloud/backport/42500/stable28 | Eduardo Morales | 2024-01-03 | 4 | -4/+36 |
|\ | | | | | [stable28] fix(files): open menu on right click position | ||||
| * | fix(files): open menu on right click position | John Molakvoæ | 2024-01-03 | 4 | -4/+36 |
|/ | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-03 | 12 | -6/+36 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42553 from nextcloud/backport/42443/stable28 | Grigorii K. Shartsev | 2024-01-02 | 3 | -7/+10 |
|\ | | | | | [stable28] fix(files): focus file name on renaming also initially | ||||
| * | chore(assets): Recompile assets | Grigorii K. Shartsev | 2024-01-02 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | 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 | 3 | -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 providers | Julius Härtl | 2023-12-29 | 2 | -1/+4 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | only do a multipart s3 copy when above the regular copy limit | Robin Appelman | 2023-12-29 | 3 | -11/+91 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #42450 from nextcloud/backport/37469/stable28 | Robin Appelman | 2024-01-02 | 8 | -7/+154 |
|\ \ | | | | | | | [stable28] restore shared lock ttl to previous value when releasing | ||||
| * | | adjust redis compareSetTTL to use a lua script | Robin Appelman | 2023-12-22 | 2 | -9/+28 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | restore shared lock ttl when releasing | Robin Appelman | 2023-12-22 | 7 | -7/+135 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |