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
path: root/src/tests
AgeCommit message (Expand)Author
2022-10-18Fix copy and paste of user mentionsJonas
2022-10-05feat: add tests for mentionsLuka Trovic
2022-10-03Added a unittest for escaping of table cellsFerdinand Thiessen
2022-09-28adjust jest testsJulien Veyssier
2022-09-20Load Mention extension in RichText.jsJonas
2022-09-06add tests for attachment metadata url generationJulien Veyssier
2022-09-06adjust frontend testsJulien Veyssier
2022-09-06rename most frontend image stuff to attachment (except the Tiptap node)Julien Veyssier
2022-08-30tests: add paragraph to expected outputMax
2022-08-30Test that loading does not trigger a document changeJulius Härtl
2022-08-25Mock additional methods of @nextcloud/auth during testsJulius Härtl
2022-07-29Added tests for the front matter nodeFerdinand Thiessen
2022-07-19Do not remove escaping from brackets, fixes #2703Ferdinand Thiessen
2022-07-19Added markdown parsing rules to tag special syntax to be not modified when savedFerdinand Thiessen
2022-07-15Fix parsing of whitespace used in task listsFerdinand Thiessen
2022-07-15Ensure whitespaces in markdown files are preservedFerdinand Thiessen
2022-07-09Do not unintended remove or modify link titles, fixes #2699Ferdinand Thiessen
2022-07-04package: expose ImageResolver so it can be provided to RichTextReaderMax
2022-06-10Bring back inline code supportJulius Härtl
2022-06-07fix: remove nodes/index.js - import directlyMax
2022-06-07fix: image rendering via public previewsMax
2022-06-07fix: image display with fallback to preview urlMax
2022-06-07refactor: inject $imageResolver in EditorWrapperMax
2022-06-07refactor: introduce ImageResolverMax
2022-06-07Implement toMarkdown for hard break instead of replacing after markdown trans...Julius Härtl
2022-05-23remove ImageView Jest tests, we will make better ones with CypressJulien Veyssier
2022-05-11fix: only show delete image button when editingMax
2022-03-31fix: preserve td and th attributesMax
2022-03-31fix: table layout to match prosemirror expectationsMax
2022-03-31fix: keep tables separate in markdownMax
2022-03-31fix: handling of various table formatsMax
2022-03-31refactor: render Markdown in table nodesMax
2022-03-31feature: initial table supportMax
2022-03-22fix: detect callouts pasted from handbookMax
2022-03-14✅ (#2184): add markdown testsVinicius Reis
2022-03-14🚚 (#2184): use callout instead of callout-containerVinicius Reis
2022-03-14🚚 (#2184): rename feature to calloutsVinicius Reis
2022-03-14✨ (#2128): add markdown-it-containerVinicius Reis
2022-03-02fix: indicator of the task list.Max
2022-03-01Merge branch 'fix/master/image_data_urls' of https://github.com/DerpgonCz/tex...Max
2022-03-01update: replace the deprecated @babel/polyfillMax
2022-02-14fix: bring back horizontal ruleMax
2022-02-09upgrade: tiptap v2Azul
2022-02-07[master] Render data URL images as-isMichal Junek
2022-01-24handle __ as underline when loading markdown filesMax
2022-01-24refactor: move markdownit to its own directoryMax
2022-01-03add basic tests for ImageView.vueJulien Veyssier
2021-11-11fix: handling of preview urls and testsAzul
2021-11-11Mock current user in jestJulius Härtl
2021-11-11Adjust jest setupJulius Härtl