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-11-09Merge pull request #3401 from nextcloud/cleanup/direct-editingJulius Härtl
2022-11-09Add tests for direct editing and cleanup dead codeJulius Härtl
2022-11-09Set IUserSession user in SessionController if availableMarcel Klehr
2022-11-04Fix lint errorsMarcel Klehr
2022-11-04DirectEditing: Set session user for DirectSession editingMarcel Klehr
2022-10-10Remove unneeded IUserSession from UserApiControllerJonas
2022-10-10fix: feedbackLuka Trovic
2022-10-10fix: mention search issuesLuka Trovic
2022-10-10Remove duplicate assignment of sessionService in UserApiControllerJonas
2022-09-28add parameter to image attachment endpoint to choose if raw image is preferredJulien Veyssier
2022-09-20consider heic/heif attachments as photos so previews can be served, fallback ...Julien Veyssier
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