Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-08feat: update button styleLuka Trovic
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2022-07-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-06Merge pull request #2677 from nextcloud/fix/stop-using-propfind-for-workspacemax-nextcloud
fix: use own workspace endpoint instead of PROPFIND properties
2022-07-06fix: use own workspace endpoint instead of PROPFIND propertiesMax
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-06Merge pull request #2678 from nextcloud/feature/show-usernameJulius Härtl
Show display name instead of user id in frontend
2022-07-06Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-06Align UserColors with SessionList, show display name instead of user idFerdinand Thiessen
This fixes #2229 Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2022-07-06Merge pull request #2681 from nextcloud/update/prosemirrorJonas
Update prosemirror dependencies
2022-07-06Update prosemirror dependenciesJonas
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-06Merge pull request #2608 from nextcloud/fix/davmax-nextcloud
Fix/dav
2022-07-06Avoid duplicate queries and limit depth by default to 0Julius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-06fix: always handle workspace propertiesMax
Signed-off-by: Max <max@nextcloud.com>
2022-07-06fix: bring back the share owner handling and workspace file idMax
These fixes were lost when reverting 3e40b7b. Signed-off-by: Max <max@nextcloud.com>
2022-07-06test: propfind extension for workspacesMax
Regression tests for https://github.com/nextcloud/server/issues/32514#issuecomment-1155242808 Signed-off-by: Max <max@nextcloud.com>
2022-07-06Assume that the default depth is 1 in DAVCarl Schwan
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-06Revert "fix: DAV only return workspace properties if they are set"Carl Schwan
This reverts commit 3e40b7bce4b85e4d6d92a56a0323ce8600f8b897. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-05Merge pull request #2658 from nextcloud/test/folder-names-with-retrymax-nextcloud
fix: take retry into account for test folders
2022-07-05fix: take retry into account for test foldersMax
Signed-off-by: Max <max@nextcloud.com>
2022-07-05Merge pull request #2668 from nextcloud/fix/link_handlingmax-nextcloud
Link handling fixes
2022-07-05Compile JS assetsJonas
Signed-off-by: Jonas <jonas@freesources.org> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-05Bump NPM package versionJonas
Signed-off-by: Jonas <jonas@freesources.org>
2022-07-05Move click conditions from default openClick handler to link pluginJonas
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-05Prevent opening links with default handler in RichTextReaderJonas
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 5bf15b4dc0e1e683f08db3aff57f258443715ef5 for reference. Signed-off-by: Jonas <jonas@freesources.org>
2022-07-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-04Merge pull request #2514 from nextcloud/package/expose-image-resolverJonas
package: expose ImageResolver so it can be provided to RichTextReader
2022-07-04Version 25.0.0-alpha.7Max
* Export the Image Resolver so it can be provided Signed-off-by: Jonas <jonas@freesources.org>
2022-07-04package: expose ImageResolver so it can be provided to RichTextReaderMax
Signed-off-by: Max <max@nextcloud.com>
2022-07-04Merge pull request #2663 from nextcloud/release/25.0.0-alpha.3Jonas
Bump npm package version to 25.0.0-alpha.4
2022-07-04Bump npm package version to 25.0.0-alpha.5Jonas
Signed-off-by: Jonas <jonas@freesources.org>
2022-07-04Merge pull request #2661 from nextcloud/update/tiptapJonas
Update: all tiptap dependencies in one go
2022-07-04update: all of tiptap in one goMax
Signed-off-by: Max <max@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-04Merge pull request #2662 from nextcloud/fix/base-reader-injectionJonas
Fix provided / injected extension list of BaseReader
2022-07-04Compile assetsFerdinand Thiessen
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-04BaseReader: Use a factory pattern for creating the extension listFerdinand Thiessen
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-04Merge pull request #2631 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/tiptap/extension-table-2.0.0-beta.54
2022-07-04build(deps): bump @tiptap/extension-tabledependabot[bot]
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[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-03Merge pull request #2634 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/tiptap/core-2.0.0-beta.181
2022-07-03build(deps): bump @tiptap/core from 2.0.0-beta.180 to 2.0.0-beta.181dependabot[bot]
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-03Merge pull request #2637 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/tiptap/vue-2-2.0.0-beta.84
2022-07-03build(deps): bump @tiptap/vue-2 from 2.0.0-beta.83 to 2.0.0-beta.84dependabot[bot]
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-02Merge pull request #2638 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/tiptap/suggestion-2.0.0-beta.97
2022-07-02build(deps): bump @tiptap/suggestion from 2.0.0-beta.96 to 2.0.0-beta.97dependabot[bot]
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-02Merge pull request #2656 from nextcloud/dependabot/npm_and_yarn/vite-2.9.13dependabot[bot]
2022-07-02build(deps-dev): bump vite from 2.9.12 to 2.9.13dependabot[bot]
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-02Merge pull request #2639 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/tiptap/extension-dropcursor-2.0.0-beta.29
2022-07-02build(deps): bump @tiptap/extension-dropcursordependabot[bot]
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-02Merge pull request #2633 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/tiptap/extension-link-2.0.0-beta.43
2022-07-02build(deps): bump @tiptap/extension-linkdependabot[bot]
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>