summaryrefslogtreecommitdiffstats
path: root/apps/lookup_server_connector
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-11-092-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-10-312-0/+12
|
* Merge pull request #23742 from ↵Morris Jobke2020-10-301-2/+2
|\ | | | | | | | | nextcloud/enhancement/eventdispatcher-typed-listener-callable Type the event dispatcher listener callables with Psalm
| * Fix invalid usages of the new dispatcherRoeland Jago Douma2020-10-291-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-10-302-0/+10
|/
* [tx-robot] updated from transifexNextcloud bot2020-10-282-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-10-222-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-10-192-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-10-162-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-10-142-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-10-014-0/+24
|
* [tx-robot] updated from transifexNextcloud bot2020-09-282-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2020-09-264-2/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-09-252-0/+10
|
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-09-232-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-09-2010-0/+60
|
* Add transifex config for all new appsMorris Jobke2020-09-181-0/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bump versionsJoas Schilling2020-09-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the proper IAppContainer and IServerContainer type hints to know which ↵Morris Jobke2020-07-211-4/+4
| | | | | | code runs with which container Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-6/+13
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move lookup server connector to bootstrap mechanismMorris Jobke2020-07-082-43/+15
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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>