Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-22 | Merge branch 'apple_autofill_suggestions' into 'develop' | Alex Gleason | |
Add autocompelete values suggested by Apple See merge request pleroma/pleroma!3612 | |||
2022-01-22 | Merge branch 'erratic-filter-test' into 'develop' | Alex Gleason | |
FilterTest: tag erratic test See merge request pleroma/pleroma!3613 | |||
2022-01-22 | FilterTest: tag erratic test | Alex Gleason | |
2022-01-22 | Add autocompelete values suggested by Apple | Finn Behrens | |
Link: https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element | |||
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 | Merge branch 'from/develop/tusooa/add-glitch-lily' into 'develop' | Alex Gleason | |
Add glitch-lily to clients.md See merge request pleroma/pleroma!3610 | |||
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 glitch-lily to clients.md | Tusooa Zhu | |
2022-01-20 | Merge branch 'feat/force-mentions-mrf' into 'develop' | rinpatch | |
Add ForceMentionsInContentPolicy See merge request pleroma/pleroma!3609 | |||
2022-01-19 | Update changelog | 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-19 | check if remote bday is valid | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
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-18 | Merge branch 'document-oauth-tokens' into 'develop' | Alex Gleason | |
Docs: PleromaAPI oauth_tokens endpoints See merge request pleroma/pleroma!3607 | |||
2022-01-18 | Docs: PleromaAPI oauth_tokens endpoints | Alex Gleason | |
2022-01-18 | Merge branch 'erratic-allow-failure' into 'develop' | Alex Gleason | |
unit-testing-erratic: allow failure See merge request pleroma/pleroma!3606 | |||
2022-01-18 | Birth dates, birthday reminders API, allow instance admins to require ↵ | marcin mikołajczak | |
minimum age Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-18 | Merge branch 'hakabahitoyo-develop-patch-44025' into 'develop' | Alex Gleason | |
[Document] Update cheatsheet.md. Add `Pleroma.Web.ActivityPub.MRF.KeywordPolicy`. See merge request pleroma/pleroma!3604 | |||
2022-01-16 | [#2771] Made 20211218181632_change_object_id_to_flake migration ↵ | Ivan Tashkinov | |
automatically handle database integrity error caused by duplicate AP ID records in `objects`. NOTE: the reason of duplicate records with existing and valid `objects_unique_apid_index` unique index is not determined. See https://git.pleroma.social/pleroma/pleroma/-/issues/2771, https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3571#note_88780. | |||
2022-01-15 | unit-testing-erratic: allow failure | Alex Gleason | |
2022-01-15 | Merge branch 'linkify-0.5.2' into 'develop' | Alex Gleason | |
Upgrade Linkify to v0.5.2 Closes #2376, #2386, and #2485 See merge request pleroma/pleroma!3605 | |||
2022-01-15 | mix format | Alex Gleason | |
2022-01-15 | CHANGELOG: hashtags markdown fix | 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 | Upgrade Linkify to v0.5.2 | Alex Gleason | |
2022-01-15 | Merge remote-tracking branch 'origin/develop' into operation-warpsneed | Alex Gleason | |
2022-01-15 | Update cheatsheet.md. Add `Pleroma.Web.ActivityPub.MRF.KeywordPolicy`. | Hakaba Hitoyo | |
2022-01-14 | Merge branch 'show_blockers_visible' into 'develop' | Alex Gleason | |
Add blockers_visible to features list when it's enabled See merge request pleroma/pleroma!3603 | |||
2022-01-14 | Add blockers_visible to features list when it's enabled | NEETzsche | |
2022-01-14 | Merge branch 'mergeback' into 'develop' | rinpatch | |
Merge stable back into develop Closes #2753 See merge request pleroma/pleroma!3602 | |||
2022-01-14 | Merge remote-tracking branch 'origin/stable' into mergeback | Alex Gleason | |
2022-01-13 | Merge branch 'account-endorsements' into 'develop' | Alex Gleason | |
Account endorsements See merge request pleroma/pleroma!3601 | |||
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-11 | Merge branch 'release/2.4.2' into 'stable'v2.4.2 | rinpatch | |
2.4.2 Release See merge request pleroma/pleroma!3599 | |||
2022-01-11 | CI: Conservatively update release images so they keep building. | Lain Soykaf | |
2022-01-11 | CI: Upload the image for all platforms | Lain Soykaf | |
For some reason the other platforms started failing, too. This fixes it. Why? Don't know. | |||
2022-01-11 | Pleroma-FE bundle: update to b13d8f7e6339e877a38a28008630dc8ec64abcdf | rinpatch | |
2022-01-11 | mix.lock: sync with mix.exs | rinpatch | |
hackney version was bumped in mix.exs, but mix.lock was not updated | |||
2022-01-11 | Add 2.4.2 changelog entry and bump mix version | rinpatch | |
2022-01-11 | Merge branch 'fix/rich-media-test-escape-unicrud' into 'develop' | Alex Gleason | |
Escape unicode RTL overrides in rich media parser tests See merge request pleroma/pleroma!3598 | |||
2022-01-11 | Merge branch 'pleroma-result-1_13' into 'develop' | lain | |
move result into with guard See merge request pleroma/pleroma!3557 | |||
2022-01-10 | Merge remote-tracking branch 'origin/develop' into account-endorsements | marcin mikołajczak | |
2022-01-10 | Merge branch 'fix/rich-media-test-escape-unicrud' into 'develop' | Alex Gleason | |
Escape unicode RTL overrides in rich media parser tests See merge request pleroma/pleroma!3598 | |||
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-10 | Merge branch 'update-hackney' into 'develop' | lain | |
Mix: upgrade Hackney to 1.18.0 Closes #2753 See merge request pleroma/pleroma!3549 | |||
2022-01-09 | CombineActivitiesAndObjects: add back "ON CONFLICT DO NOTHING" | Alex Gleason | |