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
2021-03-30Use write permission when possibleJulius Härtl
2020-12-09Properly cleanup sessions when resetting a documentJulius Härtl
2020-12-09Catch possible database exceptions when fetching document dataJulius Härtl
2020-11-04Do not setup appdata in constructor to avoid errors causing the whole instanc...Julius Härtl
2020-09-10Merge pull request #1003 from nextcloud/backport/994/stable19Julius Härtl
2020-09-08Sessionid is an intRoeland Jago Douma
2020-09-07Merge pull request #1020 from nextcloud/backport/1014/stable19Julius Härtl
2020-09-07Harden check when using token from memcacheRoeland Jago Douma
2020-09-07Harden read only check on public endpointsRoeland Jago Douma
2020-09-01do not return rich workspace when depth=0dassio
2020-08-31Catch StorageNotAvailable exceptionsJulius Härtl
2020-07-03Log the exceptions as INFORoeland Jago Douma
2020-06-16Perform file conflict check earlier so that it also triggers when not savingJulius Härtl
2020-05-20Return early when iterating over supported filenamesJulius Härtl
2020-04-20Enable Text to be used by Viewer outside Files appDaniel Calviño Sánchez
2020-04-07Merge pull request #761 from nextcloud/enh/session_memcachev19.0.0beta2Julius Härtl
2020-04-07Cache the session info in memcacheRoeland Jago Douma
2020-04-07Merge pull request #748 from nextcloud/bugfix/noid/rich-workspace-dav-availableJulius Härtl
2020-04-03Merge pull request #749 from nextcloud/bugfix/noid/translatable-readmev19.0.0beta1Julius Härtl
2020-04-02Use full list of supported filenames when obtaining the name to createJulius Härtl
2020-04-02Only return 404 for workspace property if it is not avilableJulius Härtl
2020-04-02Merge pull request #743 from nextcloud/bugfix/direct-editing-txtJulius Härtl
2020-04-02Add index on the oc_text_sessions tableRoeland Jago Douma
2020-03-30Offer txt editing by defaultJulius Härtl
2020-03-25Expose workspace_available on public sharesJulius Härtl
2020-03-25Send parent folder permissions along with workspace file metadataDaniel Calviño Sánchez
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-04Fetch steps sorted by version and idJulius 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-24Rename document creator (fixes #599)Julius Härtl
2020-01-21Use a proper value for checking if workspaces are availableJulius Härtl
2020-01-16Fix editing plain text files with direct editingJulius Härtl
2020-01-14Do 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-17Remove dot from direct editing file extensionJulius Härtl
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-08Fix Undefined variable: initialStateServiceDaniel Kesselberg
2019-12-06Fix public share linksJulius Härtl
2019-12-06Persist setting for rich workspaceJulius Härtl
2019-12-04Use file path to obtain workspace direct editing linksJulius Härtl
2019-12-02Use DI for direct editing token handlingJulius Härtl
2019-12-02Remove template creatorJulius Härtl