| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-22 | Feature/1087 wildcard option for blocks | Alexander Strizhakov | |
| 2019-07-22 | activitypub: publisher: align sharedinbox usage with AP specification rules | Ariadne Conill | |
| While debugging the follow breakage, I observed that our sharedInbox usage did not match the rules in the specification. Accordingly, I have better aligned our usage of sharedInbox with the rules outlined in the ActivityPub specification. | |||
| 2019-07-17 | tests: add test for fetching the internal fetch actor | Ariadne Conill | |
| 2019-07-17 | Add MRF MentionPolicy for dropping posts which mention specific actors | RX14 | |
| 2019-07-15 | List messages must be visible for mentioned users | Egor Kislitsyn | |
| 2019-07-15 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
| 2019-07-14 | tests: fix object containment violations in the transmogrifier tests | Ariadne Conill | |
| Some objects were not completely rewritten in the tests, which caused object containment violations. Fix them by rewriting the object IDs to be in an appropriate namespace. | |||
| 2019-07-12 | ActivityPub Controller: Actually pass for_user to following/followers | rinpatch | |
| views and give 403 errors when trying to request hidden follower pages when unauthenticated | |||
| 2019-07-12 | ActivityPub User view: Following/Followers refactoring | rinpatch | |
| - Render the collection items if the user requesting == the user rendered - Do not render the first page if hide_{followers,follows} is set, just give the URI to it | |||
| 2019-07-12 | AP user view: Add a test for hiding totalItems in following/followers | rinpatch | |
| 2019-07-11 | Add `list` to Visibility | Egor Kislitsyn | |
| 2019-07-11 | Merge branch 'develop' into feature/addressable-lists | Egor Kislitsyn | |
| 2019-07-10 | removing synchronization worker | Alex S | |
| 2019-07-10 | adding following_address field to user | Alex S | |
| 2019-07-10 | Send and handle "Delete" activity for deleted users | Sergey Suprunenko | |
| 2019-07-10 | Add license/copyright to all project files | feld | |
| 2019-07-10 | tests MRF filters | Maksim | |
| 2019-07-09 | [#878] Tests improvements per code review. | Ivan Tashkinov | |
| 2019-07-09 | [#878] Uncommented test statement. | Ivan Tashkinov | |
| 2019-07-09 | [#878] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
| 878-activity-object-decoupling-in-tests # Conflicts: # lib/pleroma/object.ex # test/web/activity_pub/transmogrifier_test.exs # test/web/ostatus/ostatus_test.exs | |||
| 2019-07-09 | Merge branch 'test-speedup' into 'develop' | Haelwenn | |
| Testing: Don't federate in testing. See merge request pleroma/pleroma!1391 | |||
| 2019-07-09 | Testing: Don't federate in testing. | lain | |
| 2019-07-08 | [#878] Refactored assumptions on embedded object presence in tests. Adjusted ↵ | Ivan Tashkinov | |
| note factory to not embed object into activity. | |||
| 2019-06-30 | [#161] Refactoring, documentation. | Ivan Tashkinov | |
| 2019-06-29 | [#161] Limited replies depth on incoming federation in order to prevent ↵ | Ivan Tashkinov | |
| memory leaks on recursive replies fetching. | |||
| 2019-06-28 | test: add tests for mediaproxy warming policy | William Pitcock | |
| 2019-06-23 | log capturing | Alex S | |
| 2019-06-19 | unbreak polls | William Pitcock | |
| 2019-06-19 | implement anti link spam MRF | William Pitcock | |
| 2019-06-16 | capturing errors | Alex S | |
| 2019-06-07 | replace missing mock with a 404 | rinpatch | |
| 2019-06-07 | Transmogrifier: Do not crash if inReplyTo does not exist and can't be fetched | rinpatch | |
| 2019-06-05 | Utils: Split update_follow_state and update_follow_state_for_all. | lain | |
| 2019-06-05 | Transmogrifier: Add tests for incoming follows to locked accounts. | lain | |
| 2019-06-05 | Typo + Linting. | lain | |
| 2019-06-05 | User: Don't error out when following a user that's already followed. | lain | |
| This leads to a few situations where it is impossible to follow a user. | |||
| 2019-06-05 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
| 2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
| 2019-06-04 | Add tests for get_existing_votes | rinpatch | |
| 2019-06-04 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
| 2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
| 2019-06-04 | Merge branch 'feature/mrf-subchain' into 'develop' | kaniini | |
| MRF: subchain policy See merge request pleroma/pleroma!1233 | |||
| 2019-06-03 | add option skip_thread_containment | Maksim Pechnikov | |
| 2019-06-03 | Merge branch 'develop' into feature/polls-2-electric-boogalo | rinpatch | |
| 2019-06-02 | test: add tests for subchain policy | William Pitcock | |
| 2019-06-01 | Resolve merge conflicts | rinpatch | |
| 2019-06-01 | Merge branch 'bugfix/visibility-indicator-litepub-dm' into 'develop' | kaniini | |
| visibility: if litepub:directMessage is asserted, always report the object as "direct" visibility See merge request pleroma/pleroma!1230 | |||
| 2019-06-01 | Remove all follower collections but actor's from "cc" | Sergey Suprunenko | |
| 2019-06-01 | visibility: if litepub:directMessage is asserted, always report the object ↵ | William Pitcock | |
| as "direct" visibility | |||
| 2019-05-31 | Mastodon API: Fix lists leaking private posts | rinpatch | |
| Our previous list visibility resolver grabbed posts if either follower collection of the user in a list who is followed is in `to` or if follower collection of the user in a list was in `cc`. This not only missed unlisted posts but also lead to leaking private posts when `fix_explicit_addressing` mistakingly started putting follower collections to `cc` (also fixed in this MR). Reported by @kurisu@iscute.moe via a DM | |||
