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 (Collapse)Author
2022-07-19Add option to set default file extension and disable rich editingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-18🩹 (#2719): fix interface typingVinicius Reis
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-07-18Fix some psalm issues with EntitiesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-18More typingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-18More typing and remove unused propertyJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-18Move to LoggerInterfaceJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-18Strict types and move Exceptions to dedicated namespaceJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-11refs #2705 adapt to latest changes in OCP\Colorfix/2705/new-color-public-apiJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-07-06Avoid duplicate queries and limit depth by default to 0Julius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-06fix: always handle workspace propertiesMax
Signed-off-by: Max <max@nextcloud.com>
2022-07-06fix: bring back the share owner handling and workspace file idMax
These fixes were lost when reverting 3e40b7b. Signed-off-by: Max <max@nextcloud.com>
2022-07-06Assume that the default depth is 1 in DAVCarl Schwan
Otherwise if the Depth header is ommited, the workspace information won't be display at all. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-06Revert "fix: DAV only return workspace properties if they are set"Carl Schwan
This reverts commit 3e40b7bce4b85e4d6d92a56a0323ce8600f8b897. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-09Adjust guest avatar style to be distinguishable from regular usersJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-09Allow users to reset their guest nameJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-09Set guest name color also with empty namesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-09An empty string is a valid encoded resultJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-09Encode file to UTF-8 on `fetch` callRaul
Signed-off-by: Raul <raul@nextcloud.com>
2022-05-27⚰️ (#2345): remove unused iconsVinicius Reis
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-05-23move test, add comments for cleanup regexpsJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-05-23change image target in markdown content to relative path, handle it in ImageViewJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-05-17Add EncodingService test casesRaul
Signed-off-by: Raul <raul@nextcloud.com>
2022-05-17Add EncodingServiceRaul
Signed-off-by: Raul <raul@nextcloud.com>
2022-05-10Merge pull request #2370 from nextcloud/bugfix/2357Julius Härtl
Manually get a mounted instance of the file if needed during lock/unlock
2022-05-09refs #2338 improve and test ImageService::getUniqueFileName()Julien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-05-09refs #2338 use '(n)' suffix instead of timestamp prefix to make sure ↵Julien Veyssier
attachment names are unique Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-05-06Manually get a mounted instance of the file if needed during lock/unlockbugfix/2357Julius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-27Changes menu entry.Pierre Ozoux
We realized with our users that when the apps Text and ONLYOFFICE are installed in parallel, this is a bit confusing. You can see a screenshot here, in french: https://forge.liiib.re/indiehost/tech/plateforme/-/issues/217#note_9733 So we propose this change. In relation to this change in [onlyoffice app](https://github.com/ONLYOFFICE/onlyoffice-nextcloud/pull/617). Signed-off-by: Pierre Ozoux <pierre@ozoux.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-21Use proper file id source for public sharesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-21Make psalm happyJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-21Unlock during session cleanupJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-21Also take mtime into account for change detection during editingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-21Expose lock in the text UIJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-21Open files read only if lockedJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-21Implement collaborative lockingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net> TMP: Switch to OCP branch for tests Signed-off-by: Julius Härtl <jus@bitgrid.net> Let locked files open in read only Signed-off-by: Julius Härtl <jus@bitgrid.net> Adapt LockScope to LockContext rename Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-19ImageController: Fix issues spotted by psalmJonas
Signed-off-by: Jonas <jonas@freesources.org>
2022-03-31harmonize prop/data namesenh/image-drag-n-dropJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-31remove upload by link on server side, fix error managementJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-03-29Fix a deprecation warning about returning bool from comparison functionCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-17use DataDownloadResponse instead of DataDisplayResponse to serve imagesJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-03-15Let jsonSerialize have a proper return typeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-03-09performance: fetch content during session creationMax
Signed-off-by: Max <max@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-02fix: DAV only return workspace properties if they are setMax
Also fix retrieving the file for public shares as proposed by @juliushaertl. Signed-off-by: Max <max@nextcloud.com>
2022-03-02fix: workspace with alternative file namesMax
Signed-off-by: Max <max@nextcloud.com>
2022-02-03add index for last_contact in text_sessions tableJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-01-18Fix php-cs-fixer styleJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-01-12Annotate mapper class templateJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-01-10refs #1900 fix image serving in direct editing, avoid passing empty ↵Julien Veyssier
shareToken, use the edition session to get the user ID Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-01-03fix some CI errorsJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-01-03use specific exception on upload errorJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>