aboutsummaryrefslogtreecommitdiffstats
path: root/apps/lookup_server_connector
Commit message (Collapse)AuthorAgeFilesLines
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-3/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersChristoph Wurst2019-12-054-4/+29
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-222-1/+2
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* remove missed manual Application instance constructionsRobin Appelman2019-11-041-1/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make the RetryJob work on the userId onlyJoas Schilling2019-07-182-129/+131
| | | | | | To ensure there is only 1 background job per user Signed-off-by: Joas Schilling <coding@schilljs.com>
* Yay for null coalescing operatorJoas Schilling2019-07-181-13/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use public interfacesJoas Schilling2019-07-181-11/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Always use a background job for the updateJoas Schilling2019-07-181-35/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Also send a delete like on the syncronous actionJoas Schilling2019-07-181-7/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use an application classJoas Schilling2019-07-184-10/+60
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Only update the lookup server if it is enabled AND a server is setJoas Schilling2019-04-091-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix missing $config dependency in RetryJobMorris Jobke2019-03-051-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix Undefined property: OCA\LookupServerConnector\UpdateLookupServer::$configDaniel Kesselberg2019-03-041-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* increase timespan between each retryBjoern Schiessle2019-02-201-3/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* improve lookup server behaviourBjoern Schiessle2019-01-072-2/+39
| | | | | | | Don't try to connect to the lookup server if the lookup server was disabled by the admin or an empty lookup server URL was given Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Shorten index name of calendar changes tableJoas Schilling2018-11-141-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Do not try to contact lookup server without internet connection or URLArthur Schiwon2018-10-182-5/+21
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-7/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update composerMorris Jobke2018-01-122-10/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* LookupServerConnector AutoloaderRoeland Jago Douma2017-10-249-0/+605
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add |null to PHPDocLukas Reschke2017-08-011-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #4783 from nextcloud/lite-application-classesMorris Jobke2017-05-102-29/+9
|\ | | | | Use automatic injection for appdata folders
| * Use automatic DI injection for UpdateLookupServerJoas Schilling2017-05-102-29/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Use the configured lookup serverJoas Schilling2017-05-101-2/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Define method shouldRunJoas Schilling2017-05-101-3/+14
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* send signature to lookup serverBjoern Schiessle2017-04-281-0/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* don't add multiple retry jobsBjoern Schiessle2017-04-281-13/+21
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* ask lookup server if email address was verified by the userBjoern Schiessle2017-04-281-1/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* send local verification status to lookup serverBjoern Schiessle2017-04-281-0/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* allow admin to configure lookup serverBjoern Schiessle2017-04-282-24/+15
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add posibility to remove all personal data from lookup serverBjoern Schiessle2017-02-231-19/+30
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* mark nc12 as supporterRobin Appelman2016-12-141-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add Identityproof testsRoeland Jago Douma2016-11-241-1/+0
| | | | | | | | | * Add tests for Key * Add tests for Manager * Add tests for Signer * Removed URLGenerator from Signer Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove unused variableLukas Reschke2016-11-211-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>