| Commit message (Expand) | Author | Age | Files | Lines |
* | feat: reduce available languages per config value "reduce_to_languages" | Misha M.-Kupriyanov | 2024-07-01 | 1 | -0/+4 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 6 | -140/+16 |
* | fix: Fix tests following OC_App migrations to IAppManager | Côme Chilliet | 2024-04-22 | 1 | -3/+1 |
* | fix: Migrate a few more classes away from OC_App::getAppPath | Côme Chilliet | 2024-04-22 | 1 | -33/+15 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 2 | -9/+9 |
* | chore: Migrate away from OC::$server->getLogger | Côme Chilliet | 2024-02-13 | 1 | -1/+2 |
* | Update lib/private/L10N/Factory.php | c39cfbb3 | 2023-10-18 | 1 | -1/+1 |
* | L10N/Factory: Support "Accept-Language: zh-Hans-CN" and alike | c39cfbb3 | 2023-10-18 | 1 | -0/+4 |
* | Refactor "substr" calls to improve code readability | Hamid Dehnavi | 2023-07-07 | 1 | -2/+2 |
* | fix(l10n): Fix plural issue with different locale and language | Joas Schilling | 2023-06-21 | 1 | -1/+6 |
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 2 | -4/+4 |
* | Adapt tests to config value typing | Côme Chilliet | 2023-04-05 | 1 | -1/+1 |
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 2 | -7/+7 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 4 | -10/+7 |
* | Cache available languages locally | Julius Härtl | 2022-12-07 | 1 | -1/+12 |
* | Use {$var} instead of ${var} for PHP 8.2 compatibility | Côme Chilliet | 2022-06-14 | 1 | -1/+1 |
* | Fix translations with trailing colons | Joas Schilling | 2022-04-26 | 1 | -1/+7 |
* | Remove createPluralFunction which is replaced by Symfony\Translations lib | Joas Schilling | 2022-01-24 | 1 | -65/+0 |
* | Default to language from request in L10N\Factory->getUserLanguage() | Jonas Meurer | 2022-01-10 | 1 | -0/+9 |
* | Fix Iterator return types | Côme Chilliet | 2021-11-23 | 1 | -2/+2 |
* | Fix ArrayAccess and JsonSerializable return types | Côme Chilliet | 2021-11-23 | 1 | -5/+1 |
* | Add new account properties | Christopher Ng | 2021-10-19 | 1 | -20/+24 |
* | Add L10n factory method for generic language heuristics | Christoph Wurst | 2021-10-13 | 1 | -21/+59 |
* | Provide initial state | Christopher Ng | 2021-08-27 | 1 | -7/+7 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 6 | -14/+5 |
* | Fix PHP CS | Joas Schilling | 2021-04-20 | 1 | -1/+1 |
* | Correctly replace all PHP placeholders with the parameters | Joas Schilling | 2021-04-20 | 1 | -5/+4 |
* | Fix languages that miss a string in the translation | Joas Schilling | 2021-04-20 | 1 | -7/+16 |
* | Add a check for the pipe character | Joas Schilling | 2021-04-20 | 1 | -0/+6 |
* | "Symfony\Component\Translation\PluralizationRules" is deprecated | Joas Schilling | 2021-04-20 | 2 | -40/+23 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 1 | -3/+3 |
* | Move localecache to array | Roeland Jago Douma | 2020-11-02 | 1 | -7/+5 |
* | Only parse the locales ones | Roeland Jago Douma | 2020-10-31 | 1 | -5/+14 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Add a dedicated method to get the language for another user | Joas Schilling | 2020-07-01 | 1 | -0/+23 |
* | Fix languages empty array | GretaD | 2020-05-08 | 1 | -2/+11 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 3 | -0/+3 |
* | Format code according to PSR2 | Christoph Wurst | 2020-04-10 | 1 | -0/+5 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 5 | -17/+13 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 2 | -4/+4 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -6/+6 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 2 | -3/+3 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -2/+2 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -9/+9 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 6 | -7/+19 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -0/+1 |
* | Move settings to an app | Christoph Wurst | 2019-09-28 | 1 | -2/+1 |
* | Make the L10N loading lazy | Roeland Jago Douma | 2019-05-22 | 2 | -25/+98 |