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 (Expand)Author
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-20Fix PHP CSJoas Schilling
2021-04-20Correctly replace all PHP placeholders with the parametersJoas Schilling
2021-04-20Fix languages that miss a string in the translationJoas Schilling
2021-04-20Add a check for the pipe characterJoas Schilling
2021-04-20"Symfony\Component\Translation\PluralizationRules" is deprecatedJoas Schilling
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-01-11Remove unneeded casts that were found by PsalmMorris Jobke
2020-11-02Move localecache to arrayRoeland Jago Douma
2020-10-31Only parse the locales onesRoeland Jago Douma
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-07-01Add a dedicated method to get the language for another userJoas Schilling
2020-05-08Fix languages empty arrayGretaD
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format code according to PSR2Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-09-28Move settings to an appChristoph Wurst
2019-05-22Make the L10N loading lazyRoeland Jago Douma
2018-09-10TypehintJohn Molakvoæ (skjnldsv)
2018-09-10Use user locale as default in the templateJohn Molakvoæ (skjnldsv)
2018-07-05Backend work to provide NC whats New info to usersArthur Schiwon
2018-06-29adjust backend and gui to update and changelog serverArthur Schiwon
2018-06-28docblock version fixesGeorg Ehrke
2018-06-27move locales file to /resources/Georg Ehrke
2018-06-27fix use of findLocaleGeorg Ehrke
2018-06-27properly handle force_locale settingGeorg Ehrke
2018-06-27cache available locales to minimize fs accessGeorg Ehrke
2018-06-27OC.getLocale() now returns Locale and no longer LanguageThomas Citharel
2018-06-27handle config.php valuesThomas Citharel
2018-06-27Fix review & testsThomas Citharel
2018-06-27Allow apps to specify locale for localisationThomas Citharel
2018-05-24Merge pull request #9435 from nextcloud/bugfix/noid/fix_force_language_html_attrRoeland Jago Douma
2018-05-23Always set the request language to the force languageRoeland Jago Douma
2018-05-22make sure force language is reflected in html lang attributeGeorg Ehrke
2018-05-16Added language support in users listJohn Molakvoæ (skjnldsv)
2018-02-22Relax what t accepts so we don't break it allRoeland Jago Douma
2018-02-21Fix other testsRoeland Jago Douma
2018-02-21Proper closure for functionRoeland Jago Douma
2018-02-21Make OCP\IL10N strictRoeland Jago Douma
2018-01-26Improve conditional of loopMorris Jobke
2018-01-17Request->getHeader() should always return a stringMorris Jobke
2017-12-01check if $defaultLanguage is a valid string before we move onBjoern Schiessle