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-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
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-03fix share link permissions checkJulien 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-03show errorsJulien Veyssier
2022-01-03loading animation when inserting image link or uploading imageJulien Veyssier
2022-01-03insert link workingJulien Veyssier
2021-12-15Comply to new addScript APIJonas Meurer
2021-10-06Additional checks for workspace controllerJulius Härtl
2021-08-16Add implementation hints for event listenersJulius Härtl
2021-07-27Make occ command return an integer as return codeJonas Meurer
2021-07-20Extend mimetypes for direct editingszaimen
2021-07-14Load new entrypoint namesJulius Härtl
2021-07-13Unify error responses and add logging where appropriateJulius Härtl
2021-06-29Log exceptions that happen on unknown exception and return generic error mess...Julius Härtl
2021-06-28Use text/plain as content type for fetching the documentJulius Härtl
2021-05-14Only return workspace property for top node in a propfind requestJulius Härtl
2021-03-02Use write permission when possibleJulius Härtl
2021-01-28Move to lazy registrationJulius Härtl
2021-01-28Implement support for creating files from templatesJulius Härtl
2021-01-13Always use the updated color depending on the guest nameJulius Härtl
2021-01-13Keep session information as long as we need it for stepsJulius Härtl
2021-01-08Fix dbal typesChristoph Wurst
2020-12-29Fix PHP-CSRoeland Jago Douma
2020-12-17Use to correct cache to obtain version infoRoeland Jago Douma
2020-12-02Properly cleanup sessions when resetting a documentJulius Härtl
2020-12-02Catch possible database exceptions when fetching document dataJulius Härtl
2020-11-17Fix typo of class nameJoas Schilling
2020-11-16Add migration to fix oracle issues with the database schemaJulius Härtl
2020-10-01Do not setup appdata in constructor to avoid errors causing the whole instanc...Julius Härtl
2020-09-08Merge pull request #1026 from nextcloud/fix/1005/refresh_only_once_every_30_sJulius Härtl
2020-09-07Refresh lastContact only once every 30 secondsRoeland Jago Douma
2020-09-07Sessionid is an intRoeland Jago Douma
2020-09-07Merge pull request #1014 from nextcloud/harden/memcachetokenfetchingJulius Härtl