| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Typehint | John Molakvoæ (skjnldsv) | 2018-09-10 | 1 | -2/+1 |
* | Use user locale as default in the template | John Molakvoæ (skjnldsv) | 2018-09-10 | 1 | -0/+20 |
* | Backend work to provide NC whats New info to users | Arthur Schiwon | 2018-07-05 | 2 | -28/+143 |
* | adjust backend and gui to update and changelog server | Arthur Schiwon | 2018-06-29 | 1 | -0/+32 |
* | docblock version fixes | Georg Ehrke | 2018-06-28 | 1 | -1/+1 |
* | move locales file to /resources/ | Georg Ehrke | 2018-06-27 | 2 | -437/+1 |
* | fix use of findLocale | Georg Ehrke | 2018-06-27 | 1 | -1/+1 |
* | properly handle force_locale setting | Georg Ehrke | 2018-06-27 | 1 | -0/+5 |
* | cache available locales to minimize fs access | Georg Ehrke | 2018-06-27 | 1 | -6/+23 |
* | OC.getLocale() now returns Locale and no longer Language | Thomas Citharel | 2018-06-27 | 1 | -1/+1 |
* | handle config.php values | Thomas Citharel | 2018-06-27 | 1 | -5/+10 |
* | Fix review & tests | Thomas Citharel | 2018-06-27 | 2 | -0/+496 |
* | Allow apps to specify locale for localisation | Thomas Citharel | 2018-06-27 | 2 | -13/+31 |