Граф коммитов

2713 Коммитов

Автор SHA1 Сообщение Дата
max-nextcloud ab7dcc2b60
Merge pull request #2366 from nextcloud/dependabot/composer/psalm/phar-4.23.0
build(deps-dev): bump psalm/phar from 4.22.0 to 4.23.0
2022-05-05 11:21:51 +02:00
dependabot[bot] 06ab720bac
build(deps-dev): bump psalm/phar from 4.22.0 to 4.23.0
Bumps [psalm/phar](https://github.com/psalm/phar) from 4.22.0 to 4.23.0.
- [Release notes](https://github.com/psalm/phar/releases)
- [Commits](https://github.com/psalm/phar/compare/4.22.0...4.23.0)

---
updated-dependencies:
- dependency-name: psalm/phar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-05 09:05:58 +00:00
max-nextcloud 0c9081c9eb
Merge pull request #2361 from nextcloud/ci/dependabot-target-branches
ci: bump dependabot target branches
2022-05-05 11:05:26 +02:00
Max 61be37ce5b
ci: bump dependabot target branches
Part of the Nextcloud 24 branch off.
https://github.com/nextcloud/office/issues/5

Signed-off-by: Max <max@nextcloud.com>
2022-05-05 10:54:31 +02:00
max-nextcloud e6766d753c
Merge pull request #2362 from nextcloud/cleanup/jest-environment-jsdom-dependency
cleanup: explicit dependency on jest-environment-jsdom
2022-05-05 10:53:49 +02:00
Max 259c94cacb
cleanup: explicit dependency on jest-environment-jsdom
It is included by jest anyway.
So let's not manage its version separately.

Signed-off-by: Max <max@nextcloud.com>
2022-05-05 06:46:19 +02:00
Nextcloud bot 29f8fc6fd2
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-05 03:28:13 +00:00
max-nextcloud 88061e52d2
Merge pull request #2326 from nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.0.0
build(deps-dev): bump @nextcloud/eslint-config from 7.0.2 to 8.0.0
2022-05-04 10:30:07 +02:00
Vinicius Reis b984a86213
️ Revert npm@7 version
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-05-03 18:35:20 -03:00
Vinicius Reis a45c495428
⬆️ upgrade cypress action
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-05-03 18:31:25 -03:00
Vinicius Reis f9661cf188
Merge branch 'dependabot/npm_and_yarn/nextcloud/eslint-config-8.0.0' of github.com:nextcloud/text into dependabot/npm_and_yarn/nextcloud/eslint-config-8.0.0 2022-05-03 18:23:45 -03:00
Vinicius Reis a4a9299e0e
💚 fix missing package-lock.json file
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-05-03 18:22:53 -03:00
nextcloud-command 5bd6361a68 Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-03 21:12:17 +00:00
Vinicius Reis 0ba4e9d8ba
⬆️ update actions/setup-node
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-05-03 18:08:56 -03:00
Vinicius Reis c7ac810443
🔨 run npm dedupe
https://docs.npmjs.com/cli/commands/npm-dedupe
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-05-03 18:08:04 -03:00
nextcloud-command a50506f822 Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-03 15:36:23 +00:00
Max 54e5d051e2
deps: drop superfluous babel-core
We have @babel/core now and do not need the bridge anymore.

Signed-off-by: Max <max@nextcloud.com>
2022-05-03 16:58:13 +02:00
Max cb4e212451
build: compile js
Signed-off-by: Max <max@nextcloud.com>
2022-05-03 16:38:51 +02:00
Max fe37e99094
deps: dev-depend on @nextcloud/eslint peer dependencies
Signed-off-by: Max <max@nextcloud.com>
2022-05-03 16:36:55 +02:00
Max 56ff9c56ff
fix: specify file extensions in import statements
As recommended in @nextcloud/eslint-config@8.0.0
https://github.com/nextcloud/eslint-config/pull/292

Signed-off-by: Max <max@nextcloud.com>
2022-05-03 16:33:39 +02:00
dependabot[bot] 93ba775578
build(deps-dev): bump @nextcloud/eslint-config from 7.0.2 to 8.0.0
Explicitely include the peer dependency to eslint-plugin-jsdoc
as a dev dependency to fix cypress failures when loading .eslintrc.js
https://github.com/nextcloud/text/runs/6246059459?check_suite_focus=true

Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 7.0.2 to 8.0.0.
- [Release notes](https://github.com/nextcloud/eslint-config/releases)
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/eslint-config/compare/v7.0.2...v8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-03 16:33:39 +02:00
max-nextcloud edf6e48fa7
Merge pull request #2356 from nextcloud/ci/only-run-phpunit-when-php-changed
ci: only run php unit tests when php files changed
2022-05-02 15:03:29 +02:00
Max 6e2ac763cf ci: only run php unit tests when php files changed
They take 10 minutes to setup nextcloud
and block available CI runners.

This is particularly wasteful with javascript dependency updates.
Dependabot will rebase the pending updates
upon every push to the underlying branch.

Signed-off-by: Max <max@nextcloud.com>
2022-05-02 13:21:39 +02:00
dependabot[bot] 02d6ceb255
Merge pull request #2350 from nextcloud/dependabot/npm_and_yarn/cypress-9.6.0 2022-05-01 09:37:49 +00:00
dependabot[bot] 5d540f4a76 build(deps-dev): bump cypress from 9.5.4 to 9.6.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.5.4 to 9.6.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v9.5.4...v9.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-01 09:23:12 +00:00
dependabot[bot] 001ef75e93
Merge pull request #2355 from nextcloud/dependabot/npm_and_yarn/tiptap/suggestion-2.0.0-beta.91 2022-05-01 07:04:51 +00:00
dependabot[bot] 7e1e54431d build(deps): bump @tiptap/suggestion from 2.0.0-beta.90 to 2.0.0-beta.91
Bumps [@tiptap/suggestion](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/suggestion) from 2.0.0-beta.90 to 2.0.0-beta.91.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/suggestion/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/suggestion@2.0.0-beta.91/packages/suggestion)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-01 06:49:59 +00:00
dependabot[bot] 49e6a8cbd3
Merge pull request #2354 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.3 2022-05-01 06:41:58 +00:00
dependabot[bot] 5472ab4e97 build(deps): bump core-js from 3.22.2 to 3.22.3
Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.2 to 3.22.3.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.22.2...v3.22.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-01 06:24:16 +00:00
dependabot[bot] f6329a2590
Merge pull request #2353 from nextcloud/dependabot/npm_and_yarn/tiptap/extension-link-2.0.0-beta.37 2022-05-01 05:44:51 +00:00
dependabot[bot] 3fffb923c4 build(deps): bump @tiptap/extension-link
Bumps [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) from 2.0.0-beta.36 to 2.0.0-beta.37.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-link/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-link@2.0.0-beta.37/packages/extension-link)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-link"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-01 05:27:17 +00:00
dependabot[bot] 2ddc882c96
Merge pull request #2351 from nextcloud/dependabot/npm_and_yarn/tiptap/core-2.0.0-beta.175 2022-05-01 04:59:14 +00:00
dependabot[bot] 34cb7cc379 build(deps): bump @tiptap/core from 2.0.0-beta.174 to 2.0.0-beta.175
Bumps [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) from 2.0.0-beta.174 to 2.0.0-beta.175.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/core@2.0.0-beta.175/packages/core)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-01 04:40:27 +00:00
dependabot[bot] 3f3d7d5d3c
Merge pull request #2349 from nextcloud/dependabot/npm_and_yarn/tiptap/extension-task-item-2.0.0-beta.32 2022-05-01 04:15:50 +00:00
dependabot[bot] 045beea715 build(deps): bump @tiptap/extension-task-item
Bumps [@tiptap/extension-task-item](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-task-item) from 2.0.0-beta.31 to 2.0.0-beta.32.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-task-item/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-task-item@2.0.0-beta.32/packages/extension-task-item)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-task-item"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-01 03:59:48 +00:00
dependabot[bot] f4709f318a
Merge pull request #2347 from nextcloud/dependabot/npm_and_yarn/tiptap/vue-2-2.0.0-beta.78 2022-05-01 03:29:50 +00:00
dependabot[bot] a244fcde11 build(deps): bump @tiptap/vue-2 from 2.0.0-beta.77 to 2.0.0-beta.78
Bumps [@tiptap/vue-2](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/vue-2) from 2.0.0-beta.77 to 2.0.0-beta.78.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/vue-2/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/vue-2@2.0.0-beta.78/packages/vue-2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-01 03:14:43 +00:00
dependabot[bot] 9e35dece78
Merge pull request #2346 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.10.0 2022-05-01 02:47:28 +00:00
dependabot[bot] 8050a2bac1 build(deps): bump @nextcloud/axios from 1.9.0 to 1.10.0
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.9.0...v1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-01 02:31:46 +00:00
Nextcloud bot 10f354524a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-29 03:27:39 +00:00
Nextcloud bot e503088c24
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-28 03:28:46 +00:00
dependabot[bot] b5d9f37a27
Merge pull request #2325 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.2 2022-04-27 12:36:14 +00:00
dependabot[bot] 9089145651 build(deps): bump core-js from 3.22.0 to 3.22.2
Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.0 to 3.22.2.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.22.0...v3.22.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-27 12:28:11 +00:00
max-nextcloud 8b9983468b
Merge pull request #2324 from nextcloud/dependabot/npm_and_yarn/markdown-it-13.0.0
build(deps): bump markdown-it from 12.3.2 to 13.0.0
2022-04-27 14:20:17 +02:00
dependabot[bot] 50d3629cb4 build(deps): bump markdown-it from 12.3.2 to 13.0.0
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.3.2 to 13.0.0.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/12.3.2...13.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-27 12:04:37 +00:00
max-nextcloud 2091aece1a
Merge pull request #2292 from nextcloud/pierreozoux-patch-1
Changes menu entry.
2022-04-27 13:44:12 +02:00
Pierre Ozoux ce9daac3d7
Changes menu entry.
We realized with our users that when the apps Text and ONLYOFFICE are installed in parallel, this is a bit confusing.

You can see a screenshot here, in french:
https://forge.liiib.re/indiehost/tech/plateforme/-/issues/217#note_9733

So we propose this change.

In relation to this change in [onlyoffice app](https://github.com/ONLYOFFICE/onlyoffice-nextcloud/pull/617).

Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-27 13:28:20 +02:00
max-nextcloud f86dfa0c5b
Merge pull request #2315 from nextcloud/fix/menubar-after-sidebar-toggle
fix: adjust menubar on sidebar toggling
2022-04-27 13:27:09 +02:00
Max d5e3b7932a
fix: adjust menubar on sidebar toggling
Signed-off-by: Max <max@nextcloud.com>
2022-04-27 12:07:28 +02:00
Nextcloud bot 22002d0a29
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-27 03:31:21 +00:00