Commit Graph

7605 Commits

Author SHA1 Message Date
Johannes Szeibert
6e1e6a8957 introduce Card Covers
Signed-off-by: Johannes Szeibert <johannes@szeibert.de>
2023-10-17 14:10:45 +02:00
Nextcloud bot
bf28940608 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-17 00:46:42 +00:00
Julius Härtl
6743368f1f Merge pull request #5133 from privatemaker/fix/aria-title-to-buttons
add attributes aria-label= and title= to Filters & View Modes buttons
2023-10-16 23:02:35 +02:00
Julius Härtl
1564da544e Update src/components/Controls.vue
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-10-16 22:54:56 +02:00
Julius Härtl
4ab35e0c89 Merge pull request #5207 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2023-10-16 10:22:10 +02:00
Julius Härtl
f2f6f80a1d Merge pull request #5210 from nextcloud/automated/noid/main-fix-npm-audit 2023-10-16 10:15:36 +02:00
nextcloud-command
b0dc54117b chore(deps): fix npm audit
Signed-off-by: GitHub <noreply@github.com>
2023-10-15 03:29:30 +00:00
nextcloud-command
f87b4ae837 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2023-10-15 02:42:41 +00:00
dependabot[bot]
36bc5d1f8f Merge pull request #5203 from nextcloud/dependabot/npm_and_yarn/main/cypress-13.3.1 2023-10-14 06:21:23 +00:00
dependabot[bot]
16f99901ee Merge pull request #5204 from nextcloud/dependabot/npm_and_yarn/main/babel/runtime-7.23.2 2023-10-14 04:01:43 +00:00
dependabot[bot]
34a4db4d42 Chore(deps-dev): Bump cypress from 13.3.0 to 13.3.1
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.3.0 to 13.3.1.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.3.0...v13.3.1)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-14 03:59:19 +00:00
dependabot[bot]
56161aa4a2 Merge pull request #5202 from nextcloud/dependabot/npm_and_yarn/main/relative-ci/agent-4.1.10 2023-10-14 03:58:28 +00:00
dependabot[bot]
ef058908ae Chore(deps): Bump @babel/runtime from 7.23.1 to 7.23.2
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.1 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-14 01:33:18 +00:00
dependabot[bot]
1207d6c28f Chore(deps-dev): Bump @relative-ci/agent from 4.1.9 to 4.1.10
Bumps [@relative-ci/agent](https://github.com/relative-ci/agent) from 4.1.9 to 4.1.10.
- [Release notes](https://github.com/relative-ci/agent/releases)
- [Commits](https://github.com/relative-ci/agent/compare/v4.1.9...v4.1.10)

---
updated-dependencies:
- dependency-name: "@relative-ci/agent"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-14 01:32:21 +00:00
Nextcloud bot
0f75f2f3fb Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-14 00:44:01 +00:00
Nextcloud bot
ca4f58d509 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-13 01:14:50 +00:00
Nextcloud bot
4fa737f30d Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-12 00:42:10 +00:00
Nextcloud bot
096bef4101 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-11 00:47:33 +00:00
Private Maker
2ab186a688 add attributes aria-label= and title= to Filters & View Modes buttons
Signed-off-by: Private Maker <privatemaker@posteo.net>
2023-10-10 08:39:12 +02:00
Julius Härtl
028b4c0bb7 Merge pull request #5164 from nextcloud/Jerome-Herbinet-replace-timeline-with-activity
Replace "Timeline" wording with "Activity" in order to be consistent with equivalent contexts throughout Nextcloud
2023-10-10 08:38:10 +02:00
Nextcloud bot
b789d45cb5 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-10 01:07:35 +00:00
Julius Härtl
47fc41eb93 Merge pull request #5168 from nextcloud/Jerome-Herbinet-better-wordings-for--board-creation-limitation 2023-10-09 13:52:02 +02:00
Jérôme Herbinet
c96399bbad Board creation limitation : More understandable wordings
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

Update src/components/navigation/AppNavigation.vue

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Co-Authored-By: Julius Härtl <jus@bitgrid.net>
2023-10-09 13:31:58 +02:00
Julius Härtl
1238910a11 Merge pull request #5160 from nextcloud/dependabot/npm_and_yarn/cypress/request-and-nextcloud/cypress-and-cypress-3.0.1
Chore(deps): Bump @cypress/request, @nextcloud/cypress and cypress
2023-10-09 12:45:51 +02:00
Julius Härtl
6603c46a9c Merge pull request #5161 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2023-10-09 12:16:52 +02:00
Nextcloud bot
91abf77a34 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-09 00:44:25 +00:00
nextcloud-command
1d27822e5d chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2023-10-08 02:32:16 +00:00
Nextcloud bot
4f92eda181 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-08 00:46:01 +00:00
Nextcloud bot
1915e08048 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-07 01:19:04 +00:00
Nextcloud bot
a2ca625012 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-06 00:42:32 +00:00
Nextcloud bot
5909098257 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-04 00:42:46 +00:00
Nextcloud bot
77a662f47a Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-03 00:41:58 +00:00
Nextcloud bot
d2a58213e5 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-02 00:42:36 +00:00
dependabot[bot]
e7e21ca2da Merge pull request #5180 from nextcloud/dependabot/npm_and_yarn/main/dompurify-3.0.6 2023-09-30 06:05:54 +00:00
dependabot[bot]
c169a9f651 Chore(deps): Bump @cypress/request, @nextcloud/cypress and cypress
Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1 and updates ancestor dependencies [@cypress/request](https://github.com/cypress-io/request), [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) and [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together.


Updates `@cypress/request` from 2.88.12 to 3.0.1
- [Release notes](https://github.com/cypress-io/request/releases)
- [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/request/compare/v2.88.12...v3.0.1)

Updates `@nextcloud/cypress` from 1.0.0-beta.2 to 1.0.0-beta.6
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases)
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.2...v1.0.0-beta.6)

Updates `cypress` from 12.17.4 to 13.2.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v12.17.4...v13.2.0)

---
updated-dependencies:
- dependency-name: "@cypress/request"
  dependency-type: indirect
- dependency-name: "@nextcloud/cypress"
  dependency-type: direct:development
- dependency-name: cypress
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-30 02:43:16 +00:00
dependabot[bot]
ca959ec1fd Chore(deps): Bump dompurify from 3.0.5 to 3.0.6
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.0.5...3.0.6)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-30 02:43:08 +00:00
dependabot[bot]
218146a7f3 Merge pull request #5181 from nextcloud/dependabot/npm_and_yarn/main/markdown-it-13.0.2 2023-09-30 02:41:41 +00:00
dependabot[bot]
b672fa333f Merge pull request #5179 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/eslint-config-8.3.0 2023-09-30 02:41:03 +00:00
dependabot[bot]
5501641cb8 Merge pull request #5176 from nextcloud/dependabot/composer/justinrainbow/json-schema-5.2.13 2023-09-30 02:39:16 +00:00
dependabot[bot]
9c842ff511 Merge pull request #5177 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/vue-7.12.6 2023-09-30 02:38:33 +00:00
dependabot[bot]
a2af03606c Merge pull request #5175 from nextcloud/dependabot/npm_and_yarn/main/babel/runtime-7.23.1 2023-09-30 02:36:31 +00:00
dependabot[bot]
e19eb9d908 Chore(deps): Bump markdown-it from 13.0.1 to 13.0.2
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 13.0.1 to 13.0.2.
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/13.0.1...13.0.2)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-30 01:22:56 +00:00
dependabot[bot]
c5f830fe39 Chore(deps-dev): Bump @nextcloud/eslint-config from 8.2.1 to 8.3.0
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud-libraries/eslint-config) from 8.2.1 to 8.3.0.
- [Release notes](https://github.com/nextcloud-libraries/eslint-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/eslint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/eslint-config/compare/v8.2.1...v8.3.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-30 01:22:19 +00:00
dependabot[bot]
bcb505b78b Chore(deps): Bump @nextcloud/vue from 7.12.5 to 7.12.6
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.12.5 to 7.12.6.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v7.12.6/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.12.5...v7.12.6)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-30 01:20:48 +00:00
dependabot[bot]
8bbc45c6c8 Chore(deps): Bump justinrainbow/json-schema from 5.2.12 to 5.2.13
Bumps [justinrainbow/json-schema](https://github.com/justinrainbow/json-schema) from 5.2.12 to 5.2.13.
- [Release notes](https://github.com/justinrainbow/json-schema/releases)
- [Commits](https://github.com/justinrainbow/json-schema/compare/5.2.12...v5.2.13)

---
updated-dependencies:
- dependency-name: justinrainbow/json-schema
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-30 01:20:31 +00:00
dependabot[bot]
c63da670ec Chore(deps): Bump @babel/runtime from 7.22.15 to 7.23.1
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.15 to 7.23.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.1/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-30 01:20:28 +00:00
Nextcloud bot
307db42dc4 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-28 00:43:49 +00:00
Jérôme Herbinet
97b0eb64ad Replace "Timeline" with "Activity" in CardSidebar.vue
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-09-26 14:22:31 +02:00
Jérôme Herbinet
691d267186 Replace "Timeline" with "Activity" in BoardSidebar.vue
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-09-26 14:18:11 +02:00
Nextcloud bot
e8dd287528 Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-26 00:43:48 +00:00