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
2018-11-15Update autoloader dumpMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-08-10Bump autoloadersRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-02-16Fix info.xml files of shipped appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-14Bump appsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-13Update composerMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-04Composer updatedRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-14Use proper authorative-autoloader for app autoloadersRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-10-24LookupServerConnector AutoloaderRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-08-01Add |null to PHPDocLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-05-22Bump app versions as wellJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-22Adjust version requirementJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-11Merge pull request #4783 from nextcloud/lite-application-classesMorris Jobke
Use automatic injection for appdata folders
2017-05-10Use the configured lookup serverJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-10Define method shouldRunJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-10Use automatic DI injection for UpdateLookupServerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-29send signature to lookup serverBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-29don't add multiple retry jobsBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-29ask lookup server if email address was verified by the userBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-29send local verification status to lookup serverBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-29allow admin to configure lookup serverBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-02-23add posibility to remove all personal data from lookup serverBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2016-12-14mark nc12 as supporterRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-11-24Add Identityproof testsRoeland Jago Douma
* Add tests for Key * Add tests for Manager * Add tests for Signer * Removed URLGenerator from Signer Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-21Remove unused variableLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-21Add retry jobLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-21Fix lookup urlRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-21Push json to the lookupserverRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-21Search on lookup serverRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-21Add a signer class for signingLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-21lookup server connectorBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2016-11-21push public user data to the lookup serverBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>