summaryrefslogtreecommitdiffstats
path: root/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+10
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Make the RetryJob work on the userId onlyJoas Schilling2019-07-181-52/+114
* Use public interfacesJoas Schilling2019-07-181-11/+14
* Also send a delete like on the syncronous actionJoas Schilling2019-07-181-7/+17
* Fix missing $config dependency in RetryJobMorris Jobke2019-03-051-0/+3
* increase timespan between each retryBjoern Schiessle2019-02-201-3/+5
* improve lookup server behaviourBjoern Schiessle2019-01-071-1/+20
* Do not try to contact lookup server without internet connection or URLArthur Schiwon2018-10-181-3/+9
* Add |null to PHPDocLukas Reschke2017-08-011-1/+1
* Use the configured lookup serverJoas Schilling2017-05-101-2/+9
* Define method shouldRunJoas Schilling2017-05-101-3/+14
* don't add multiple retry jobsBjoern Schiessle2017-04-281-13/+21
* Add retry jobLukas Reschke2016-11-211-1/+49
* push public user data to the lookup serverBjoern Schiessle2016-11-211-0/+33