aboutsummaryrefslogtreecommitdiff
path: root/test/web
AgeCommit message (Collapse)Author
2018-04-16Return target status in MastoAPI endpoint instead of reblog activityFrancis Dinh
2018-04-14Add unreblogging testsFrancis Dinh
2018-04-14ActivityPub.ex: do not return boosted statuses from blocked users.eal
2018-04-11OopsGian Sass
2018-04-11Add unit test for pinned statusesGian Sass
2018-04-07Only search in public data for now.lain
This should be the data the user is allowed to see later, but this will stop accidental private message leaks.
2018-04-02Load all users at once in timelines.lain
2018-04-02Use context_ids directly if we have them.lain
2018-04-02Generates contexts and ids on insertion time.lain
2018-04-02Pre-fetch conversation ids.lain
2018-04-02Fix some test stuff.lain
2018-03-31Don't fetch anything except ap_id for follower / followinglain
collections. Should speed up the queries because ecto doesn't have to parse the json.
2018-03-30Remove unused ActivityRepresenter module.lain
2018-03-30TwApi ActivityView: Add delete activities.lain
2018-03-30TwApi ActivityView: Add follows.lain
2018-03-30Format the code.lain
2018-03-30TwApi ActivityView: Add announces.lain
2018-03-30TwApi ActivityView: Add Like rendering.lain
2018-03-30Add ActivityViewTest.lain
2018-03-27Add basic activity view.lain
2018-03-27Reduce OP fetching queries.lain
2018-03-27Don't try to fetch OP if none is there.lain
2018-03-27Forgot to fix one of the links in a testFrancis Dinh
2018-03-27Update tests to reflect hashtag link changesFrancis Dinh
2018-03-24activitypub transmogrifier: rewrite incoming hashtagsWilliam Pitcock
2018-03-24Fetch the same data from json webfinger as from xml webfinger.lain
2018-03-24Fix hashtags.lain
2018-03-23For outgoing objects, fake mastodon style ap id for ostatus.lain
2018-03-22Clear caches on test.lain
2018-03-22tests: webfinger: test quering a JSON response for activitypub actor URIWilliam Pitcock
2018-03-22webfinger: support JSON outputWilliam Pitcock
2018-03-16mastodon api tests: invalidate user cache prior to importing a test replyWilliam Pitcock
This is needed to ensure the user cache does not throw nil when creating the mentions list. Signed-off-by: lain <lain@soykaf.club>
2018-03-14activitypub transmogrifier: rewrite non-http URLs using the object's ↵William Pitcock
external URL Signed-off-by: lain <lain@soykaf.club>
2018-03-11Don't validate on missing public key.lain
2018-03-11More signature debugging.lain
2018-03-07Correctly handle unlisted messages coming in through Ostatus.lain
2018-03-06Don't use special query for feed.lain
2018-03-03Handle incoming deletes.lain
2018-02-25Add support for outgoing update.lain
2018-02-25Make likes and announces public.lain
2018-02-25Fix specs.lain
2018-02-25Fix more specs.lain
2018-02-25Fix salmon tests.lain
2018-02-25Fix specs.lain
2018-02-25Handle remote update activities.lain
2018-02-25Some fixes to AP fetching.lain
2018-02-24Remove unneccesary subscriptions on update.lain
2018-02-24Pleroma AP detection mechanism.lain
2018-02-24More fixes to user upgrading.lain
2018-02-23Correctly stitch mastodon -> ostatus replies.lain