Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-16 | Add tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-05-16 | Allow submitting an array of rule_ids to /api/v1/reports | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-05-16 | Add RuleTest | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-05-16 | Instance rules: Use render_many | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-05-16 | Add GET /api/v1/instance/rules | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-05-16 | Instance rules | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-05-08 | Merge branch 'improve_anti_followbot_policy' into 'develop' | Haelwenn | |
Also use actor_type to determine if an account is a bot in antiFollowbotPolicy Closes #2561 See merge request pleroma/pleroma!3498 | |||
2022-05-08 | Also use actor_type to determine if an account is a bot in antiFollowbotPolicy | Ilja | |
2022-05-06 | Merge branch 'security/2.4.3-develop' into 'develop' | Haelwenn | |
Merge back 2.4.3 See merge request pleroma/pleroma!3663 | |||
2022-05-06 | mix: Bump to 2.4.52 for 2.4.3 mergeback | Haelwenn (lanodan) Monnier | |
2022-05-06 | Skip cache when /objects or /activities is authenticated | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-05-06 | Allow to skip cache in Cache plug | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-05-06 | update sweet_xml [Security] | Ilja | |
2022-04-18 | Merge branch 'from/upstream-develop/tusooa/fix-en-fallback' into 'develop' | Haelwenn | |
Fix incorrect fallback when English is set to first language See merge request pleroma/pleroma!3656 | |||
2022-04-17 | Fix incorrect fallback when English is set to first language | Tusooa Zhu | |
2022-04-05 | Merge branch 'fix_eratic_test_for_report_notes' into 'develop' | Haelwenn | |
Fix eratic test for POST /api/pleroma/admin/reports/:id/notes See merge request pleroma/pleroma!3653 | |||
2022-04-05 | Fix eratic test for POST /api/pleroma/admin/reports/:id/notes | Ilja | |
It retrieved two ReportNotes and then checked one of them. But the order isn't guaranteed, while the test tested on the content of the first ReportNote. I made the test on the content more generic | |||
2022-03-20 | Merge branch 'from/upstream-develop/tusooa/translate-pages' into 'develop' | Haelwenn | |
Translate backend-rendered pages See merge request pleroma/pleroma!3634 | |||
2022-03-20 | Merge branch 'caddyfile-v2' into 'develop' | Haelwenn | |
Update Caddyfile to Caddy v2 Closes #2764 See merge request pleroma/pleroma!3641 | |||
2022-03-20 | Merge branch 'delete_report_notifs_when_demoting_from_superuser' into 'develop' | Haelwenn | |
Delete report notifs when demoting from superuser Closes #2840 See merge request pleroma/pleroma!3642 | |||
2022-03-17 | Merge branch 'bugfix/mix-dotgit' into 'develop' | Haelwenn | |
mix: Check `.git` presence See merge request pleroma/pleroma!3638 | |||
2022-03-07 | After code review | Ilja | |
Use patern matching to see if someone was superuser before | |||
2022-03-06 | Merge branch 'fix_test_get_user_apps' into 'develop' | Haelwenn | |
Fix test get_user_apps/1 See merge request pleroma/pleroma!3636 | |||
2022-03-06 | Merge branch 'copyright-bump-2022' into 'develop' | Haelwenn | |
Copyright bump for 2022 See merge request pleroma/pleroma!3593 | |||
2022-03-06 | Support fallbacking to other languages | Tusooa Zhu | |
2022-03-06 | Delete report notifs when demoting from superuser | Ilja | |
When someone isn't a superuser any more, they shouldn't see the reporsts any more either. Here we delete the report notifications from a user when that user gets updated from being a superuser to a non-superuser. | |||
2022-03-06 | Update Caddyfile to Caddy v2 | sleepycrow | |
2022-03-03 | Lint | Tusooa Zhu | |
2022-03-03 | Support multiple locales from userLanguage cookie | Tusooa Zhu | |
2022-03-03 | Support multiple locales formally | Tusooa Zhu | |
elixir gettext current does not fully support fallback to another language [0]. But it might in the future. We adapt it so that all languages in Accept-Language headers are received by Pleroma.Web.Gettext. User.languages is now a comma-separated list. [0]: https://github.com/elixir-gettext/gettext/issues/303 | |||
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-03-01 | Merge branch 'revert-ee05abe0' into 'develop' | feld | |
Revert "Merge branch 'revert/notice-routes' into 'develop'" See merge request pleroma/pleroma!3639 | |||
2022-03-01 | Revert "Merge branch 'revert/notice-routes' into 'develop'" | feld | |
This reverts merge request !3576 | |||
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 | |