akkoma/test/web
lambda 180b87257c Merge branch 'bugfix/share-mastodon' into 'develop'
[OStatus] adds status to pleroma instance if the url given is a status

See merge request pleroma/pleroma!1002
2019-04-02 12:47:40 +00:00
..
activity_pub replace Repo.get_by(User, ap_id: ap_id) with User.get_by_ap_id(ap_id) 2019-04-02 17:47:52 +07:00
admin_api change Repo.get(User, id) => User.get_by_id(id) 2019-04-02 17:01:26 +07:00
common_api
http_sigs
instances
mastodon_api Merge branch 'get_by_id' into 'develop' 2019-04-02 12:43:28 +00:00
metadata
oauth Added "GET /oauth/authorize" tests. 2019-04-02 13:43:33 +03:00
ostatus change Repo.get(Activity, id) => Activity.get_by_id(id) in tests 2019-04-02 17:08:03 +07:00
plugs
push
rich_media
salmon replace Repo.get_by(User, ap_id: ap_id) with User.get_by_ap_id(ap_id) 2019-04-02 17:47:52 +07:00
twitter_api Merge branch 'bugfix/share-mastodon' into 'develop' 2019-04-02 12:47:40 +00:00
views
web_finger
websub
federator_test.exs
node_info_test.exs NodeInfo: Return safe_dm_mentions feature flag. 2019-03-22 11:57:20 +01:00
rel_me_test.exs
retry_queue_test.exs
streamer_test.exs