Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-09 | Render a generated reported activity properly | tusooa | |
2022-11-09 | Do not strip reported statuses when configured not to | tusooa | |
2022-11-07 | ObjectAgePolicy: Make strip_followers behavior for followers-only explicit | Haelwenn (lanodan) Monnier | |
2022-11-03 | rebase fix | Alexander Strizhakov | |
2022-11-03 | XML WebFinger user representation correct domain | Alexander Strizhakov | |
2022-11-03 | expanding WebFinger | Alexander Strizhakov | |
2022-10-30 | Merge branch 'from/upstream-develop/tusooa/2930-get-or-fetch' into 'develop' | Haelwenn | |
Fix User.get_or_fetch/1 with usernames starting with http Closes #2930 See merge request pleroma/pleroma!3751 | |||
2022-10-27 | Merge branch 'push-updates' into 'develop' | tusooa | |
Push.Impl: support edits See merge request pleroma/pleroma!3760 | |||
2022-10-24 | Merge branch 'fix-deprecation-text' into 'develop' | feld | |
Fix deprecation warning for Gun timeout See merge request pleroma/pleroma!3759 | |||
2022-10-14 | CommonAPI: generate ModerationLog for all admin/moderator deletes | Haelwenn (lanodan) Monnier | |
As a side-effect it also changes the ChatMessage delete ID to an Activity.id rather than MessageReference.id Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2958 | |||
2022-10-08 | Merge branch 'release/2.4.4' into mergeback/2.4.4 | Tusooa Zhu | |
2022-10-01 | Push.Impl: support edits | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-09-30 | Fix deprecation warning for Gun timeout | Mark Felder | |
2022-09-27 | Merge branch 'fix/exclude-deactivated-in-search' into 'develop' | Haelwenn | |
User: search: exclude inactive users from user search See merge request pleroma/pleroma!3755 | |||
2022-09-27 | Merge branch 'bugfix/elixir-1.14' into 'develop' | Haelwenn | |
Bugfix: Elixir 1.14 See merge request pleroma/pleroma!3740 | |||
2022-09-16 | Merge branch 'remove_from_followers' into 'develop' | tusooa | |
MastoAPI: POST /api/v1/accounts/:id/remove_from_followers See merge request pleroma/pleroma!3647 | |||
2022-09-16 | User: search: exclude deactivated users from user search | a1batross | |
This way we don't pollute search results with deactivated and deleted users | |||
2022-09-14 | Fix wrong relationship direction | Tusooa Zhu | |
2022-09-11 | ObjectView: do not fetch an object for its ID | Hélène | |
Non-Create/Listen activities had their associated object field normalized and fetched, but only to use their `id` field, which is both slow and redundant. This also failed on Undo activities, which delete the associated object/activity in database. Undo activities will now render properly and database loads should improve ever so slightly. | |||
2022-09-08 | Fix User.get_or_fetch/1 with usernames starting with http | Tusooa Zhu | |
2022-09-05 | Merge branch 'from/upstream-develop/tusooa/2892-backup-scope' into 'develop' | Haelwenn | |
Make backups require its own scope Closes #2892 See merge request pleroma/pleroma!3721 | |||
2022-09-05 | Merge branch 'fix/user-private-key-generation' into 'develop' | Haelwenn | |
User: generate private keys on user creation See merge request pleroma/pleroma!3737 | |||
2022-09-05 | Merge branch 'bump/min-elixir-1.10' into 'develop' | tusooa | |
Bump minimum Elixir version to 1.10 See merge request pleroma/pleroma!3741 | |||
2022-09-05 | Merge branch 'develop' into 'from/upstream-develop/tusooa/2892-backup-scope' | tusooa | |
# Conflicts: # CHANGELOG.md | |||
2022-09-05 | User: generate private keys on user creation | Hélène | |
This fixes a race condition bug where keys could be regenerated post-federation, causing activities and HTTP signatures from an user to be dropped due to key differences. | |||
2022-09-05 | Merge branch 'fix/gts-federation' into 'develop' | tusooa | |
GoToSocial federation fixes See merge request pleroma/pleroma!3725 | |||
2022-09-04 | Merge branch 'fix/federation-context-issues' into 'develop' | tusooa | |
Fix reply context fixing (Pleroma replies to Misskey threads) and removal of context objects See merge request pleroma/pleroma!3717 | |||
2022-09-03 | Merge branch 'from/upstream-develop/tusooa/streaming-fix' into 'develop' | Haelwenn | |
Streaming fix Closes #2796 See merge request pleroma/pleroma!3738 | |||
2022-09-03 | Metadata/Utils: use summary as description if set | Hélène | |
When generating OpenGraph and TwitterCard metadata for a post, the summary field will be used first if it is set to generate the post description. | |||
2022-09-03 | Merge branch 'ssh-bbs-improvements' into 'develop' | Haelwenn | |
BBS: add functionnalities and readability See merge request pleroma/pleroma!3675 | |||
2022-09-03 | Merge branch 'from/upstream-develop/tusooa/assoc-object-id' into 'develop' | Haelwenn | |
Add function to calculate associated object id Closes #2307 See merge request pleroma/pleroma!3692 | |||
2022-09-03 | Merge branch 'from/upstream-develop/tusooa/edits' into 'develop' | Haelwenn | |
Editing Closes #1429, #2859, and #2288 See merge request pleroma/pleroma!3678 | |||
2022-09-03 | Merge branch 'from/develop/tusooa/2807-remote-xact-post' into 'develop' | Haelwenn | |
Remote interaction with posts Closes #2807 and #978 See merge request pleroma/pleroma!3587 | |||
2022-09-03 | Bump minimum Elixir version to 1.10 | Haelwenn (lanodan) Monnier | |
1.9 being end-of-life | |||
2022-09-03 | Elixir 1.14 formatting | Haelwenn (lanodan) Monnier | |
2022-09-02 | Bump minimum Elixir version to 1.10 | Haelwenn (lanodan) Monnier | |
With the release of Elixir 1.14, Elixir 1.9 is now end-of-life. Elixir 1.10 Release Notes: https://github.com/elixir-lang/elixir/releases/tag/v1.10.0 | |||
2022-08-31 | Exclude Announce instead of restricting to Create in visibility_tags | Tusooa Zhu | |
2022-08-31 | Do not stream out Announces to public timelines | Tusooa Zhu | |
2022-08-27 | Make local-only posts stream in local timeline | Tusooa Zhu | |
2022-08-27 | Do not stream out Create of ChatMessage | Tusooa Zhu | |
2022-08-27 | Merge branch 'feature/emoji-15-support' into 'develop' | tusooa | |
emoji-test: update to latest 15.0 draft See merge request pleroma/pleroma!3726 | |||
2022-08-24 | Merge branch 'fix_flaky_test_user_relationship_test.exs_81' into 'develop' | tusooa | |
fix flaky test_user_relationship_test.exs:81 See merge request pleroma/pleroma!3697 | |||
2022-08-24 | fix flaky test_user_relationship_test.exs:81 | Ilja | |
2022-08-24 | OAuthPlug: use user cache instead of joining | Hélène | |
As this plug is called on every request, this should reduce load on the database by not requiring to select on the users table every single time, and to instead use the by-ID user cache whenever possible. | |||
2022-08-20 | Expose availability of GET /main/ostatus via instance | Tusooa Zhu | |
2022-08-20 | Make remote interaction page translatable | Tusooa Zhu | |
2022-08-20 | Display status link in remote interaction form | Tusooa Zhu | |
2022-08-20 | Lint | Tusooa Zhu | |
2022-08-20 | Add GET endpoints for remote subscription forms | Tusooa Zhu | |
There are two reasons for adding a GET endpoint: 0: Barely displaying the form does not change anything on the server. 1: It makes frontend development easier as they can now use a link, instead of a form, to allow remote users to interact with local ones. | |||
2022-08-20 | Fix form item name in status_interact.html | Tusooa Zhu | |