summaryrefslogtreecommitdiffstats
path: root/settings/BackgroundJobs
Commit message (Collapse)AuthorAgeFilesLines
* Check if uploading to lookup server is enabled before verifyingJoas Schilling2019-06-211-1/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check if the data is in the lookup serverJoas Schilling2019-04-161-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fixes an Exception on the background job because the config was not setArthur Schiwon2018-10-301-0/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Do not try to contact lookup server without internet connection or URLArthur Schiwon2018-10-181-0/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use info log level to inform about a deleted user and thus the verification ↵Morris Jobke2018-06-221-1/+1
| | | | | | is not needed anymore Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add |null to PHPDocLukas Reschke2017-08-011-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix #5059 by adding sanity checks before using varPatrik Kernstock2017-05-241-1/+1
| | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* reset verification state if max tries are reachedBjoern Schiessle2017-05-041-0/+15
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix path to the website proofBjoern Schiessle2017-04-281-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add missing translation and other small fixesBjoern Schiessle2017-04-281-19/+17
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* remove unused variableBjoern Schiessle2017-04-281-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* check right location to verify web page and query lookup server for exact ↵Bjoern Schiessle2017-04-281-13/+13
| | | | | | cloud id to check if the email address was verified correctly Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* check verification proof and update account tableBjoern Schiessle2017-04-281-0/+275
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>