nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.44k stars 4.08k forks source link

Make mastodon verification work with public link on profile page #41597

Open hoernschen opened 1 year ago

hoernschen commented 1 year ago

I saw some days ago that nextcloud has a profile page and that you can display different social media and contact information there. That is great! I have a super small enhancement request. Mastodon has a verification process, where when you link a page to your profile it searches for the mastodon profile url on that page. If it finds the link there it displays the page as verified. More information on that here: https://joinmastodon.org/en/verification

With the nextcloud profile that doesn't work yet. The missing piece is rel="me" in the a-tag. If you would add that the page should be displayed as verified in mastodon.

joshtrichards commented 1 year ago

Looks harmless enough. Also looks like GitHub already supports this in its profiles.

https://docs.joinmastodon.org/user/profile/#verification

Only relevant to those with public/semi-public profiles on their Nextcloud instance of course.

https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/me

https://microformats.org/wiki/rel-me

https://indieweb.org/rel-me

Schnoop commented 9 months ago

Hey. I tackled this one.

Regards.

theTyster commented 8 months ago

I think this is an awesome feature. But I wonder how many people will use it if they don't know that it exists.

Perhaps a modal could be displayed after a Fedi handle is added? Or maybe a short bit of text under the input box? Something like "Learn how to use Nextcloud to verify yourself on Mastodon." With a link to a Doc?