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
2020-04-03Use full list of supported filenames when obtaining the name to createJulius Härtl
2020-02-05Use ILockingProviderJulius Härtl
2020-02-05Add occ command to restore documents to their last saved stateJulius Härtl
2020-02-05Filter out duplicate version stepsJulius Härtl
2020-02-05WIP: mitigate race condition when saving stepsJulius Härtl
2020-02-04Use string as a filenameJulius Härtl
2020-01-28Catch the exception when a user no longer existsRoeland Jago Douma
2020-01-15Do not try obtaining the file by id when a share link is usedJulius Härtl
2020-01-09Properly handle file deletion and temporary service unavailabilityJulius Härtl
2020-01-09Fix calling setLastContact on booleanChristoph Wurst
2019-12-20DoumentId should be a string when using as a filenameJulius Härtl
2019-12-06Fix public share linksJulius Härtl
2019-12-02Use DI for direct editing token handlingJulius Härtl
2019-12-02Fix undefined variableJulius Härtl
2019-12-02Start with direct editingJulius Härtl
2019-11-18Use translatable readme.md nameJulius Härtl
2019-11-18Add dav plugin for rich workspacesJulius Härtl
2019-10-03Throw proper NotFoundException if a file is not found by idRoeland Jago Douma
2019-08-07Fix version checksJulius Härtl
2019-08-06Adjust autosave delayJulius Härtl
2019-07-10Reconnect after session has timed outJulius Härtl
2019-06-26Make autosave exclusive and avoid conflict during saveJulius Härtl
2019-06-26Ignore locking exceptions on autosaveJulius Härtl
2019-06-21Implement public folder editing (fixes #29)Julius Härtl
2019-06-21Harden sync method and catch LockedExceptionJulius Härtl
2019-06-21Sync documents before handling conflictsJulius Härtl
2019-06-21Hide avatar list in popoverJulius Härtl
2019-06-18Add background job to cleanupJulius Härtl
2019-06-17Some code cleanupJulius Härtl
2019-06-15Implement guest name changeJulius 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-11Some step sanitizingJulius 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-23Session cleanupJulius Härtl
2019-05-14Add public endpointsJulius Härtl
2019-05-14Add support for public shared files to the frontendJulius Härtl
2019-05-08Set document version before saving steps to avoid race conditionJulius Härtl
2019-05-08Proper conflict handling in the backendJulius Härtl
2019-05-06Proper debouncing and savingJulius Härtl
2019-04-29Move prosemirror view creation to vue component and improve polling mechanismJulius Härtl
2019-04-23Add first file handlingJulius Härtl
2019-04-13Add first working version of collaborative editingJulius Härtl