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-10-14chore(deps): update dependency jest-environment-jsdom to ^29.2.0renovate[bot]
2022-10-13Merge pull request #3181 from nextcloud/renovate/stable25-vue-monorepov25.0.0rc5v25.0.0rc4v25.0.0Julius Härtl
2022-10-13Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-13Merge pull request #3203 from nextcloud/renovate/stable25-vite-3.xJulius Härtl
2022-10-13chore(deps): update dependency vite to ^3.1.8renovate/stable25-vite-3.xrenovate[bot]
2022-10-13fix(deps): update vue monorepo to ^2.7.12renovate/stable25-vue-monoreporenovate[bot]
2022-10-13Merge pull request #3196 from nextcloud/backport/3193/stable25Julius Härtl
2022-10-13Merge pull request #3184 from nextcloud/renovate/stable25-cypress-10.xJulius Härtl
2022-10-13Merge pull request #3195 from nextcloud/renovate/stable25-jest-monorepoJulius Härtl
2022-10-13Cancel other jobs for the same refJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-13Merge pull request #3173 from nextcloud/renovate/stable25-vite-3.xJulius Härtl
2022-10-13Merge pull request #3183 from ↵Julius Härtl
nextcloud/renovate/stable25-cypress-webpack-preprocessor-5.x
2022-10-13chore(deps): update dependency jest-environment-jsdom to ^29.1.2renovate[bot]
2022-10-13chore(deps): update dependency cypress to ^10.10.0renovate[bot]
2022-10-13chore(deps): update dependency @cypress/webpack-preprocessor to ^5.14.0renovate[bot]
2022-10-13chore(deps): update dependency vite to ^3.1.7renovate[bot]
2022-10-13Merge pull request #3187 from nextcloud/update/npm/stable25Julius Härtl
2022-10-13Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-13Update some NPM dependenciesJonas
Signed-off-by: Jonas <jonas@freesources.org>
2022-10-13Merge pull request #3190 from nextcloud/backport/stable25/3182Julius Härtl
2022-10-13Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-13Isolate mentions/word count testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-13Isolate section testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-13Do not set webkit-user-modifyJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-13Fix pressing the enter key removes heading contentFerdinand Thiessen
`div` is not an allowed child element of a `hX` tag, this leads to invalid behavior on firefox so we need to use the `span` tag as the NodeView content container. Also using `tabindex=-1` on the NodeView will trigger weird behavior when clicking inside the heading and pressing the enter key. It will split the node but also copy the heading anchor link of the NodeView. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2022-10-12Merge pull request #3185 from nextcloud/backport/stable25/2977Julius Härtl
[stable25] Link previews
2022-10-12Bump bundlesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-12Add @nextcloud/vue-richtextJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-12dispatch RenderReferenceEvent when loading text-viewer scriptJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-10-12Use vue-richtext for rendering paragraph widgetJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net> Address review feedback Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-12Merge pull request #3177 from nextcloud/backport/3175/stable25Julius Härtl
[stable25] Do not attempt to load a non-existing script
2022-10-12Do not attempt to load a non-existing scriptJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-12Merge pull request #3174 from nextcloud/renovate/stable25-tiptapJulius Härtl
fix(deps): update tiptap (stable25)
2022-10-12Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-12🩹 fix emoji suggestion regressionVinicius Reis
Ref.: https://github.com/ueberdosis/tiptap/pull/3239 Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-10-12💚 fix cypress test (links)Vinicius Reis
add isolateTest command Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-10-12Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-12fix(deps): update tiptaprenovate[bot]
2022-10-12Merge pull request #3154 from nextcloud/backport/3153/stable25Julius Härtl
[stable25] Improve test
2022-10-12✅ improve test testVinicius Reis
remove table test from workspace. prevent errors from hide menu Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-10-12Merge pull request #3152 from nextcloud/backport/2920/stable25blizzz
[stable25] Able to show outiline in readonly mode
2022-10-11Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-11Remove superfluous `top: 104px` from outline stylingJonas
Signed-off-by: Jonas <jonas@freesources.org>
2022-10-11✨ (#2904): Able to show outiline in readonly modeVinicius Reis
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-10-11Merge pull request #3151 from nextcloud/backport/3148/stable25Julius Härtl
[stable25] Set #content margin to 0 for direct editing
2022-10-11Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-11Set #content margin to 0 for direct editingJonas
`#content` has a default margin in Nextcloud 25, which breaks the layout for direct editing. Manually set it to 0 in order to fix direct editing. Fixes: #2976 Signed-off-by: Jonas <jonas@freesources.org>
2022-10-11Merge pull request #3149 from nextcloud/backport/3144/stable25Julius Härtl
2022-10-11Remove unused assets copied from nextcloud-vueFerdinand Thiessen
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2022-10-11Merge pull request #3146 from nextcloud/backport/3141/stable25Julius Härtl
[stable25] Consolidate CSS styles for user mention list