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 (Collapse)Author
2022-09-06rename most frontend image stuff to attachment (except the Tiptap node)Julien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-08-25Implement notification backend for mentionsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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-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-01-03implement auto attachment management for file deletion/move/copyJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2021-01-28Move to lazy registrationJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-28Implement support for creating files from templatesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-29Fix PHP-CSRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-04Use proper event for loading scripts on public share linksJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-07-13Use the new additional scripts eventJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-07-10Use IBootstrap for the app bootstrapMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-04-20Enable Text to be used by Viewer outside Files appDaniel Calviño Sánchez
Since Nextcloud 18.0.4 the Files app triggers the "LoadViewer" event, so that event can be used to register Text with Viewer instead of doing it through the "OCA\Files::loadAdditionalScripts" event. Besides being more correct for the Files app it also makes possible to use Text when opening files through Viewer in other apps, like Talk. Note, however, that in public share pages Text is still opened using the fallback actions instead of through Viewer, as Viewer currently does not provide the share token of the public shared folder that contains the file to be opened. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-03-25Expose workspace_available on public sharesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-21Use a proper value for checking if workspaces are availableJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-08Fix Undefined variable: initialStateServiceDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-12-06Persist setting for rich workspaceJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-02Start with direct editingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-17Cleanup appinfo and cssJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-13Add first working version of collaborative editingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-18Add basic app structureJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>