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/lib
AgeCommit message (Expand)Author
2022-03-31harmonize prop/data namesenh/image-drag-n-dropJulien Veyssier
2022-03-31remove upload by link on server side, fix error managementJulien Veyssier
2022-03-29Fix a deprecation warning about returning bool from comparison functionCôme Chilliet
2022-03-17use DataDownloadResponse instead of DataDisplayResponse to serve imagesJulien Veyssier
2022-03-15Let jsonSerialize have a proper return typeJulius Härtl
2022-03-09performance: fetch content during session creationMax
2022-03-02fix: DAV only return workspace properties if they are setMax
2022-03-02fix: workspace with alternative file namesMax
2022-02-03add index for last_contact in text_sessions tableJulien Veyssier
2022-01-18Fix php-cs-fixer styleJulius Härtl
2022-01-12Annotate mapper class templateJulius Härtl
2022-01-10refs #1900 fix image serving in direct editing, avoid passing empty shareToke...Julien Veyssier
2022-01-03fix some CI errorsJulien Veyssier
2022-01-03use specific exception on upload errorJulien Veyssier
2022-01-03improve image link generation and getAttachmentNamesFromContent(), implement ...Julien Veyssier
2022-01-03allow image upload/link-insertion with email links and from a Talk roomJulien Veyssier
2022-01-03safely get image mimetypeJulien Veyssier
2022-01-03stream uploaded file to the storage with a resourceJulien Veyssier
2022-01-03add check on uploaded imageJulien Veyssier
2022-01-03return 403 when session is invalidJulien Veyssier
2022-01-03remove unused param in simpleDownloadJulien Veyssier
2022-01-03stop returning null in getAttachmentDirectoryForFile, use exceptions insteadJulien Veyssier
2022-01-03fix stuff after PR commentsJulien Veyssier
2022-01-03remove Unnecessary elseJulien Veyssier
2022-01-03factorize getAttachmentDirectoryForFile and getOrCreateAttachmentDirectoryFor...Julien Veyssier
2022-01-03fix other stuff after PR commentsJulien Veyssier
2022-01-03fix other stuff after PR commentsJulien 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-03attempt to fix file copyJulien Veyssier
2022-01-03small fixesJulien Veyssier
2022-01-03fix moveAttachments in shared context (single file and directory share)Julien Veyssier
2022-01-03fix php7.3 compatJulien Veyssier
2022-01-03implement auto attachment management for file deletion/move/copyJulien Veyssier
2022-01-03store file id (instead of name) in markdown image links, cleanup attachments ...Julien Veyssier
2022-01-03php-cs checksJulien Veyssier
2022-01-03psalm issuesJulien Veyssier
2022-01-03address review commentsJulien Veyssier
2022-01-03fix image serve endpointsJulien Veyssier
2022-01-03remove useless path attribute in insert/upload responseJulien Veyssier
2022-01-03add annotationJulien Veyssier
2022-01-03provide preview only if mime type is supportedJulien Veyssier
2022-01-03avoid exposing exception msg to userJulien Veyssier
2022-01-03use attachment folder when inserting image from FilesJulien Veyssier
2022-01-03change attachment folder name to .attachments.FILE_IDJulien Veyssier
2022-01-03serve image previewsJulien Veyssier
2022-01-03provide content-type header when serving imagesJulien Veyssier