- 08 May, 2022 2 commits
-
- 06 May, 2022 5 commits
-
-
Haelwenn authored
- 18 Apr, 2022 2 commits
-
-
tusooa authored
- 05 Apr, 2022 2 commits
-
-
Ilja authored
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
- 20 Mar, 2022 3 commits
-
- 17 Mar, 2022 1 commit
-
- 07 Mar, 2022 1 commit
-
-
Ilja authored
Use patern matching to see if someone was superuser before
-
- 06 Mar, 2022 5 commits
-
-
tusooa authored
-
Ilja authored
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.
-
sleepycrow authored
- 03 Mar, 2022 6 commits
-
-
tusooa authored
-
tusooa authored
-
tusooa authored
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
-
tusooa authored
-
tusooa authored
-
tusooa authored
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.
-
- 02 Mar, 2022 8 commits
- 01 Mar, 2022 3 commits
-
-
tusooa authored
-
- 28 Feb, 2022 2 commits