summaryrefslogtreecommitdiffstats
path: root/apps/lookup_server_connector/lib
Commit message (Expand)AuthorAgeFilesLines
* Port existing server code to new interfaceCarl Schwan2022-08-081-25/+12
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-6/+4
* Do not try to contact lookup server if not neededRoeland Jago Douma2021-04-281-1/+11
* Map old account scope properties to new namesVincent Petry2021-03-261-1/+1
* Use proper OCP\BackgroundJobs\JobRoeland Jago Douma2020-11-251-1/+1
* Fix invalid usages of the new dispatcherRoeland Jago Douma2020-10-291-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-211-4/+4
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-6/+13
* Move lookup server connector to bootstrap mechanismMorris Jobke2020-07-081-14/+15
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-3/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-053-3/+24
* Some php-cs fixesRoeland Jago Douma2019-11-222-1/+2
* Make the RetryJob work on the userId onlyJoas Schilling2019-07-182-129/+131
* Yay for null coalescing operatorJoas Schilling2019-07-181-13/+12
* Use public interfacesJoas Schilling2019-07-181-11/+14
* Always use a background job for the updateJoas Schilling2019-07-181-35/+9
* Also send a delete like on the syncronous actionJoas Schilling2019-07-181-7/+17
* Use an application classJoas Schilling2019-07-181-0/+56
* Only update the lookup server if it is enabled AND a server is setJoas Schilling2019-04-091-1/+1
* Fix missing $config dependency in RetryJobMorris Jobke2019-03-051-0/+3
* Fix Undefined property: OCA\LookupServerConnector\UpdateLookupServer::$configDaniel Kesselberg2019-03-041-1/+1
* increase timespan between each retryBjoern Schiessle2019-02-201-3/+5
* improve lookup server behaviourBjoern Schiessle2019-01-072-2/+39
* Do not try to contact lookup server without internet connection or URLArthur Schiwon2018-10-182-5/+21
* Add |null to PHPDocLukas Reschke2017-08-011-1/+1
* Merge pull request #4783 from nextcloud/lite-application-classesMorris Jobke2017-05-101-6/+6
|\
| * Use automatic DI injection for UpdateLookupServerJoas Schilling2017-05-101-6/+6
* | Use the configured lookup serverJoas Schilling2017-05-101-2/+9
* | Define method shouldRunJoas Schilling2017-05-101-3/+14
|/
* send signature to lookup serverBjoern Schiessle2017-04-281-0/+2
* don't add multiple retry jobsBjoern Schiessle2017-04-281-13/+21
* 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-212-23/+74
* 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-212-0/+126