pleroma/lib/pleroma/web/activity_pub
lain fedfe8f7d6 ActivityPub: Handle clashing nicknames for the same ap id
If we get a new user (identified by ap_id) that would have the same
nickname as an existing user, give the existing user a nickname that
is prepended with the user id, as this will never clash.

This can happen when a user switches server software and that soft-
ware generates ap ids in a different way.
2020-07-01 12:26:07 +02:00
..
mrf AntiSpamLinkPolicy: Exempt local users. 2020-06-25 12:40:39 +02:00
object_validators User: Don't unfollow on block when the relevant setting is set. 2020-06-26 12:06:00 +02:00
views Bugfix: Reuse Controller.Helper pagination for APC2S 2020-05-29 16:14:45 +02:00
activity_pub.ex ActivityPub: Handle clashing nicknames for the same ap id 2020-07-01 12:26:07 +02:00
activity_pub_controller.ex ActivityPubController: Update upload_media @doc 2020-06-23 04:42:44 +02:00
builder.ex ObjectValidator: Basic `Block` support. 2020-06-25 11:13:35 +02:00
internal_fetch_actor.ex Update Copyrights 2020-03-03 16:44:49 -06:00
mrf.ex moving mrf settings from instance to separate group 2020-06-16 18:32:18 +03:00
object_validator.ex Blocking: Don't federate if the options is set. 2020-06-25 12:03:14 +02:00
pipeline.ex Pipeline: Add a side effects step after the transaction finishes 2020-06-05 16:47:02 +02:00
publisher.ex User: Move inbox & shared_inbox to own fields 2020-04-10 06:20:02 +02:00
relay.ex Announcements: Fix all tests. 2020-05-21 13:16:21 +02:00
side_effects.ex BlockValidator: Restore old behavior for incoming blocks. 2020-06-26 11:58:40 +02:00
transmogrifier.ex Transmogrifier: Switch to pipeline for Blocks. 2020-06-25 11:33:54 +02:00
utils.ex Merge remote-tracking branch 'origin/develop' into activity-pub-use-atoms-as-keys 2020-06-05 23:15:10 +04:00
visibility.ex StatusView: Add pleroma.parent_visible 2020-06-24 13:29:08 +02:00