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-09-06pass upload auth params as GET-like ones to avoid authentication error when e...Julien Veyssier
2022-09-06rename most frontend image stuff to attachment (except the Tiptap node)Julien Veyssier
2022-09-06rename image controller/service to attachmentJulien Veyssier
2022-09-06rename most image stuff to file/media/attachmentJulien Veyssier
2022-09-06allow media file upload, handle display in ImageViewJulien Veyssier
2022-08-31Do not try to get a displayname for guestsJulius Härtl
2022-08-25Implement notification backend for mentionsJulius Härtl
2022-08-25fix: feedbackLuka Trovic
2022-08-25feat: display correct username and use ISearch to search usersLuka Trovic
2022-08-25feat: add user mentions featureLuka Trovic
2022-07-18Fix some psalm issues with EntitiesJulius Härtl
2022-07-18More typingJulius Härtl
2022-07-18More typing and remove unused propertyJulius Härtl
2022-07-18Strict types and move Exceptions to dedicated namespaceJulius Härtl
2022-04-19ImageController: Fix issues spotted by psalmJonas
2022-03-31remove upload by link on server side, fix error managementJulien Veyssier
2022-03-17use DataDownloadResponse instead of DataDisplayResponse to serve imagesJulien Veyssier
2022-01-18Fix php-cs-fixer styleJulius 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-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-03stop returning null in getAttachmentDirectoryForFile, use exceptions insteadJulien Veyssier
2022-01-03fix stuff after PR commentsJulien Veyssier
2022-01-03fix other stuff after PR commentsJulien Veyssier
2022-01-03fix other stuff after PR commentsJulien 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-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-03avoid exposing exception msg to userJulien Veyssier
2022-01-03use attachment folder when inserting image from FilesJulien 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-03add user share permissions checkJulien 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-03loading animation when inserting image link or uploading imageJulien Veyssier
2022-01-03insert link workingJulien Veyssier
2021-10-06Additional checks for workspace controllerJulius Härtl