honkoma/test/web/activity_pub
rinpatch c077ad0b33 Remove User.upgrade_changeset in favor of remote_user_creation
The two changesets had the same purpose, yet some changes were updated
in one, but not the other (`uri`, for example).

Also makes `Transmogrifier.upgrade_user_from_ap_id` be called from
`ActivityPub.make_user_from_ap_id` only when the user is actually
not AP enabled yet.

I did not bother rewriting tests that used `User.insert_or_update`
to use the changeset instead because they seemed to just test the implementation,
rather than behavior.
2020-04-11 22:31:46 +03:00
..
mrf
object_validators
transmogrifier
views Remove User.upgrade_changeset in favor of remote_user_creation 2020-04-11 22:31:46 +03:00
activity_pub_controller_test.exs
activity_pub_test.exs
object_validator_test.exs
pipeline_test.exs
publisher_test.exs
relay_test.exs
side_effects_test.exs
transmogrifier_test.exs
utils_test.exs
visibilty_test.exs