aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #42305 from nextcloud/fix/reset-last-run-joblistJoas Schilling2023-12-151-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 jobAnna Larch2023-12-151-0/+1
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #42285 from nextcloud/fix/theming-color-utils-primaryFerdinand Thiessen2023-12-156-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 Thiessen2023-12-153-8/+15
| | | | | | | | | | | | | | | | | | contrast themes Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(theming): Adjust hover color to be accessibleFerdinand Thiessen2023-12-154-18/+131
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | enh(theming): Adjust color utils to work as specified by WCAG (color ↵Ferdinand Thiessen2023-12-153-10/+76
|/ / | | | | | | | | | | contrast and luma calculation) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #42109 from nextcloud/rakekniven-patch-4Eduardo Morales2023-12-152-4/+4
|\ \ | | | | | | Clean-up and standardization of "App password"
| * | fix: Clean-up and standardization of "App password"rakekniven2023-12-152-4/+4
|/ / | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | Merge pull request #42310 from nextcloud/bump/skjnldbot/nexcloud-uploadFerdinand Thiessen2023-12-157-13/+45
|\ \ | |/ |/| chore(deps): Bump @nextcloud/upload to 1.0.4
| * chore(assets): Recompile assetsnextcloud-command2023-12-155-7/+7
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * chore(deps): Bump @nextcloud/upload to 1.0.4John Molakvoæ2023-12-152-6/+38
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #42281 from nextcloud/fix/files/urlencodeJohn Molakvoæ2023-12-153-4/+4
|\
| * chore: Compile assetsFerdinand Thiessen2023-12-142-3/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(files): fix download file encoded sourceJohn Molakvoæ2023-12-141-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #42209 from nextcloud/bugfix/noid/comments-meta-dataJoas Schilling2023-12-1511-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 Schilling2023-12-141-14/+0
| | | | | | | | | | | | | | | | | | be removed Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | feat(comments): Add a meta data column for commentsJoas Schilling2023-12-1410-40/+152
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #42132 from nextcloud/fix/client-secret-ariaEduardo Morales2023-12-143-6/+11
|\ \ | | | | | | enh(oauth2): allowed toggling of aria label
| * | enh(oauth2): allowed toggling of aria labelEduardo Morales2023-12-143-6/+11
|/ / | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | Merge pull request #42290 from nextcloud/enh/h3-to-h2Eduardo Morales2023-12-143-10/+7
|\ \ | | | | | | fix(dashboard): changed h3 elements to h2
| * | fix(dashboard): changed h3 elements to h2Eduardo Morales2023-12-143-10/+7
| | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-1550-10/+300
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #42283 from nextcloud/fix/maxcontrast-blurPytal2023-12-1418-18/+32
|\ \ | | | | | | fix: Ensure correct max contrast color is used when blurred background is used
| * | chore: Compile assetsFerdinand Thiessen2023-12-1414-18/+18
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(core): Make sure correct colors are used on blurred backgroundFerdinand Thiessen2023-12-144-0/+14
| |/ | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #42186 from nextcloud/fix/files-quota-navFerdinand Thiessen2023-12-144-10/+10
|\ \ | |/ |/| fix(files): Partly revert 32c1aeb and show correct quota again
| * fix(files): Partly revert 32c1aeb and show correct quota againFerdinand Thiessen2023-12-144-10/+10
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #42205 from nextcloud/translate-own-userJoas Schilling2023-12-143-4/+4
|\ | | | | Translate me-text in unified search people filter
| * chore(assets): Recompile assetsnextcloud-command2023-12-142-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * Use display name instead of 'me' text.fenn-cs2023-12-141-1/+1
|/ | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Merge pull request #42124 from nextcloud/feat/files/batch-copy-moveJohn Molakvoæ2023-12-147-31/+55
|\
| * fix(files): templates logger usageJohn Molakvoæ2023-12-145-7/+7
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * feat(files): add batch support to copy-moveJohn Molakvoæ2023-12-142-24/+48
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #42187 from ↵Joas Schilling2023-12-142-57/+140
|\ | | | | | | | | nextcloud/automated/noid/master-update-ca-cert-bundle [master] fix(security): Update CA certificate bundle
| * fix(security): Update CA certificate bundlenextcloud-command2023-12-142-57/+140
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #42130 from ↵Ferdinand Thiessen2023-12-141-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 9dependabot[bot]2023-12-091-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 TransifexNextcloud bot2023-12-14134-222/+350
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #42242 from nextcloud/fix/files-drag-when-rename-fileEduardo Morales2023-12-134-13/+39
|\ \ | | | | | | fix(files): Do not add drag handlers on rename
| * | chore: Compile assetsFerdinand Thiessen2023-12-132-3/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files): Do not add drag and drop listeners when renaming a fileFerdinand Thiessen2023-12-132-10/+36
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #42185 from nextcloud/fix/files-sharing-translationsFerdinand Thiessen2023-12-138-24/+24
|\ \ | | | | | | fix(files_sharing): Add one string for every share type
| * | chore: Compile assetsFerdinand Thiessen2023-12-137-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 Thiessen2023-12-131-17/+17
|/ / | | | | | | | | | | language Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #42095 from nextcloud/fix/files/exact-navEduardo Morales2023-12-133-4/+5
|\ \ | | | | | | fix(files): navigation exact
| * | chore(assets): Recompile assetsnextcloud-command2023-12-122-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files): navigation exactJohn Molakvoæ2023-12-121-1/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #42183 from nextcloud/fix/unified-search-propFerdinand Thiessen2023-12-133-4/+3
|\ \ \ | | | | | | | | fix(UnifiedSearch): Remove title prop from modal
| * | | chore: Compile assetsFerdinand Thiessen2023-12-132-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(UnifiedSearch): Remove title prop from modalFerdinand Thiessen2023-12-131-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>