| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(l10n): Respect forceLanguage query parameter in more placesfeat/add-query-param-to-force-language | Côme Chilliet | 2024-10-08 | 1 | -3/+7 |
* | feat(l10n): Allow to force language with a query parameter | Côme Chilliet | 2024-10-08 | 1 | -1/+1 |
* | fix(l10n): Fix list of RTL languagesbugfix/noid/fix-rtl-language-list | Joas Schilling | 2024-09-27 | 1 | -1/+0 |
* | fix(rtl): Make clear that the direction is based on languagefeat/31420/bidi-backend-support | Joas Schilling | 2024-09-23 | 1 | -3/+2 |
* | fix(rtl): Fix list of RTL languages | Joas Schilling | 2024-09-23 | 1 | -5/+11 |
* | feat(rtl): Set layout direction based on language | ali ghorbani | 2024-09-23 | 1 | -0/+16 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
* | chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App | Côme Chilliet | 2024-09-13 | 1 | -1/+1 |
* | 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 | 1 | -35/+3 |
* | 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 | 1 | -8/+8 |
* | 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 |
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -2/+2 |
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -6/+6 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Cache available languages locally | Julius Härtl | 2022-12-07 | 1 | -1/+12 |
* | 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 |
* | 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 | 1 | -2/+1 |
* | 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 |
* | 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 | 1 | -4/+3 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | 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 | 1 | -2/+2 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -1/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -9/+9 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+7 |
* | Move settings to an app | Christoph Wurst | 2019-09-28 | 1 | -2/+1 |
* | Make the L10N loading lazy | Roeland Jago Douma | 2019-05-22 | 1 | -25/+28 |
* | 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 | 1 | -28/+6 |
* | adjust backend and gui to update and changelog server | Arthur Schiwon | 2018-06-29 | 1 | -0/+32 |
* | move locales file to /resources/ | Georg Ehrke | 2018-06-27 | 1 | -1/+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 |