Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-07-21Use the proper IAppContainer and IServerContainer type hints to know which ↵Morris Jobke
code runs with which container Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-21Adjust apps' code to use the ContainerInterfaceChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-07-08Move lookup server connector to bootstrap mechanismMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-07Bump app versions and requirementsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-29Update license headers for 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
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>
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-19Update autoloaders for composer v1.10.1Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-21Fix app updatesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-22Some php-cs fixesRoeland Jago Douma
* 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>
2019-11-04remove missed manual Application instance constructionsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-09-05Development is 18 now!Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-18Make the RetryJob work on the userId onlyJoas Schilling
To ensure there is only 1 background job per user Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18Yay for null coalescing operatorJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18Use public interfacesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18Always use a background job for the updateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18Also send a delete like on the syncronous actionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18Use an application classJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-11Bump versions of server and the requirements of appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-09Only update the lookup server if it is enabled AND a server is setJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-05Fix missing $config dependency in RetryJobMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-04Fix Undefined property: OCA\LookupServerConnector\UpdateLookupServer::$configDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-20increase timespan between each retryBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-01-07improve lookup server behaviourBjoern Schiessle
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>
2018-11-23Bump versions of server and the requirements of appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-14Shorten index name of calendar changes tableJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-18Do not try to contact lookup server without internet connection or URLArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-09-05Update version requirements and versions of shipped appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-10Bump autoloadersRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-02-16Fix info.xml files of shipped appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-14Bump appsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-13Update composerMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-04Composer updatedRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-14Use proper authorative-autoloader for app autoloadersRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-10-24LookupServerConnector AutoloaderRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-08-01Add |null to PHPDocLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-05-22Bump app versions as wellJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-22Adjust version requirementJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-11Merge pull request #4783 from nextcloud/lite-application-classesMorris Jobke
Use automatic injection for appdata folders
2017-05-10Use the configured lookup serverJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-10Define method shouldRunJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-10Use automatic DI injection for UpdateLookupServerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-29send signature to lookup serverBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-29don't add multiple retry jobsBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-29ask lookup server if email address was verified by the userBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-29send local verification status to lookup serverBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-29allow admin to configure lookup serverBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>