Pleroma/lib/pleroma/web
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
..
activity_pub Remove User.upgrade_changeset in favor of remote_user_creation 2020-04-11 22:31:46 +03:00
admin_api typo fix 2020-04-09 13:28:54 +03:00
api_spec Add Pleroma.Web.ApiSpec.Helpers 2020-04-06 17:11:00 +04:00
auth
channels
common_api Merge branch 'remake-remodel-2' into 'develop' 2020-04-06 11:59:01 +00:00
federator
feed
mailer
mastodon_api Add /api/v1/notifications/:id/dismiss endpoint 2020-04-09 17:08:43 +04:00
media_proxy
metadata Merge branch 'fix/1601-add-new-meta-tag' into 'develop' 2020-04-01 12:55:52 +00:00
mongooseim
nodeinfo Merge remote-tracking branch 'pleroma/develop' into featureflag/emoji_reactions 2020-03-24 20:32:49 +01:00
oauth Add OpenAPI 2020-04-01 23:13:08 +04:00
ostatus
pleroma_api/controllers Support pagination in conversations 2020-03-24 20:18:27 +04:00
push
rich_media
static_fe Add emoji support in statuses in staticfe 2020-03-23 14:03:31 +04:00
streamer Fixed incorrect usage of "relations" as a short form of "relationships". 2020-03-25 09:04:00 +03:00
templates Provide known-good user.uri, remove User.profile_url/1 2020-03-31 23:55:29 +02:00
twitter_api
views
web_finger
xml
api_spec.ex Add oAuth 2020-04-02 17:33:23 +04:00
chat_channel.ex
controller_helper.ex Benchmarks: Add timeline benchmark 2020-03-23 18:56:01 +01:00
endpoint.ex
fallback_redirect_controller.ex
gettext.ex
masto_fe_controller.ex
metadata.ex restrict remote users from indexing 2020-04-01 09:57:12 +03:00
oauth.ex
rel_me.ex
router.ex Add /api/v1/notifications/:id/dismiss endpoint 2020-04-09 17:08:43 +04:00
translation_helpers.ex
uploader_controller.ex
web.ex