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-05Fix cypress scripts for local run + Add documentationFerdinand Thiessen
Fix the scripts for local cypress runs, they need to be run within the `npm run` environment, as the nextcloud webpack config requires the `npm_package_name` variable to be set. Also a up-to-date nextcloud instance is required for testing text at the current git head, so updated the dockerfile and docker-compose files to create a nextcloud image from current git head. Additionally updated the tests to use cypress 10.x and added missing documentation on how to run the cypress tests. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2022-02-08Migrate phpunit tests from drone to github actions (Fixes: #1679)Jonas
Only test with sqlite and oc for now. There's no added value to run our basic phpunit test on mysql and postgresql environments. Also drops the obsolete `occ app:check-code` compatibility tests. Signed-off-by: Jonas <jonas@freesources.org>
2021-05-21Small changes to READMEAshutosh Verma
Signed-off-by: Ashutosh Verma <mail@ashu.io>
2021-05-21Small changes to READMEAshutosh Verma
Signed-off-by: Ashutosh Verma <mail@ashu.io>
2021-05-21Small changes to READMEAshutosh Verma
Signed-off-by: Ashutosh Verma <mail@ashu.io>
2021-03-09Add note about rich workspace config to READMEJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-22Update README.mdJulius Härtl
2019-08-20Update README.mdJulius Härtl
2019-08-20Update README.mdJulius Härtl
2019-08-20Update README.mdJulius Härtl
2019-06-27Fix screenshot Georg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-06-07Add screenshot and key points to readmeJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-05-14Simplify dev setup instructionsJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-05-14Fix links in READMEJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-14Add readme with basic build instructions (fixes #9)Julius 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>