Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-02 | Make lint happy | Tusooa Zhu | |
2022-03-02 | Add test for fallbacking to a general language | Tusooa Zhu | |
2022-03-02 | Fallback to a variant if the language in general is not supported | Tusooa Zhu | |
For an example, here, zh is not supported, but zh_Hans and zh_Hant are. If the user asks for zh, we should choose a variant for them instead of fallbacking to default. Some browsers (e.g. Firefox) does not allow users to customize their language codes. For example, there is no zh-Hans, but only zh, zh-CN, zh-TW, zh-HK, etc. This provides a workaround for those users suffering from bad design decisions. | |||
2022-03-02 | Add changelog | Tusooa Zhu | |
2022-03-02 | Document API addition | Tusooa Zhu | |
2022-03-02 | Allow user to register with custom language | Tusooa Zhu | |
2022-03-02 | Allow update_credentials to update User.language | Tusooa Zhu | |
2022-03-01 | Send emails i18n'd using backend-stored user language | Tusooa Zhu | |
2022-03-01 | Make all emails translatable | Tusooa Zhu | |
2022-03-01 | Fix digest test | Tusooa Zhu | |
2022-03-01 | Make mail and mailer translatable | Tusooa Zhu | |
2022-03-01 | Make static fe translatable | Tusooa Zhu | |
2022-02-28 | Fix tests | Tusooa Zhu | |
2022-02-28 | Make mfa pages translatable | Tusooa Zhu | |
2022-02-28 | Make oauth pages translatable | Tusooa Zhu | |
2022-02-28 | Use proper lang attributes in htmls | Tusooa Zhu | |
2022-02-28 | Make tag feed translatable | Tusooa Zhu | |
2022-02-28 | Make password reset pages translatable | Tusooa Zhu | |
2022-02-21 | Make lint happy | Tusooa Zhu | |
2022-02-21 | Extract translatable text | Tusooa Zhu | |
2022-02-21 | Make remote follow pages translatable | Tusooa Zhu | |
2022-02-21 | Prefer userLanguage cookie over Accept-Language header in detecting locale | Tusooa Zhu | |
https://git.pleroma.social/pleroma/pleroma-meta/-/issues/60 | |||
2022-02-21 | Merge branch 'unicode-14.0-backend' into 'develop' | lain | |
Unicode 14 Support See merge request pleroma/pleroma!3633 | |||
2022-02-21 | Add unicode 14 support | Sam Therapy | |
and add a test with a unicode 14 emoji | |||
2022-02-06 | Merge branch 'max_media_attachments' into 'develop' | Alex Gleason | |
Allow specifying max media attachment count Closes #2665 See merge request pleroma/pleroma!3630 | |||
2022-02-06 | Max media attachment count | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-02-02 | Merge branch 'fix-tests-warn' into 'develop' | Alex Gleason | |
Fix tests matching on "warn" See merge request pleroma/pleroma!3629 | |||
2022-02-02 | FilterControllerTest: tag erratic test | Alex Gleason | |
2022-02-02 | Fix tests matching on "warn" | Haelwenn (lanodan) Monnier | |
Moving it to "warning" would break tests on 1.12.x | |||
2022-02-02 | Merge branch 'roadhouse' into 'develop' | Alex Gleason | |
Roadhouse debugging See merge request pleroma/pleroma!3628 | |||
2022-02-02 | Tag erratic test | Alex Gleason | |
2022-02-02 | Add tests for mismatched context in replies | Alex Gleason | |
2022-02-02 | Test that a Create/Note from Roadhouse validates | Alex Gleason | |
2022-02-02 | Test that a Note from Roadhouse validates | Alex Gleason | |
2022-02-01 | Merge branch 'birth-dates' into 'develop' | Alex Gleason | |
Birthdays: Fix outgoing federation of birth dates See merge request pleroma/pleroma!3626 | |||
2022-02-01 | Birthdays: Fix outgoing federation of birth dates | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-28 | Merge branch 'mention-mrf-md' into 'develop' | Alex Gleason | |
ForceMentionsInContent: improve display of Markdown posts See merge request pleroma/pleroma!3625 | |||
2022-01-27 | ForceMentionsInContent: improve display of Markdown posts | Alex Gleason | |
2022-01-27 | Merge branch 'mentions-mrf-replies-only' into 'develop' | Alex Gleason | |
ForceMentionsInContent: don't apply it to top-level posts See merge request pleroma/pleroma!3624 | |||
2022-01-26 | ForceMentionsInContent: don't apply it to top-level posts | Alex Gleason | |
2022-01-26 | Merge branch 'fix-bot-policy' into 'develop' | Alex Gleason | |
ForceBotUnlistedPolicy: fix to stop unlisting my posts >:( See merge request pleroma/pleroma!3623 | |||
2022-01-26 | ForceBotUnlistedPolicy: fix to stop unlisting my posts >:( | bot | |
2022-01-25 | Merge branch 'inline-mention-self' into 'develop' | Alex Gleason | |
ForceMentionsInContent: don't mention self See merge request pleroma/pleroma!3622 | |||
2022-01-25 | ForceMentionsInContent: don't mention self | Alex Gleason | |
2022-01-25 | Merge branch 'recipients-inline' into 'develop' | Alex Gleason | |
ForceMentionsInContent: wrap mentions in a span, fix the formatting See merge request pleroma/pleroma!3620 | |||
2022-01-25 | Merge branch 'birth-dates' into 'develop' | Alex Gleason | |
Fix show_birthday See merge request pleroma/pleroma!3621 | |||
2022-01-25 | ForceMentionsInContent: fix order of mentions | Alex Gleason | |
2022-01-25 | AccountView: Add test for show_birthday | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-25 | Fix show_birthday | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-25 | Merge branch 'birth-dates' into 'develop' | Alex Gleason | |
Birth dates See merge request pleroma/pleroma!3608 |