Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | tests consistency | Alexander Strizhakov | |
2020-07-23 | [#2791] AccountView: renamed `:force` option to `:skip_visibility_check`. | Ivan Tashkinov | |
2020-07-22 | [#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish ↵ | Ivan Tashkinov | |
:restrict_unauthenticated. Made `Pleroma.Web.MastodonAPI.AccountView.render("show.json", _)` demand :for or :force option in order to prevent incorrect rendering of empty map instead of expected user representation with truish :restrict_unauthenticated setting. | |||
2020-07-08 | ActivityPub: Remove `follow` and fix issues. | lain | |
2020-06-25 | ActivityPub: Remove `block`. | lain | |
2020-05-21 | Announcements: Fix all tests. | lain | |
2020-05-13 | Add OpenAPI spec for StatusController | Egor Kislitsyn | |
2020-05-05 | Undoing: Move undoing blocks to the pipeline everywhere. | lain | |
2020-04-24 | ActivitPub: Remove `like` function. | lain | |
We don't need another way to build likes. | |||
2020-03-15 | rip out fetch_initial_posts | rinpatch | |
Every time someone tries to use it, it goes mad and tries to scrape the entire fediverse for no visible reason, it's better to just remove it than continue shipping it in it's current state. idea acked by lain and feld on irc Closes #1595 #1422 | |||
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-01-23 | Emoji reactions: Add sanity checks for the cache | lain | |
2019-11-26 | AdminAPI: Grouped reports old/new fix | Maxim Filippov | |
If some status received reports both in the "new" format and "old" format it was considered reports on two different statuses (in the context of grouped reports) | |||
2019-11-08 | Support old flag format | Maxim Filippov | |
2019-10-27 | Merge branch 'develop' into feature/store-statuses-data-inside-flag | Maxim Filippov | |
2019-10-23 | Store status data inside Flag activity | Maxim Filippov | |
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-04 | ActivityPub.Utils: Fix undo test. | lain | |
2019-09-04 | add tests for activity_pub/utils.ex | Maksim Pechnikov | |
2019-08-27 | added tests for ActivityPub.like\unlike | Maksim Pechnikov | |
2019-07-10 | Add license/copyright to all project files | feld | |
2019-06-05 | Utils: Split update_follow_state and update_follow_state_for_all. | lain | |
2019-06-04 | Add tests for get_existing_votes | rinpatch | |
2019-04-22 | Use `User.get_cached*` everywhere | Egor | |
2019-04-08 | adding language tag | Alexander Strizhakov | |
2019-04-02 | ActivityPub Utils: Greatly speed up the follow / block activity fetching. | lain | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-03-08 | Add tests for fetch_ordered_collection | Ekaterina Vaartis | |
2019-03-04 | Stop adresssing like activities to actor's follower collection on non-public ↵ | rinpatch | |
posts | |||
2019-01-20 | activitypub: utils: add determine_explicit_mentions() and tests | William Pitcock | |