Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some docstrings in l10n.php | kondou | 2014-03-01 | 1 | -13/+15 |
| | |||||
* | Hardening: Remove dangerous characters + Subdirectory Check | Lukas Reschke | 2014-02-19 | 1 | -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-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -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_patches | Thomas Müller | 2014-02-14 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: lib/private/appconfig.php | ||||
| * | change order of issubdirectory() calls to avoid error messages for non-apps | Bjoern Schiessle | 2014-01-29 | 1 | -2/+2 |
| | | |||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+3 |
|/ | |||||
* | fix plural translation - fixes #6226 | Morris Jobke | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | fixing PHPDoc & grammar | Thomas Müller | 2013-10-23 | 1 | -5/+5 |
| | |||||
* | Have to also strtolower() on available language name. Otherwise no match. | Andreas Fischer | 2013-10-23 | 1 | -4/+6 |
| | |||||
* | Sort, so 'de' is preferred over 'de_DE' when performing non-exact matching. | Andreas Fischer | 2013-10-23 | 1 | -0/+4 |
| | |||||
* | Apply substring on the correct value. | Andreas Fischer | 2013-10-23 | 1 | -1/+1 |
| | |||||
* | Better variable names. | Andreas Fischer | 2013-10-23 | 1 | -9/+9 |
| | |||||
* | Fix coding style for else. | Andreas Fischer | 2013-10-23 | 1 | -4/+2 |
| | |||||
* | Correct indentation for default language. | Andreas Fischer | 2013-10-23 | 1 | -4/+4 |
| | |||||
* | Add L10N interface to server container | Bart Visscher | 2013-10-04 | 1 | -13/+5 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+546 |
Conflicts: lib/private/vcategories.php |