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-07-06⚡️ (#2462): remove memory leak from unnecessary listenersVinicius Reis
2022-07-05fix: specify file extensions in import statementsMax
2022-04-21Expose lock in the text UIJulius Härtl
2022-03-09performance: fetch content during session creationMax
2022-03-09refactor: prepare loading content in session creationMax
2022-03-02fix: do not try to send steps to a read only docMax
2022-02-09fix: use tiptap.commands to focusMax
2022-01-03make image upload endpoints public and use session token to authenticateJulien Veyssier
2021-12-04Fix javascript linting warningsJonas Meurer
2021-08-25Apply lint fixesJulius Härtl
2021-01-26Only increase refetch timer if we have all initial steps loadedJulius Härtl
2021-01-26Track authors by step rather than transactionJulius Härtl
2020-12-17Revert removal of transformResponseJulius Härtl
2020-12-02Properly stop document fetching in error states and always require to reconne...Julius Härtl
2020-11-18Move away from GETRoeland Jago Douma
2020-11-17Only fetch once per minute if browser window is considered hiddenJulius Härtl
2020-11-17Disconnect session after 30 minutes of idle timeoutJulius Härtl
2020-08-11Bump eslint and fix deprecationsJulius Härtl
2020-08-11Fix eslint checksJulius Härtl
2020-05-20Handle 403 errors the same as not foundJulius Härtl
2020-01-09Properly handle file deletion and temporary service unavailabilityJulius Härtl
2019-12-06Fix avatar component usageJulius Härtl
2019-12-06Fix public share linksJulius Härtl
2019-12-02Start with direct editingJulius Härtl
2019-11-05Move to @nextcloud packagesJulius Härtl
2019-11-04Adjust to new eslint rulesJulius Härtl
2019-11-04Rich workspaceJulius Härtl
2019-08-14Make sure axios is not transforming the response of the file fetch to jsonJulius Härtl
2019-08-07Fix version checksJulius Härtl
2019-08-06Always make sure to get the latest sendable steps when retryingJulius Härtl
2019-07-28Check for ECONNABORTEDJulius Härtl
2019-07-28Autosave on closeJulius Härtl
2019-07-28Handle network errors more gracefullyJulius Härtl
2019-07-28Make sure the editor state is initialized before we try to fetch stepsJulius Härtl
2019-07-10Reconnect after session has timed outJulius Härtl
2019-06-26Adjust fetch interval and warning on unpushed stepsJulius Härtl
2019-06-21Implement public folder editing (fixes #29)Julius Härtl
2019-06-21Sync documents before handling conflictsJulius Härtl
2019-06-17Avoid flickering of the dirty indicatorJulius Härtl
2019-06-15Implement guest name changeJulius Härtl
2019-06-12Fix test scope when buildingJulius Härtl
2019-06-12Improve polling and add checks for read onlyJulius Härtl
2019-06-12Cleanup sessions/steps when no session are active anymoreJulius Härtl
2019-06-11Fix save status and add error loggingJulius Härtl
2019-06-11Fix code style and add missing filesJulius Härtl
2019-06-11Frontend code cleanupJulius Härtl
2019-06-07Implement guestName for public sharesJulius Härtl
2019-06-06Properly check for write permissionsJulius Härtl
2019-06-06Fix conflict handling in tiptapJulius Härtl
2019-05-27Try to pull in tiptapJulius Härtl