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-26Remove @package annotations from public namespaceJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-31Update the license headers for Nextcloud 19Christoph 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>
2018-06-28docblock version fixesGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-06-27Allow apps to specify locale for localisationThomas Citharel
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-02-22Relax what t accepts so we don't break it allRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-02-21Make OCP\IL10N strictRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-24Move \OC_L10N_String to proper \OC\L10N\L10NStringRoeland Jago Douma
* Proper namespacing * Fixed phpdocs Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-08-16Fix IL10N phpdocRoeland Jago Douma
2016-07-21Fix othersJoas Schilling
2016-05-19Move \OCP to PSR-4Roeland Jago Douma