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-05-10Manually get a mounted instance of the file if needed during lock/unlockJulius Härtl
2022-04-21Make psalm happyJulius Härtl
2022-04-21Also take mtime into account for change detection during editingJulius Härtl
2022-04-21Expose lock in the text UIJulius Härtl
2022-04-21Implement collaborative lockingJulius Härtl
2022-03-29Fix a deprecation warning about returning bool from comparison functionCôme Chilliet
2021-03-02Use write permission when possibleJulius Härtl
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-10-01Do not setup appdata in constructor to avoid errors causing the whole instanc...Julius Härtl
2020-06-15Perform file conflict check earlier so that it also triggers when not savingJulius Härtl
2020-02-04Use ILockingProviderJulius Härtl
2020-02-04Add occ command to restore documents to their last saved stateJulius Härtl
2020-02-04Filter out duplicate version stepsJulius Härtl
2020-02-04WIP: mitigate race condition when saving stepsJulius Härtl
2020-01-28Merge pull request #608 from nextcloud/bugfix/ui-varJulius Härtl
2020-01-27Catch the exception when a user no longer existsRoeland Jago Douma
2020-01-27Use string as a filenameJulius Härtl
2020-01-14Do not try obtaining the file by id when a share link is usedJulius Härtl
2019-12-20DoumentId should be a string when using as a filenameJulius 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-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-21Sync documents before handling conflictsJulius 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-06Properly check for write permissionsJulius 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