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
2021-01-19[tx-robot] updated from transifexNextcloud bot
2021-01-18[tx-robot] updated from transifexNextcloud bot
2021-01-14[tx-robot] updated from transifexNextcloud bot
2021-01-11[tx-robot] updated from transifexNextcloud bot
2020-12-31[tx-robot] updated from transifexNextcloud bot
2020-12-10[tx-robot] updated from transifexNextcloud bot
2020-12-02Merge pull request #24396 from nextcloud/dont-use-system-composerMorris Jobke
dont use system composer for autoload checker
2020-11-30Merge pull request #24340 from nextcloud/td/psalm/job_executeMorris Jobke
Use proper OCP\BackgroundJobs\Job
2020-11-30[tx-robot] updated from transifexNextcloud bot
2020-11-26rebuild autoloader scripts with 2.0.7Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-11-26[tx-robot] updated from transifexNextcloud bot
2020-11-25Use proper OCP\BackgroundJobs\JobRoeland Jago Douma
And typehunt the IJobList Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-19[tx-robot] updated from transifexNextcloud bot
2020-11-09[tx-robot] updated from transifexNextcloud bot
2020-10-31[tx-robot] updated from transifexNextcloud bot
2020-10-30Merge pull request #23742 from ↵Morris Jobke
nextcloud/enhancement/eventdispatcher-typed-listener-callable Type the event dispatcher listener callables with Psalm
2020-10-30[tx-robot] updated from transifexNextcloud bot
2020-10-29Fix invalid usages of the new dispatcherRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-10-28[tx-robot] updated from transifexNextcloud bot
2020-10-22[tx-robot] updated from transifexNextcloud bot
2020-10-19[tx-robot] updated from transifexNextcloud bot
2020-10-16[tx-robot] updated from transifexNextcloud bot
2020-10-14[tx-robot] updated from transifexNextcloud bot
2020-10-01[tx-robot] updated from transifexNextcloud bot
2020-09-28[tx-robot] updated from transifexNextcloud bot
2020-09-26[tx-robot] updated from transifexNextcloud bot
2020-09-25[tx-robot] updated from transifexNextcloud bot
2020-09-24Update autloaderRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-23[tx-robot] updated from transifexNextcloud bot
2020-09-20[tx-robot] updated from transifexNextcloud bot
2020-09-18Add transifex config for all new appsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-18Bump versionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>