Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-14 | Use info.fields instead of source_data for remote users | Egor Kislitsyn | |
2019-08-14 | Linkify custom fields values in ActivityPub.UserViewx | Egor Kislitsyn | |
2019-08-14 | Support user attachment update in Transmogrifier | Egor Kislitsyn | |
2019-08-14 | Add profile custom fields to ActivityPub.UserView | Egor Kislitsyn | |
2019-08-13 | Merge branch 'feature/mrf-vocabulary' into 'develop' | rinpatch | |
MRF Vocabulary See merge request pleroma/pleroma!1559 | |||
2019-08-13 | tests: add tests for MRF.describe() | Ariadne Conill | |
2019-08-13 | tests for Web/ActivityPub/Relay | Maksim | |
2019-08-13 | tests: add tests for mrf_vocabulary | Ariadne Conill | |
2019-08-13 | [#1149] Added more oban workers. Refactoring. | Ivan Tashkinov | |
2019-08-10 | MRF: ensure that subdomain_match calls are case-insensitive | Ariadne Conill | |
2019-08-10 | Strip internal fields including likes from incoming and outgoing activities | Sergey Suprunenko | |
2019-08-09 | Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
2019-08-09 | [#1149] Oban jobs implementation for :federator_incoming and ↵ | Ivan Tashkinov | |
:federator_outgoing queues. | |||
2019-08-07 | ActivityPub tests: remove assertions of embedded object being updated, | rinpatch | |
because the objects are no longer supposed to be embedded | |||
2019-08-04 | Do not add the "next" key to likes.json if there is no more items | Sergey Suprunenko | |
2019-08-01 | [#1149] Replaced RetryQueue with oban-based retries. | Ivan Tashkinov | |
2019-07-31 | Add tests for counters being updated on follow | rinpatch | |
2019-07-25 | Merge branch 'develop' into feature/hide-follows-remote | rinpatch | |
2019-07-23 | tests for Pleroma.Web.ActivityPub.Publisher | Maksim | |
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-20 | Resolve merge conflicts | rinpatch | |
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-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 | |