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-01-03add user share permissions checkJulien Veyssier
2022-01-03fix share link permissions checkJulien Veyssier
2022-01-03fix upload/link-dl in single file share edition, get it from upload responseJulien Veyssier
2022-01-03public upload/link-insertion almost done, issue with missing fileId in single...Julien Veyssier
2022-01-03serve attached images to public linksJulien Veyssier
2022-01-03identify image by name instead of id in text file contentJulien Veyssier
2022-01-03display/upload/add-link works with attachment folder in user contextJulien Veyssier
2022-01-03upload image file via Text API call for more flexibility in saved file locationJulien Veyssier
2022-01-03show errorsJulien Veyssier
2022-01-03loading animation when inserting image link or uploading imageJulien Veyssier
2022-01-03insert link workingJulien Veyssier
2021-06-29Log exceptions that happen on unknown exception and return generic error mess...Julius Härtl
2021-06-28Use text/plain as content type for fetching the documentJulius Härtl
2021-03-02Use write permission when possibleJulius 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
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-10-01Do not setup appdata in constructor to avoid errors causing the whole instanc...Julius Härtl
2020-09-07Refresh lastContact only once every 30 secondsRoeland 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-08-28Catch StorageNotAvailable exceptionsJulius Härtl
2020-07-02Log the exceptions as INFORoeland Jago Douma
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-07Cache the session info in memcacheRoeland Jago Douma
2020-04-02Use full list of supported filenames when obtaining the name to createJulius 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
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