aboutsummaryrefslogtreecommitdiffstats
path: root/apps/lookup_server_connector
Commit message (Expand)AuthorAgeFilesLines
* 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-082-43/+15
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
* 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 autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
* Update license headersChristoph Wurst2019-12-054-4/+29
* Some php-cs fixesRoeland Jago Douma2019-11-222-1/+2
* remove missed manual Application instance constructionsRobin Appelman2019-11-041-1/+3
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+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-184-10/+60
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
* 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
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
* Shorten index name of calendar changes tableJoas Schilling2018-11-141-1/+1
* Do not try to contact lookup server without internet connection or URLArthur Schiwon2018-10-182-5/+21
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
* Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-7/+11
* Bump appsRoeland Jago Douma2018-01-141-2/+2
* Update composerMorris Jobke2018-01-122-10/+14
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
* LookupServerConnector AutoloaderRoeland Jago Douma2017-10-249-0/+605
* Add |null to PHPDocLukas Reschke2017-08-011-1/+1
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
* Adjust version requirementJoas Schilling2017-05-221-1/+1
* Merge pull request #4783 from nextcloud/lite-application-classesMorris Jobke2017-05-102-29/+9
|\
| * Use automatic DI injection for UpdateLookupServerJoas Schilling2017-05-102-29/+9
* | 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
* ask lookup server if email address was verified by the userBjoern Schiessle2017-04-281-1/+5
* send local verification status to lookup serverBjoern Schiessle2017-04-281-0/+5
* allow admin to configure lookup serverBjoern Schiessle2017-04-282-24/+15
* add posibility to remove all personal data from lookup serverBjoern Schiessle2017-02-231-19/+30