Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-27Use old LTS to build handlebarsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-01Use handlebars from node_modules (on CI)Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-04Only run code coverage CI on mergeRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-28Only run integration tests when PHP was modifiedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-09Revert "Run phan tests only on high memory machines"Morris Jobke
2019-05-08Run phan tests only on high memory machinesMorris Jobke
This should fix the out of memory issues we are seeing with this job Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-15Pass proper TEST_SELECTION to drone objectstoreRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-05Adjust drone config to drone 1.0.0Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-05fix nested group retrieval also for 2 other casesArthur Schiwon
and also consolidate logic in one method Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-02-21Merge pull request #13850 from ↵Joas Schilling
nextcloud/feature/11274/enable-disable-multiple-apps Enable & disable multiple apps at once
2019-02-20Move twofactor_backupcodes to main webpack bundleRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-20Remove drone jobsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-19Strict Types, Return TypesDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-19Use npm ci for webpack buildsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-13Add proper drone jobRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-28integration test: pages search scenario with multiple basesArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-01-25Use nextcloudci/nodeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-25Fix vue settings checks and filenamesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-27Move litmusv2 to php7.2Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-21Fix drone imagesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-03run LDAP integrations tests with redis which is the recommended setupArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-11-23Extract sharing related acceptance tests to their own feature filesDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-10-29Extract acceptance tests for tags to their own feature fileDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-10-11Merge pull request #11769 from nextcloud/3rdparty/remove/random_compatRoeland Jago Douma
Remove random_compat
2018-10-11Remove random_compatJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-11Add 7.3 CI to droneRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-10Ignore the RiakCacheRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-10Add syntax ci job for php7.2Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-28Add drone stepRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-28extend integration tests with users with numerical IDsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-09-27Add drone supportRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-17use a dummy database name for the default postgres database nameRobin Appelman
For some reason the docker image does not setup the permissions correctly, by using a different name the nextcloud installer will create the database instead with the correct permissions Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-10simplify tests and move some out to a new feature as we need a pristineArthur Schiwon
database for them Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-10behat integration tests for LDAP, basic setupArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-07-29Use correct domain for ci-assetsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-07-29Update object storageMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-29Frontend regression testing with puppeteerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-07-25Add integration tests for searching files by commentsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-06-30use older image for disabled redis testsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-06-29Applied patch for CI to work per ↵Johannes Ernst
https://github.com/nextcloud/server/pull/9760#issuecomment-396888591 Signed-off-by: Johannes Ernst <jernst@indiecomputing.com>
2018-06-29fix build stepArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-06-25Config set and droneJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-20Add vue build for oauth2 app to droneJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-06-20Run vue builds in parallelMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-12Fixed testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-09Add basic acceptance tests for apps managementJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-06-07Bump updatenotificationJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-07Add vue apps build testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-04add azure unit tests with azuriteRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-05-30Fix drone mysqlmb4 testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>