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-10-06Additional checks for workspace controllerJulius Härtl
2021-07-27Make occ command return an integer as return codeJonas Meurer
2021-07-20Extend mimetypes for direct editingszaimen
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-29Use 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
2020-09-06Harden read only check on public endpointsRoeland Jago Douma
2020-09-05Harden check when using token from memcacheRoeland Jago Douma
2020-09-04Use proper event for loading scripts on public share linksJulius Härtl
2020-08-31do not return rich workspace when depth=0dassio
2020-08-28Catch StorageNotAvailable exceptionsJulius Härtl
2020-07-13Remove unneeded dependenciesMorris Jobke
2020-07-13Also load files app scripts when user is logged inJulius Härtl
2020-07-13Use the new additional scripts eventJulius Härtl
2020-07-10Use IBootstrap for the app bootstrapMorris Jobke
2020-07-02Log the exceptions as INFORoeland Jago Douma
2020-06-22fix: path for workspacesAzul
2020-06-16Merge pull request #871 from nextcloud/bugfix/851Julius Härtl
2020-06-15Pass path to rich workspacesJulius Härtl
2020-06-15Perform file conflict check earlier so that it also triggers when not savingJulius Härtl
2020-05-19Return 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