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
2014-12-11Correctly fallback to english, if the plural case is not translatedJoas Schilling
2014-12-09Add a DateTimeFormatter class which allows overwriting the language and timezoneJoas Schilling
2014-11-27Cache results of available languagesLukas Reschke
2014-11-25Fix PHPDoc and deprecated codeLukas Reschke
2014-10-29Fix language file detectionVincent Petry
2014-10-29adding console command to generate javascript translation files based on exis...Thomas Müller
2014-10-29in case a translation javascript is not found we no longer bail outThomas Müller
2014-10-20implement localizations based on punicThomas Müller
2014-08-31Move certificate management interface from files_external to coreRobin Appelman
2014-07-08Adding new interface \OCP\Activity\IExtentsionThomas Müller
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-14provide a way to detect the language that is being used (e.g. for clientside ...Bernhard Posselt
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-05-13Replace @returns with @return, in /libRobin McCorkell
2014-05-11Rename issubdirectory to isSubDirectoryLukas Reschke
2014-05-04Does also take int or stringLukas Reschke
2014-04-21Some more PHPDoc fixesLukas Reschke
2014-04-15introduce new function to force a languageThomas Müller
2014-03-31Merge branch 'master' into type-hintingBart Visscher
2014-03-01Fix some docstrings in l10n.phpkondou
2014-03-01More PHPDoc updatesBart Visscher
2014-02-28Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10NBart Visscher
2014-02-19Hardening: Remove dangerous characters + Subdirectory CheckLukas Reschke
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2014-02-15Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2014-01-29change order of issubdirectory() calls to avoid error messages for non-appsBjoern Schiessle
2013-12-07fix plural translation - fixes #6226Morris Jobke
2013-10-23fixing PHPDoc & grammarThomas Müller
2013-10-23Have to also strtolower() on available language name. Otherwise no match.Andreas Fischer
2013-10-23Sort, so 'de' is preferred over 'de_DE' when performing non-exact matching.Andreas Fischer
2013-10-23Apply substring on the correct value.Andreas Fischer
2013-10-23Better variable names.Andreas Fischer
2013-10-23Fix coding style for else.Andreas Fischer
2013-10-23Correct indentation for default language.Andreas Fischer
2013-10-04Add L10N interface to server containerBart Visscher
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller