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

3189 Коммитов

Автор SHA1 Сообщение Дата
max-nextcloud 12df66ffdd
Merge pull request #2677 from nextcloud/fix/stop-using-propfind-for-workspace
fix: use own workspace endpoint instead of PROPFIND properties
2022-07-06 19:25:23 +02:00
Max ecb59d2de1 fix: use own workspace endpoint instead of PROPFIND properties
With a lot of subdirectories the depth=1 PROPFIND will take quite a long time.
It has to look for workspace files in all the subdirectories.

Stop overloading the PROPFIND and rely on our own workspace endpoint
for that particular directory instead.

Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-06 17:08:53 +00:00
Julius Härtl 329b9b7e4b
Merge pull request #2678 from nextcloud/feature/show-username
Show display name instead of user id in frontend
2022-07-06 19:03:58 +02:00
nextcloud-command 2e7ac819d2 Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-06 15:08:28 +00:00
Ferdinand Thiessen 37e84127bd Align UserColors with SessionList, show display name instead of user id
This fixes #2229

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2022-07-06 17:03:28 +02:00
Jonas 254159b198
Merge pull request #2681 from nextcloud/update/prosemirror
Update prosemirror dependencies
2022-07-06 15:54:34 +02:00
Jonas 4c70b027ac Update prosemirror dependencies
Fixes: #931
Fixes: #2276
Fixes: #2480

Thanks a lot to Ferdinand Thiessen for bug triaging and fixing <3

Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-06 13:26:36 +00:00
max-nextcloud d59b70198e
Merge pull request #2608 from nextcloud/fix/dav
Fix/dav
2022-07-06 11:07:38 +02:00
Julius Härtl 940e1b5876
Avoid duplicate queries and limit depth by default to 0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-06 10:51:53 +02:00
Max bfe8a1386b
fix: always handle workspace properties
Signed-off-by: Max <max@nextcloud.com>
2022-07-06 10:51:52 +02:00
Max 741d952e13
fix: bring back the share owner handling and workspace file id
These fixes were lost when reverting 3e40b7b.

Signed-off-by: Max <max@nextcloud.com>
2022-07-06 10:51:52 +02:00
Max 63bbd4ad8b
test: propfind extension for workspaces
Regression tests for
https://github.com/nextcloud/server/issues/32514#issuecomment-1155242808

Signed-off-by: Max <max@nextcloud.com>
2022-07-06 10:51:52 +02:00
Carl Schwan 4f5a37dcbd
Assume that the default depth is 1 in DAV
Otherwise if the Depth header is ommited, the workspace information
won't be display at all.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-06 10:51:51 +02:00
Carl Schwan 82b1234031
Revert "fix: DAV only return workspace properties if they are set"
This reverts commit 3e40b7bce4.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-06 10:51:46 +02:00
max-nextcloud 163eddff42
Merge pull request #2658 from nextcloud/test/folder-names-with-retry
fix: take retry into account for test folders
2022-07-05 18:29:28 +02:00
Max 8c6cd4dd3b fix: take retry into account for test folders
Signed-off-by: Max <max@nextcloud.com>
2022-07-05 16:12:36 +00:00
max-nextcloud 99ed401d8b
Merge pull request #2668 from nextcloud/fix/link_handling
Link handling fixes
2022-07-05 06:04:21 +02:00
Jonas eedb91e3c3 Compile JS assets
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-05 03:50:33 +00:00
Jonas e985205cfa Bump NPM package version
Signed-off-by: Jonas <jonas@freesources.org>
2022-07-05 03:50:33 +00:00
Jonas bc7fa678d4 Move click conditions from default openClick handler to link plugin
We only want our custom link handlers (either the default from Text app
or a further customized one, e.g. from Collectives app) to happen if the
first mouse button is used, Ctrl key is not pressed and the link points
to a local link.

Signed-off-by: Jonas <jonas@freesources.org>
2022-07-05 03:50:33 +00:00
Jonas 5c93bbe1d8 Prevent opening links with default handler in RichTextReader
We use a prosemirror plugin with the `handleClick` handler to handle
clicking on links, so we don't want the default browser link handling to
happen.

See earlier commit 5bf15b4dc0 for
reference.

Signed-off-by: Jonas <jonas@freesources.org>
2022-07-05 03:50:33 +00:00
Nextcloud bot 73e57c6ccd
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-05 03:23:03 +00:00
Jonas ebc877f03d
Merge pull request #2514 from nextcloud/package/expose-image-resolver
package: expose ImageResolver so it can be provided to RichTextReader
2022-07-04 13:10:00 +02:00
Max 3b72a0b687
Version 25.0.0-alpha.7
* Export the Image Resolver so it can be provided

Signed-off-by: Jonas <jonas@freesources.org>
2022-07-04 11:31:52 +01:00
Max ad246cf515
package: expose ImageResolver so it can be provided to RichTextReader
Signed-off-by: Max <max@nextcloud.com>
2022-07-04 11:21:44 +01:00
Jonas 0f6d35d0a1
Merge pull request #2663 from nextcloud/release/25.0.0-alpha.3
Bump npm package version to 25.0.0-alpha.4
2022-07-04 11:51:28 +02:00
Jonas e5d86c1364
Bump npm package version to 25.0.0-alpha.5
Signed-off-by: Jonas <jonas@freesources.org>
2022-07-04 10:45:32 +01:00
Jonas 217efe17cc
Merge pull request #2661 from nextcloud/update/tiptap
Update: all tiptap dependencies in one go
2022-07-04 11:42:16 +02:00
Max 5fd6b0e702 update: all of tiptap in one go
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-04 08:45:46 +00:00
Jonas a06e431fa5
Merge pull request #2662 from nextcloud/fix/base-reader-injection
Fix provided / injected extension list of BaseReader
2022-07-04 10:03:28 +02:00
Ferdinand Thiessen 4655d76e3a Compile assets
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-04 07:57:38 +00:00
Ferdinand Thiessen d26ed3222c
BaseReader: Use a factory pattern for creating the extension list
Provide functions are neither called on the providing object nor
on the injecting object, so using `this` within provided functions
will refer to the global `this` for which `$emit` is not defined.
This uses a factory pattern so that `this` is bound to the injecting
object.

Also forwarding the `click-link` event is needed.

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2022-07-04 08:43:05 +01:00
dependabot[bot] 014f73fced
Merge pull request #2631 from nextcloud/dependabot/npm_and_yarn/tiptap/extension-table-2.0.0-beta.54 2022-07-04 05:54:19 +00:00
dependabot[bot] f1f0a5524b build(deps): bump @tiptap/extension-table
Bumps [@tiptap/extension-table](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table) from 2.0.0-beta.53 to 2.0.0-beta.54.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-table/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-table@2.0.0-beta.54/packages/extension-table)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-table"
  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-07-04 05:49:14 +00:00
Nextcloud bot f487b3b74c
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-04 03:22:43 +00:00
Nextcloud bot 916e0c21c8
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-03 03:19:01 +00:00
dependabot[bot] 5287314ae5
Merge pull request #2634 from nextcloud/dependabot/npm_and_yarn/tiptap/core-2.0.0-beta.181 2022-07-02 22:51:18 +00:00
dependabot[bot] 9af3f15cb8 build(deps): bump @tiptap/core from 2.0.0-beta.180 to 2.0.0-beta.181
Bumps [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) from 2.0.0-beta.180 to 2.0.0-beta.181.
- [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.181/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-07-02 22:46:45 +00:00
dependabot[bot] d356e78a10
Merge pull request #2637 from nextcloud/dependabot/npm_and_yarn/tiptap/vue-2-2.0.0-beta.84 2022-07-02 22:35:04 +00:00
dependabot[bot] 9322cde05e build(deps): bump @tiptap/vue-2 from 2.0.0-beta.83 to 2.0.0-beta.84
Bumps [@tiptap/vue-2](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/vue-2) from 2.0.0-beta.83 to 2.0.0-beta.84.
- [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.84/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-07-02 22:30:05 +00:00
dependabot[bot] c8bfabd6ba
Merge pull request #2638 from nextcloud/dependabot/npm_and_yarn/tiptap/suggestion-2.0.0-beta.97 2022-07-02 14:05:03 +00:00
dependabot[bot] 929d6d8152 build(deps): bump @tiptap/suggestion from 2.0.0-beta.96 to 2.0.0-beta.97
Bumps [@tiptap/suggestion](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/suggestion) from 2.0.0-beta.96 to 2.0.0-beta.97.
- [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.97/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-07-02 13:59:37 +00:00
dependabot[bot] 5d023f2670
Merge pull request #2656 from nextcloud/dependabot/npm_and_yarn/vite-2.9.13 2022-07-02 10:15:34 +00:00
dependabot[bot] 9fa046c2ad
build(deps-dev): bump vite from 2.9.12 to 2.9.13
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.12 to 2.9.13.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.13/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.13/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-02 09:58:22 +00:00
dependabot[bot] 3edc1c7d66
Merge pull request #2639 from nextcloud/dependabot/npm_and_yarn/tiptap/extension-dropcursor-2.0.0-beta.29 2022-07-02 09:56:54 +00:00
dependabot[bot] ee5cd054ad
build(deps): bump @tiptap/extension-dropcursor
Bumps [@tiptap/extension-dropcursor](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-dropcursor) from 2.0.0-beta.28 to 2.0.0-beta.29.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-dropcursor/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-dropcursor@2.0.0-beta.29/packages/extension-dropcursor)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-02 09:43:09 +00:00
dependabot[bot] 84bc62e0cf
Merge pull request #2633 from nextcloud/dependabot/npm_and_yarn/tiptap/extension-link-2.0.0-beta.43 2022-07-02 09:41:59 +00:00
dependabot[bot] 6ee3dc33cb
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.42 to 2.0.0-beta.43.
- [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.43/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>
2022-07-02 09:31:29 +00:00
dependabot[bot] 3efabf9486
Merge pull request #2636 from nextcloud/dependabot/npm_and_yarn/tiptap/extension-horizontal-rule-2.0.0-beta.36 2022-07-02 09:30:15 +00:00
dependabot[bot] 0ceb467fe3
build(deps): bump @tiptap/extension-horizontal-rule
Bumps [@tiptap/extension-horizontal-rule](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-horizontal-rule) from 2.0.0-beta.35 to 2.0.0-beta.36.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-horizontal-rule/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-horizontal-rule@2.0.0-beta.36/packages/extension-horizontal-rule)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-02 09:08:18 +00:00