summaryrefslogtreecommitdiffstats
path: root/apps/lookup_server_connector/lib/UpdateLookupServer.php
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+8
* Make the RetryJob work on the userId onlyJoas Schilling2019-07-181-77/+17
* Yay for null coalescing operatorJoas Schilling2019-07-181-13/+12
* Always use a background job for the updateJoas Schilling2019-07-181-35/+9
* Only update the lookup server if it is enabled AND a server is setJoas Schilling2019-04-091-1/+1
* Fix Undefined property: OCA\LookupServerConnector\UpdateLookupServer::$configDaniel Kesselberg2019-03-041-1/+1
* improve lookup server behaviourBjoern Schiessle2019-01-071-1/+19
* Do not try to contact lookup server without internet connection or URLArthur Schiwon2018-10-181-2/+12
* Use automatic DI injection for UpdateLookupServerJoas Schilling2017-05-101-6/+6
* send signature to lookup serverBjoern Schiessle2017-04-281-0/+2
* send local verification status to lookup serverBjoern Schiessle2017-04-281-0/+5
* allow admin to configure lookup serverBjoern Schiessle2017-04-281-20/+9
* add posibility to remove all personal data from lookup serverBjoern Schiessle2017-02-231-19/+30
* Remove unused variableLukas Reschke2016-11-211-1/+1
* Add retry jobLukas Reschke2016-11-211-22/+25
* Fix lookup urlRoeland Jago Douma2016-11-211-1/+1
* Push json to the lookupserverRoeland Jago Douma2016-11-211-3/+3
* Search on lookup serverRoeland Jago Douma2016-11-211-1/+1
* Add a signer class for signingLukas Reschke2016-11-211-61/+36
* lookup server connectorBjoern Schiessle2016-11-211-10/+75
* push public user data to the lookup serverBjoern Schiessle2016-11-211-0/+93