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
2020-11-17Switch to style-loaderJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-09Just transpile all with babelJulius Härtl
Otherwise we need to keep up with each dependency if it is actually IE11 compatible Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-06-15Add proxy-polyfill to make tiptap work with IE11Julius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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>
2019-10-08Prefer parent node modules over shipped onesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-08Set jsonpFunction to avoid conflict with other bundlesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-17Fix chunkingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-01Add stylelintJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-11Run eslint before webpack buildJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-27Improve tiptap integrationJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-14Add support for public shared files to the frontendJulius 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>