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-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-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-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-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-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
2017-11-30use formal version of German if default_language is set to 'de_DE'Bjoern Schiessle
2017-06-21Allow to force a language and set it via the ocs apiJoas Schilling
2017-04-07Don't force the use of Accept-Language anymoreJoas Schilling
2016-10-07Simplify isSubDirectory checkLukas Reschke
2016-09-04ACCEPT_LANGUAGE goes before default_langaugeRoeland Jago Douma
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-04Do not save the language as request lang for apps when we didn't find anyJoas Schilling
2016-04-27Move \OC\L10N to PSR-4Roeland Jago Douma