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 (Expand)Author
2022-06-08build(deps): bump core-js from 3.22.7 to 3.22.8dependabot/npm_and_yarn/core-js-3.22.8dependabot[bot]
2022-06-08Merge pull request #2476 from nextcloud/dependabot/npm_and_yarn/prosemirror-m...dependabot[bot]
2022-06-08build(deps): bump prosemirror-markdown from 1.8.0 to 1.9.1dependabot[bot]
2022-06-08Merge pull request #2483 from nextcloud/dependabot/npm_and_yarn/prosemirror-m...dependabot[bot]
2022-06-08build(deps): bump prosemirror-model from 1.16.1 to 1.18.0dependabot[bot]
2022-06-08Merge pull request #2484 from nextcloud/dependabot/npm_and_yarn/prosemirror-v...dependabot[bot]
2022-06-08build(deps): bump prosemirror-view from 1.23.13 to 1.26.0dependabot[bot]
2022-06-08Merge pull request #2386 from nextcloud/build/use-vite-for-packagemax-nextcloud
2022-06-08Compile assetsnextcloud-command
2022-06-08fix: return promise in cypress command to wait for itMax
2022-06-07fix: various issues with conflict displayMax
2022-06-07refactor: BaseReader for shared code between ReadersMax
2022-06-07vite: use vite-plugin-commonjs for vue-material-design-iconsMax
2022-06-07rename {Rich,Plain}textReader to {Rich,Plain}TextReaderMax
2022-06-07fix: remove nodes/index.js - import directlyMax
2022-06-07fix: split Table and EditableTable into independent filesMax
2022-06-07fix: try to keep editor from being reactiveMax
2022-06-07fix: package build use full filename in importsMax
2022-06-07fix: vite-plugin-vue2 is a dev dependencyMax
2022-06-07ci: also compile packageMax
2022-06-07webpack: use hardcoded appname for nowMax
2022-06-07package: 0.2.0-beta.3Max
2022-06-07package: reduce dependencies where possibleMax
2022-06-07fix: bring back table modification buttonsMax
2022-06-07add peer dependencies of @nextcloud/webpack-vue-configMax
2022-06-07🐛 use path-normalize instead of node:pathVinicius Reis
2022-06-07package: 0.2.0-beta.1Max
2022-06-07gitignore: dist directoryMax
2022-06-07package: tweak index.html and sylesMax
2022-06-07fix: bring back Tables in RichtextReaderMax
2022-06-07package: use index.js for vite outputMax
2022-06-07cleanup: unused table nodesMax
2022-06-07cleanup: drop richTextOptions and currentDirectoryMax
2022-06-07cleanup: we do not provide extensions for nowMax
2022-06-07package: only export RichtextReaderMax
2022-06-07refactor: split Reader into Plaintext and Richtext readersMax
2022-06-07refactor: rename ReadOnlyEditor to ReaderMax
2022-06-07fix: image rendering via public previewsMax
2022-06-07fix: provide the current directory to ReadOnlyEditorMax
2022-06-07fix: image display with fallback to preview urlMax
2022-06-07refactor: make everything but resolve private in ImageResolverMax
2022-06-07refactor: inject $imageResolver in EditorWrapperMax
2022-06-07minor: remove unused import of BlockquoteMax
2022-06-07refactor: introduce ImageResolverMax
2022-06-07refactor: renames to prepare handling missing sessionMax
2022-06-07fix: find link href based on prosemirror nodeMax
2022-06-07feature: emit clickLink from `ReadOnlyEditor`Max
2022-06-07fix: reactive content in ReadOnlyEditorMax
2022-06-07WIP: first take on building package with viteMax
2022-06-07refactor: use Editor.new directly in ReadOnlyEditorMax