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 (Expand)Author
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-28Do not try to contact lookup server if not neededRoeland Jago Douma
2021-03-26Map old account scope properties to new namesVincent Petry
2020-11-25Use proper OCP\BackgroundJobs\JobRoeland Jago Douma
2020-10-29Fix invalid usages of the new dispatcherRoeland Jago Douma
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-07-21Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke
2020-07-21Adjust apps' code to use the ContainerInterfaceChristoph Wurst
2020-07-08Move lookup server connector to bootstrap mechanismMorris Jobke
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-07-18Make the RetryJob work on the userId onlyJoas Schilling
2019-07-18Yay for null coalescing operatorJoas Schilling
2019-07-18Use public interfacesJoas Schilling
2019-07-18Always use a background job for the updateJoas Schilling
2019-07-18Also send a delete like on the syncronous actionJoas Schilling
2019-07-18Use an application classJoas Schilling
2019-04-09Only update the lookup server if it is enabled AND a server is setJoas Schilling
2019-03-05Fix missing $config dependency in RetryJobMorris Jobke
2019-03-04Fix Undefined property: OCA\LookupServerConnector\UpdateLookupServer::$configDaniel Kesselberg
2019-02-20increase timespan between each retryBjoern Schiessle
2019-01-07improve lookup server behaviourBjoern Schiessle
2018-10-18Do not try to contact lookup server without internet connection or URLArthur Schiwon
2017-08-01Add |null to PHPDocLukas Reschke
2017-05-11Merge pull request #4783 from nextcloud/lite-application-classesMorris Jobke
2017-05-10Use the configured lookup serverJoas Schilling
2017-05-10Define method shouldRunJoas Schilling
2017-05-10Use automatic DI injection for UpdateLookupServerJoas Schilling
2017-04-29send signature to lookup serverBjoern Schiessle
2017-04-29don't add multiple retry jobsBjoern Schiessle
2017-04-29send local verification status to lookup serverBjoern Schiessle
2017-04-29allow admin to configure lookup serverBjoern Schiessle
2017-02-23add posibility to remove all personal data from lookup serverBjoern Schiessle
2016-11-21Remove unused variableLukas Reschke
2016-11-21Add retry jobLukas Reschke
2016-11-21Fix lookup urlRoeland Jago Douma
2016-11-21Push json to the lookupserverRoeland Jago Douma
2016-11-21Search on lookup serverRoeland Jago Douma
2016-11-21Add a signer class for signingLukas Reschke
2016-11-21lookup server connectorBjoern Schiessle
2016-11-21push public user data to the lookup serverBjoern Schiessle