Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-09 | Merge remote-tracking branch 'origin/develop' into operation-warpsneedoperation-warpsneed | Alex Gleason | |
2022-02-06 | Max media attachment count | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-02-03 | Merge remote-tracking branch 'origin/develop' into operation-warpsneed | Alex Gleason | |
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 | 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-01-27 | ForceMentionsInContent: improve display of Markdown posts | Alex Gleason | |
2022-01-26 | ForceMentionsInContent: don't apply it to top-level posts | Alex Gleason | |
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 | Merge branch 'birth-dates' into 'develop' | Alex Gleason | |
Birth dates See merge request pleroma/pleroma!3608 | |||
2022-01-24 | ForceMentionsInContentTest: return mentions in a not terrible format | Alex Gleason | |
2022-01-23 | Add a test | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-23 | Birthdays: Fix tests, add test for misskey | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-23 | Birthdays: hide_birthday -> show_birthday | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-22 | Merge remote-tracking branch 'origin/develop' into birth-dates | Alex Gleason | |
2022-01-22 | Birthdays: birth_date --> birthday | Alex Gleason | |
2022-01-22 | Make test less erratic by adding five second tolerance | NEETzsche | |
2022-01-22 | FilterTest: tag erratic test | Alex Gleason | |
2022-01-20 | Merge branch 'private-pins' into 'develop' | Alex Gleason | |
Support private pinned posts from Mastodon See merge request pleroma/pleroma!3611 | |||
2022-01-20 | Test pinned private statuses in AccountController | Alex Gleason | |
2022-01-20 | Support private pinned posts from Mastodon | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-19 | Add ForceMentionsInContentPolicy | rinpatch | |
Even though latest PleromaFE supports displaying these properly, mobile apps still exist, so I think we should offer a workaround to those who want it. | |||
2022-01-18 | Birth dates: Add tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-18 | Format code, expose instance configuration related to birth dates | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-15 | mix format | Alex Gleason | |
2022-01-15 | FormatterTest: fix nesting in expected output | Alex Gleason | |
2022-01-15 | Merge remote-tracking branch 'mkfain/test-for-breaking-markdown' into ↵ | Alex Gleason | |
linkify-0.5.2 | |||
2022-01-15 | Merge remote-tracking branch 'origin/develop' into operation-warpsneed | Alex Gleason | |
2022-01-12 | Add more tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-12 | WIP account endorsements | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-10 | Escape unicode RTL overrides in rich media parser tests | rinpatch | |
Elixir 1.13 does not allow them in raw form anymore, resulting in errors like this when running the test: == Compilation error in file test/pleroma/web/rich_media/parser_test.exs == ** (SyntaxError) test/pleroma/web/rich_media/parser_test.exs:136:45: invalid bidirectional formatting character in string: \u202C. If you want to use such character, use it in its escaped \u202C form instead | |||
2022-01-05 | Remove unused ObjectId.shift_id/2 | Alex Gleason | |
2021-12-31 | Merge remote-tracking branch 'origin/develop' into operation-warpsneed | Alex Gleason | |
2021-12-31 | StreamerTest: tag erratic test | Alex Gleason | |
2021-12-29 | Pleroma.Migrators.Support.ObjectId --> Pleroma.MigrationHelper.ObjectId | Alex Gleason | |
2021-12-29 | Add ObjectId.flake_from_time/1 to generate a FlakeId from a datetime | Alex Gleason | |
2021-12-28 | Add ObjectId migration helper module | Alex Gleason | |
2021-12-28 | Merge remote-tracking branch 'origin/develop' into operation-warpsneed | Alex Gleason | |
2021-12-28 | Merge remote-tracking branch 'origin/object-flake' into operation-warpsneed | Alex Gleason | |
2021-12-28 | Merge remote-tracking branch 'pleroma/develop' into mastodon-lookup | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | MastoAPI: Add `GET /api/v1/accounts/lookup` | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-27 | PleromaAPI.AppView: add test | Alex Gleason | |
2021-12-27 | Apps: add test for get_user_apps/1 | Alex Gleason | |