Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-14 | Add follow information refetching after following/unfollowing | rinpatch | |
2019-07-14 | Add tests for fetch_follow_information_for_user and check object type | rinpatch | |
when fetching the page | |||
2019-07-13 | Refactor Follows/Followers counter syncronization | rinpatch | |
- Actually sync counters in the database instead of info cache (which got overriden after user update was finished anyway) - Add following count field to user info - Set hide_followers/hide_follows for remote users based on http status codes for the first collection page | |||
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 | |||
2019-05-31 | Fix fix_explicit_addressing moving follower collection to cc and add tests ↵ | rinpatch | |
for it | |||
2019-05-26 | mrf: simple policy: fix matching imported activitypub and ostatus statuses | William Pitcock | |
2019-05-24 | Fix tests | Egor Kislitsyn | |
2019-05-24 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |