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-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-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
2022-01-03store file id (instead of name) in markdown image links, cleanup attachments ...Julien Veyssier
2022-01-03address review commentsJulien Veyssier
2022-01-03use attachment folder when inserting image from FilesJulien Veyssier
2022-01-03rename menu itemsJulien Veyssier
2022-01-03fix function namingJulien Veyssier
2022-01-03hide image link input when closing image action popupJulien Veyssier
2022-01-03serve image previewsJulien Veyssier
2022-01-03provide content-type header when serving imagesJulien Veyssier
2022-01-03check mime type on upload (client and server side)Julien Veyssier
2022-01-03cleanup server side stuffJulien Veyssier
2022-01-03fix upload/link-dl in single file share edition, get it from upload responseJulien Veyssier
2022-01-03public upload/link-insertion almost done, issue with missing fileId in single...Julien Veyssier
2022-01-03serve attached images to public linksJulien Veyssier
2022-01-03identify image by name instead of id in text file contentJulien Veyssier
2022-01-03display/upload/add-link works with attachment folder in user contextJulien Veyssier
2022-01-03upload image file via Text API call for more flexibility in saved file locationJulien Veyssier