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-04-29Update license headers for 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Add visibility to all constantsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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-02-22Add methods to get casted system valuesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-06-06Do not allow to store boolean configs, they behave unexpected on postgresJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-19Move \OCP to PSR-4Roeland Jago Douma