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-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
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
2022-01-03basic upload okJulien Veyssier
2022-01-03begin to implement local image insertion, UI almost doneJulien Veyssier
2021-12-30fix stylelint config and one css importJulien Veyssier
2021-12-28fix landscape image issueLuka Trovic
2021-12-28Fix autofocus on empty documents without a node (Fixes: #1974)Jonas Meurer