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-03-08refactor: extract logic into computedperformance/postpone/rendering-menubarMax
2022-03-07display content first and then load menusMax
2022-03-02fix: do not try to send steps to a read only docMax
2022-03-01lint: fix errors from @nextcloud/eslint-config@7Max
2022-03-01Autoscroll suggestion list when navigating the emoji suggestionsJonas
2022-03-01Add emoji autocompletion (#987)Jonas
2022-02-09fix: adjust keyboard shortcuts and help modalMax
2022-02-09fix: use tiptap.commands to focusMax
2022-02-09fix: use same lowlight version as tiptapMax
2022-02-09upgrade: syntax highlighting with tiptap2Azul
2022-02-09upgrade: tiptap v2Azul
2022-01-24handle __ as underline when loading markdown filesMax
2022-01-24refactor: move markdownit to its own directoryMax
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-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-07refs #2049 cypress test: insert image from linkJulien 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-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
2022-01-03fix link input reset issueJulien Veyssier
2022-01-03show errorsJulien Veyssier
2022-01-03loading animation when inserting image link or uploading imageJulien Veyssier
2022-01-03insert link workingJulien Veyssier
2022-01-03create /Text if neededJulien Veyssier
2022-01-03improve basic uploadJulien Veyssier