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-06-08Changes 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-03-03fix: workspace with Readme.md open details.Max
Do not show the spinning wheel unless the file actually changed. * Resolves #2215. * Targets: master. Opening Readme.md in the sidebar triggers a PROPFIND. We parse its response just like the initial file list load. Readme.md is part of the response and our handler attempts to open it. Only set the vm.ready if the file actually changed. Only a changed file will make the editor load again. Only then will it set ready to true and stop the spinning wheel. Signed-off-by: Max <max@nextcloud.com>
2022-03-02fix: use file id to identify readme for workspaceMax
In public shares data did not include a name if i remember correctly. When the Readme gets created it will trigger a PROPFIND but that will only look for the Readme itself - not the entire directory. Also detect that Readme so the view gets updated and shows the rich workspace when a Readme.md is created. This covers the main usecase that people click on the empty workspace. It does not cover creating a localized readme file or one named README.md or so. We also did not cover that before - so this seems okay. Signed-off-by: Max <max@nextcloud.com>
2022-03-02fix: workspace with alternative file namesMax
Signed-off-by: Max <max@nextcloud.com>
2022-03-02use filelist PROPFIND for loading workspaceMax
See #2171. Even though this is meant to improve load times I did not observe any improvements locally. I suspect that is because the workspace was loaded in parallel with the PROPFIND anyway. Experience may differ in production environments obviously. It is still one request less and the code also seems more clean. Signed-off-by: Max <max@nextcloud.com>
2022-01-17Fix closing the editor modal in public folder viewJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-01-13First throw on editor colors based on change tracking example of prosemirrorJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-14Also register to urlChanged event to update RichWorkspacegoligo
Signed-off-by: Malte Wedel <ich@malte.de>
2020-08-11refactor: define our own Link mark to rewrite hrefsAzul
The short relative links used in markdown need to be converted to working urls in the href attributes. In order to properly serialize the content the full urls in html need to be converted to relative links as well. This commit splits out the href handling into a new helper. This way it can be easily tested. Signed-off-by: Azul <azul@riseup.net>
2020-08-11button in menu bubble to link to filesAzul
Since the menu bubble deals with links it makes more sense to add the button here. Moved it to the initial part of the menu bubble as an alternative to the link form. Hand current path to menu bubble and use it * to start from there when picking the file to link to * to calculate the relative path. Signed-off-by: Azul <azul@riseup.net>
2020-08-11Bump eslint and fix deprecationsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-11Fix eslint checksJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-11fix: use OC.Files API to get file infoAzul
This api is also available in other apps while the internal structures used in fetchFileInfo are not. fixes #920 Signed-off-by: Azul <azul@riseup.net>
2019-12-19Do not connect to a session on other file listsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-05Move to @nextcloud packagesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-04Adjust to new eslint rulesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-04Add workspace route and public page handlingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-19Hard-code the templateName's extensionChristopher Teutsch
Signed-off-by: Christopher Teutsch <chris@heychris.eu>
2019-10-05Fix extraneous importsJulius 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-05Fix file actions fallback when viewer is disabledJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-02Split out helper functions and add syntax detectionJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>