summaryrefslogtreecommitdiffstats
path: root/lib/private/l10n.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix some docstrings in l10n.phpkondou2014-03-011-13/+15
|
* Hardening: Remove dangerous characters + Subdirectory CheckLukas Reschke2014-02-191-2/+2
| | | If an user is able to create folders in /core/l10n/ he is able to execute arbitrary code. Therefore I've added an `issubdirectory` check and removed all potential dangerous characters from `$lang`.
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+3
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-2/+2
|\ | | | | | | | | Conflicts: lib/private/appconfig.php
| * change order of issubdirectory() calls to avoid error messages for non-appsBjoern Schiessle2014-01-291-2/+2
| |
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+3
|/
* fix plural translation - fixes #6226Morris Jobke2013-12-071-1/+1
|
* fixing PHPDoc & grammarThomas Müller2013-10-231-5/+5
|
* Have to also strtolower() on available language name. Otherwise no match.Andreas Fischer2013-10-231-4/+6
|
* Sort, so 'de' is preferred over 'de_DE' when performing non-exact matching.Andreas Fischer2013-10-231-0/+4
|
* Apply substring on the correct value.Andreas Fischer2013-10-231-1/+1
|
* Better variable names.Andreas Fischer2013-10-231-9/+9
|
* Fix coding style for else.Andreas Fischer2013-10-231-4/+2
|
* Correct indentation for default language.Andreas Fischer2013-10-231-4/+4
|
* Add L10N interface to server containerBart Visscher2013-10-041-13/+5
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+546
Conflicts: lib/private/vcategories.php