mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-03-02 22:57:11 -05:00
Add complete username on account page #1520
Labels
No labels
Component: Accessibility
Component: Administration
Component: Auth
Component: CLI
Component: Channels
Component: Chapters
Component: Comments
Component: Custom Markdown
Component: Docker 🐳
Component: Documentation 📚
Component: Email
Component: Embed
Component: Federation 🎡
Component: Import/Export
Component: Live
Component: Metadata
Component: Mobile
Component: Moderation :godmode:
Component: Notifications
Component: Object storage
Component: Observability
Component: PeerTube Plugin 📦
Component: Player ⏯️
Component: Playlist
Component: Recommendation
Component: Redundancy
Component: Registration
Component: Runners
Component: SEO
Component: Search
Component: Security
Component: Stats
Component: Studio
Component: Studio
Component: Subscriptions
Component: Subtitles 💬
Component: Transcoding
Component: Upload
Component: Video Import
Component: i18n 🔡
Priority: High
Priority: Low
Priority: Roadmap
Status: Blocked ✋
Status: In Progress 🔜
Status: To Reproduce
Status: Waiting for answer
Template not filled
Type: Bug 🐛
Type: Discussion 💭
Type: Discussion 💭
Type: Duplicate ➿
Type: Feature Request ✨
Type: Maintenance 👷♀️
Type: Performance
Type: Question
UI
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PeerTube#1520
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @valvin1 on GitHub (May 24, 2019).
What happened?
When I want to add an account on my friendica instance I need to have a complete AP username
@username@server.tldbut I can't find it on account page. I can only see "username" whitout server.tld.What do you expect to happen instead?
Having near the user (in small) a complete username
@username@server.tldorusername@server.tldSteps to reproduce:
In my case I was watching a video on Touhoppai instance
I click on user who posted the video and i'm redirected on its account / video page
I can only copy username :
touhoppaibut not its complete username@touhoppai@peertube.touhoppai.moeAdditional information
@NassimBounouas commented on GitHub (May 25, 2019):
Hello,
I guess that the complete username is not displayed when the account is displayed from its original instance. In this case, the name is truncated.
What I found :
This is, I guess, the explanation for this difference between Touhoppai profile on its instance and this profile on p2p legal instance.
Is this behavior normal @rigelk or can I do a PR with a modification ?
Thank you !
@Chocobozzz commented on GitHub (May 27, 2019):
Hi,
This behaviour is intended to easily differentiate between a local account and a remote account. I think we should keep this behaviour, except on the account page. What do you think?
@NassimBounouas commented on GitHub (May 30, 2019):
Hi @Chocobozzz !
Thank you for your response, It seems that the static function I pointed (this one) is the one called for the account page rendering as I showed in my previous message and the same one is called for miniatures display there and there.
I think the best suggestion we can keep is yours. Maybe, can we add a parameter to this function in order to force the host to be added (in the account page) by adding this boolean parameter to skip the host verification (Line 31 on actor.model.ts) and let the previous behavior on other use case.
@valvin1 commented on GitHub (May 30, 2019):
I agree only the accout / user page is enought. On other pages it makes sense to have only the username.
It is what I imagined when writing this request 😃
@bolikahult commented on GitHub (May 31, 2019):
Little suggestion : if this complete username is displayed to be copied, why not add a "copy button" right after ? (like this example)
@NassimBounouas commented on GitHub (Jun 7, 2019):
Hi,
@bolikahult indeed your suggestion is wise. A "copy button" could provide a better user experience than an old plain text field to copy the complete username.
@Chocobozzz commented on GitHub (Jun 19, 2019):
Closing since the suggestion in https://github.com/Chocobozzz/PeerTube/issues/1843#issuecomment-497613863 was implemented by @NassimBounouas.
@valvin1 commented on GitHub (Oct 25, 2019):
Thank you (a bit late) @NassimBounouas @Chocobozzz for the implementation :)