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-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
2021-12-16l10n: Change to a capital letterValdnet
2021-12-15Comply to new addScript APIJonas Meurer
2021-12-15Further wording and layout improvementsJonas Meurer
2021-12-14Fix modal height and improve wording (both on mobile)Jonas Meurer
2021-12-14Remove emoji documentation and minor wording improvementsJonas Meurer
2021-12-14Make modal full-screen on mobileJonas Meurer
2021-12-14Make info icon the last item of the formatting barJonas Meurer
2021-12-13Add formatting help modal (Fixes: #1941)Jonas Meurer
2021-12-09fix only the first item gets tasklist-ified issueLuka Trovic
2021-12-04Fix javascript linting warningsJonas Meurer
2021-12-03make sure translations are parsed correctlyJulien Veyssier
2021-12-02refs #1975 don't show "Link file" button when using direct editionJulien Veyssier
2021-12-02add a regular link if a file was inserted instead of an imageLuka Trovic
2021-11-30Document keyboard shortcuts in tooltips (#1941)Jonas Meurer
2021-11-27Update mark input/paste rules to tiptap v2 regular expressionsJonas Meurer