Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-02-26 | Merge branch 'revert/notice-routes' into 'develop' | HJ | |
Revert notice compatibility routes merge request See merge request pleroma/pleroma!3576 | |||
2022-02-25 | Copyright bump for 2022 | Sean King | |
2022-02-25 | mix: Check .git presence | Haelwenn (lanodan) Monnier | |
2022-02-22 | Fix test get_user_apps/1 | Ilja | |
For some reason I had a test who suddenly failed, mix test test/pleroma/web/o_auth/app_test.exs:54. A user has a list of applications and this test adds them and then sees if the list it gets back is the same as the apps it added. When I ran mix test a day before I didn't have this problem and when I pushed code today in a different MR, the pipeline succeeded (see https://git.pleroma.social/ilja/pleroma/-/jobs/205827), yet locally it failed. So it seems the test can sometimes succeed and sometimes fail, which makes it untrustworthy. The failure I see is because the returned list is in reverse order. I assume that's not per sé wrong. You just want to know if the apps you added are actually there. I fixed the test by first ordering the lists before comparing. AFAICT (and as far as that's relevant) the test got introduced in commit cb2a072e6252b7c3f6473f7cfd1af5c0ec732d7b | |||
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 | |||
2022-01-25 | Birthdays: users_birthday_month_day_index | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-24 | ForceMentionsInContentTest: return mentions in a not terrible format | Alex Gleason | |
2022-01-24 | ForceMentionsInContent: simplify finding users | Alex Gleason | |
2022-01-24 | ForceMentionsInContent: wrap inline mentions with span tag | Alex Gleason | |
2022-01-24 | ForceMentionsInContent: use `to` instead of `tag` | Alex Gleason | |
2022-01-24 | Merge branch 'revert-6e27fc9c' into 'develop' | Alex Gleason | |
Revert "Merge branch 'log-slow-queries' into 'develop'" See merge request pleroma/pleroma!3619 | |||
2022-01-24 | Revert "Merge branch 'log-slow-queries' into 'develop'" | Alex Gleason | |
This reverts merge request !3553 |