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-25make it possible to insert heif/heic imagesJulien Veyssier
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
2021-07-13Unify error responses and add logging where appropriateJulius Härtl
2020-12-29Fix PHP-CSRoeland Jago Douma
2020-09-07Sessionid is an intRoeland Jago Douma
2020-08-28Catch StorageNotAvailable exceptionsJulius Härtl
2020-06-22fix: path for workspacesAzul
2020-06-15Pass path to rich workspacesJulius Härtl
2020-04-02Use full list of supported filenames when obtaining the name to createJulius Härtl
2020-03-25Send parent folder permissions along with workspace file metadataDaniel Calviño Sánchez
2019-12-16Use file path instead of folder for direct workspace openingJulius Härtl
2019-12-11Merge pull request #451 from nextcloud/bugfix/noid/use-filepathRoeland Jago Douma
2019-12-06Persist setting for rich workspaceJulius Härtl
2019-12-04Use file path to obtain workspace direct editing linksJulius Härtl
2019-12-02Move to POSTJulius Härtl