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
AgeCommit message (Expand)Author
2022-05-13manual backport of #2383, fix attachment link target generation, this also fi...Julien Veyssier
2022-05-09Switch to auto table layoutJulius Härtl
2022-04-27Merge remote-tracking branch 'origin/stable24' into backport/2340/stable24Vinicius Reis
2022-04-27fix: adjust menubar on sidebar togglingMax
2022-04-26⚡️ (#2323): inject SyncService instanceVinicius Reis
2022-04-26⚡️ (#2323): remove reactivity from SyncService instanceVinicius Reis
2022-04-26⚡️ (#2323): inject editor into MenuBubbleVinicius Reis
2022-04-26⚡️ (#2323): use editor as providerVinicius Reis
2022-04-26⚡️ (#2323): remove reactivity from tiptap instanceVinicius Reis
2022-04-25Fix drag&drop of non-image objectsJonas
2022-04-21Expose lock in the text UIJulius Härtl
2022-04-21🔀 (#2097): backport to stable24Vinicius Reis
2022-04-19Fix height of editor-wrapper in viewer modal on mobileJonas
2022-04-19Fix help modal style with @nextcloud/vue >= 5.0.0Jonas
2022-04-19fix: leave some buffer so menubar does not wrapMax
2022-04-19fix: prioritize emoji and calloutMax
2022-04-19fix: keep menubar in one line - prioritize entriesMax
2022-04-19move drop event handling to the Image node, fix position of dropped imageJulien Veyssier
2022-04-19Add dropcursor to indicate where drop happensJonas
2022-04-11fix: only show table actions if editing is allowedMax
2022-04-11fix: clear float after tableMax
2022-04-06Fix participant popover designJulius Härtl
2022-04-06fix file links, generate and open internal link if possibleJulien Veyssier
2022-03-31feature: button to remove tableMax
2022-03-31ui: tweak tablesMax
2022-03-31fix: disallow creating a table from within a tableMax
2022-03-31ui: reduce spacing in table headersMax
2022-03-31ui: translate table actions, new iconsMax
2022-03-31ui: add actions for rowsMax
2022-03-31feat: add and remove columns in tablesMax
2022-03-31enhance: move cursor down in table on enterMax
2022-03-31fix: make tab leave table on last cell.Max
2022-03-31fix: preserve td and th attributesMax
2022-03-31fix: table layout to match prosemirror expectationsMax
2022-03-31fix: use tableRole `row` for headerRowMax
2022-03-31refactor: separate file for TableHeadRowMax
2022-03-31fix: keep tables separate in markdownMax
2022-03-31feature: add table button to create a tableMax
2022-03-31fix: handling of various table formatsMax
2022-03-31refactor: render Markdown in table nodesMax
2022-03-31feature: initial table supportMax
2022-03-31harmonize prop/data namesenh/image-drag-n-dropJulien Veyssier
2022-03-31handle image paste, ignore the event's text if it contains a file (#2265)Julien Veyssier
2022-03-31remove upload by link on server side, fix error managementJulien Veyssier
2022-03-30use promises to handle multiple simultaneous uploadsJulien Veyssier
2022-03-30add image upload via drag'n'dropJulien Veyssier
2022-03-22fix: detect callouts pasted from handbookMax
2022-03-14✅ (#2184): add markdown testsVinicius Reis
2022-03-14🚸 (#2184): change error to dangerVinicius Reis
2022-03-14🚚 (#2184): use callout instead of callout-containerVinicius Reis