Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #42305 from nextcloud/fix/reset-last-run-joblist | Joas Schilling | 2023-12-15 | 1 | -0/+1 |
|\ | | | | | fix(joblist): also reset last_run timestamp on updating an existing job | ||||
| * | fix(joblist): also reset last_run timestamp on updating an existing job | Anna Larch | 2023-12-15 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | Merge pull request #42285 from nextcloud/fix/theming-color-utils-primary | Ferdinand Thiessen | 2023-12-15 | 6 | -31/+217 |
|\ \ | | | | | | | fix(theming): Adjust theming util to calculate primary element color based on WCAG color contrast | ||||
| * | | fix(theming): Adjust primary text color calculation to also work with high ↵ | Ferdinand Thiessen | 2023-12-15 | 3 | -8/+15 |
| | | | | | | | | | | | | | | | | | | contrast themes Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix(theming): Adjust hover color to be accessible | Ferdinand Thiessen | 2023-12-15 | 4 | -18/+131 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | enh(theming): Adjust color utils to work as specified by WCAG (color ↵ | Ferdinand Thiessen | 2023-12-15 | 3 | -10/+76 |
|/ / | | | | | | | | | | | contrast and luma calculation) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #42109 from nextcloud/rakekniven-patch-4 | Eduardo Morales | 2023-12-15 | 2 | -4/+4 |
|\ \ | | | | | | | Clean-up and standardization of "App password" | ||||
| * | | fix: Clean-up and standardization of "App password" | rakekniven | 2023-12-15 | 2 | -4/+4 |
|/ / | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | ||||
* | | Merge pull request #42310 from nextcloud/bump/skjnldbot/nexcloud-upload | Ferdinand Thiessen | 2023-12-15 | 7 | -13/+45 |
|\ \ | |/ |/| | chore(deps): Bump @nextcloud/upload to 1.0.4 | ||||
| * | chore(assets): Recompile assets | nextcloud-command | 2023-12-15 | 5 | -7/+7 |
| | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | chore(deps): Bump @nextcloud/upload to 1.0.4 | John Molakvoæ | 2023-12-15 | 2 | -6/+38 |
|/ | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Merge pull request #42281 from nextcloud/fix/files/urlencode | John Molakvoæ | 2023-12-15 | 3 | -4/+4 |
|\ | |||||
| * | chore: Compile assets | Ferdinand Thiessen | 2023-12-14 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | fix(files): fix download file encoded source | John Molakvoæ | 2023-12-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #42209 from nextcloud/bugfix/noid/comments-meta-data | Joas Schilling | 2023-12-15 | 11 | -54/+152 |
|\ \ | | | | | | | feat(comments): Add a meta data column for comments | ||||
| * | | fix(comments): Reference ID column is now added on upgrade and therefore can ↵ | Joas Schilling | 2023-12-14 | 1 | -14/+0 |
| | | | | | | | | | | | | | | | | | | be removed Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | feat(comments): Add a meta data column for comments | Joas Schilling | 2023-12-14 | 10 | -40/+152 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #42132 from nextcloud/fix/client-secret-aria | Eduardo Morales | 2023-12-14 | 3 | -6/+11 |
|\ \ | | | | | | | enh(oauth2): allowed toggling of aria label | ||||
| * | | enh(oauth2): allowed toggling of aria label | Eduardo Morales | 2023-12-14 | 3 | -6/+11 |
|/ / | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | | Merge pull request #42290 from nextcloud/enh/h3-to-h2 | Eduardo Morales | 2023-12-14 | 3 | -10/+7 |
|\ \ | | | | | | | fix(dashboard): changed h3 elements to h2 | ||||
| * | | fix(dashboard): changed h3 elements to h2 | Eduardo Morales | 2023-12-14 | 3 | -10/+7 |
| | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-15 | 50 | -10/+300 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #42283 from nextcloud/fix/maxcontrast-blur | Pytal | 2023-12-14 | 18 | -18/+32 |
|\ \ | | | | | | | fix: Ensure correct max contrast color is used when blurred background is used | ||||
| * | | chore: Compile assets | Ferdinand Thiessen | 2023-12-14 | 14 | -18/+18 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix(core): Make sure correct colors are used on blurred background | Ferdinand Thiessen | 2023-12-14 | 4 | -0/+14 |
| |/ | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #42186 from nextcloud/fix/files-quota-nav | Ferdinand Thiessen | 2023-12-14 | 4 | -10/+10 |
|\ \ | |/ |/| | fix(files): Partly revert 32c1aeb and show correct quota again | ||||
| * | fix(files): Partly revert 32c1aeb and show correct quota again | Ferdinand Thiessen | 2023-12-14 | 4 | -10/+10 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #42205 from nextcloud/translate-own-user | Joas Schilling | 2023-12-14 | 3 | -4/+4 |
|\ | | | | | Translate me-text in unified search people filter | ||||
| * | chore(assets): Recompile assets | nextcloud-command | 2023-12-14 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | Use display name instead of 'me' text. | fenn-cs | 2023-12-14 | 1 | -1/+1 |
|/ | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | Merge pull request #42124 from nextcloud/feat/files/batch-copy-move | John Molakvoæ | 2023-12-14 | 7 | -31/+55 |
|\ | |||||
| * | fix(files): templates logger usage | John Molakvoæ | 2023-12-14 | 5 | -7/+7 |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
| * | feat(files): add batch support to copy-move | John Molakvoæ | 2023-12-14 | 2 | -24/+48 |
|/ | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Merge pull request #42187 from ↵ | Joas Schilling | 2023-12-14 | 2 | -57/+140 |
|\ | | | | | | | | | nextcloud/automated/noid/master-update-ca-cert-bundle [master] fix(security): Update CA certificate bundle | ||||
| * | fix(security): Update CA certificate bundle | nextcloud-command | 2023-12-14 | 2 | -57/+140 |
|/ | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | Merge pull request #42130 from ↵ | Ferdinand Thiessen | 2023-12-14 | 1 | -1/+1 |
|\ | | | | | | | | | nextcloud/dependabot/github_actions/actions/stale-9 chore(deps): Bump actions/stale from 8 to 9 | ||||
| * | chore(deps): Bump actions/stale from 8 to 9 | dependabot[bot] | 2023-12-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-14 | 134 | -222/+350 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #42242 from nextcloud/fix/files-drag-when-rename-file | Eduardo Morales | 2023-12-13 | 4 | -13/+39 |
|\ \ | | | | | | | fix(files): Do not add drag handlers on rename | ||||
| * | | chore: Compile assets | Ferdinand Thiessen | 2023-12-13 | 2 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix(files): Do not add drag and drop listeners when renaming a file | Ferdinand Thiessen | 2023-12-13 | 2 | -10/+36 |
|/ / | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #42185 from nextcloud/fix/files-sharing-translations | Ferdinand Thiessen | 2023-12-13 | 8 | -24/+24 |
|\ \ | | | | | | | fix(files_sharing): Add one string for every share type | ||||
| * | | chore: Compile assets | Ferdinand Thiessen | 2023-12-13 | 7 | -7/+7 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix(files_sharing): Add one string for every share type to not assume any ↵ | Ferdinand Thiessen | 2023-12-13 | 1 | -17/+17 |
|/ / | | | | | | | | | | | language Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #42095 from nextcloud/fix/files/exact-nav | Eduardo Morales | 2023-12-13 | 3 | -4/+5 |
|\ \ | | | | | | | fix(files): navigation exact | ||||
| * | | chore(assets): Recompile assets | nextcloud-command | 2023-12-12 | 2 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | fix(files): navigation exact | John Molakvoæ | 2023-12-12 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #42183 from nextcloud/fix/unified-search-prop | Ferdinand Thiessen | 2023-12-13 | 3 | -4/+3 |
|\ \ \ | | | | | | | | | fix(UnifiedSearch): Remove title prop from modal | ||||
| * | | | chore: Compile assets | Ferdinand Thiessen | 2023-12-13 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | | fix(UnifiedSearch): Remove title prop from modal | Ferdinand Thiessen | 2023-12-13 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |