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-03-02ui: use list icon for tasklistsMax
2022-03-02fix: indicator of the task list.Max
2022-03-02fix: do not try to send steps to a read only docMax
2022-03-02fix: use file id to identify readme for workspaceMax
2022-03-02fix: `relativePath` prop to include filenameMax
2022-03-02fix: workspace with alternative file namesMax
2022-03-02use filelist PROPFIND for loading workspaceMax
2022-03-01Merge branch 'fix/master/image_data_urls' of https://github.com/DerpgonCz/tex...Max
2022-03-01lint: fix errors from @nextcloud/eslint-config@7Max
2022-03-01update: replace the deprecated @babel/polyfillMax
2022-03-01Append a whitespace to inserted emojisJonas
2022-03-01Autoscroll suggestion list when navigating the emoji suggestionsJonas
2022-03-01Add emoji autocompletion (#987)Jonas
2022-02-14fix: bring back horizontal ruleMax
2022-02-09fix: adjust keyboard shortcuts and help modalMax
2022-02-09fix: use tiptap.commands to focusMax
2022-02-09fix: use tiptap v2 prop deleteNode to delete imageMax
2022-02-09fix: use same lowlight version as tiptapMax
2022-02-09fix: scroll image into view once it has been loadedMax
2022-02-09upgrade: syntax highlighting with tiptap2Azul
2022-02-09upgrade: tiptap v2Azul
2022-02-07[master] Prevents race condition when loading imagesMichal Junek
2022-02-07[master] Render data URL images as-isMichal Junek
2022-02-03Use file.path to track more accurately EditorWrapper instancesLouis Chemineau
2022-02-03Add key bindings for uppercase letters for bold, italic underlineJonas
2022-02-03Add missing JSDoc annotations for `md` in `markdownit/underline.js`Jonas
2022-01-24handle __ as underline when loading markdown filesMax
2022-01-24refactor: move markdownit to its own directoryMax
2022-01-24Support underline - use `____` in markdownAzul
2022-01-24ui: use Avatars in 44px for the setssion listMax
2022-01-24ui: vertical center avatar and save status in menu barMax
2022-01-24fix feedbackLuka Trovic
2022-01-18fix: vue warning about invalid prop typeMax
2022-01-17Fix closing the editor modal in public folder viewJulien Veyssier
2022-01-13hand the content wrapper to the menububble explicitlyAzul
2022-01-13fix: 2020 let heading menu overflow workspaceAzul
2022-01-13update offline state message when savingLuka Trovic
2022-01-12declare missing getPos prop in <ImageView>Julien Veyssier
2022-01-12add image removing featureLuka Trovic
2022-01-10refs #1900 fix image serving in direct editing, avoid passing empty shareToke...Julien Veyssier
2022-01-07refs #2049 cypress test: insert image from linkJulien Veyssier
2022-01-03add basic tests for ImageView.vueJulien Veyssier
2022-01-03improve image link generation and getAttachmentNamesFromContent(), implement ...Julien Veyssier
2022-01-03fix stuff after PR commentsJulien Veyssier
2022-01-03adjustments after rebaseJulien Veyssier
2022-01-03use Vuex to store current session and get it in the ImageView componentJulien Veyssier
2022-01-03use image file name instead of file ID in content linksJulien Veyssier
2022-01-03make image upload endpoints public and use session token to authenticateJulien Veyssier
2022-01-03forgot something while solving rebase conflictsJulien Veyssier
2022-01-03add class to image <actions>Julien Veyssier