-
Notifications
You must be signed in to change notification settings - Fork 113
fix/guest user dialog #7555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
fix/guest user dialog #7555
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
6181d51
fix(people): hide local client for guests
max-nextcloud f4bf44b
fix(sessions): use 30px size for avatars
max-nextcloud 8347411
chore(cleanup): outdated code in GuestNameDialog
max-nextcloud 238d47b
fix(ui): nest guest name form in li in session list
max-nextcloud 8cabc9e
fix(ui): use color-max-contrast for guest names
max-nextcloud 348f564
fix(avatars): adopt to box-sizing border-box
max-nextcloud 45c01b3
fix(ui): use NcInputField for guest name
max-nextcloud e1c66dd
chore(wording): Edit guest name -> Enter your name
max-nextcloud 3d772e5
chore(extract): useSessions composable from Editor.vue
max-nextcloud a9dee1f
chore(refactor): useSessions directly in SessionList
max-nextcloud 440d57f
fix(colors): use avatar colors for text markers
max-nextcloud 224e392
fix(session): update guest name avatar right away
max-nextcloud 994cc9d
fix(avatars): overwrite width of NcButton
max-nextcloud 0878087
fix(avatar): updateUser after guest name change
max-nextcloud f5794cb
fix(selection): use clientId arg in render function
max-nextcloud 01c1ce1
fix(sessions): keep session list up to date
max-nextcloud 5c15d75
chore(cleanup): outdated myName data in SessionList
max-nextcloud 460bf79
fix(ui): use Account icon for anonymous guests
max-nextcloud 511ffd1
enh(guests): edit toggle for guest name dialog
max-nextcloud 1f5dee7
chore(migrate): GuestNameDialog to script setup syntax
max-nextcloud 3595547
chore(style): use async function setGuestName
max-nextcloud c4fbddb
enh(guest): submit button for guest name entry
max-nextcloud 1d6920b
chore(cleanup): reuse AwarenessUser interface
max-nextcloud 21e918e
chore(cleanup): unused $userName in SessionService
max-nextcloud e837479
fix(guests): always use the same color for the same name
max-nextcloud bc47dce
fix(props): type validation with `required` not `require`
max-nextcloud 1ac68ac
chore(cleanup): unused size prop of AvatarWrapper
max-nextcloud c822a04
fix(reactivity): adjust guest name entry when prop changes
max-nextcloud 2a9efc0
fix(guest): handle missing or full localStorage gracefully
max-nextcloud 2e55e88
fix(guest): validate name length and handle long names
max-nextcloud ac5b3e3
fix(status): handle undefined document gracefully
max-nextcloud cdbc89d
fix(sessionlist): handle undefined currentSession gracefully.
max-nextcloud 00dafb5
fix(types): Sessions do not include the clientId
max-nextcloud b1addd7
fix(types): Sessions usually do not have a token
max-nextcloud a906fb4
enh(types): GuestSession and UserSession
max-nextcloud 9d38e65
fix(types): localStorage always exists
max-nextcloud adfe915
fix(guest): remove edit text from button
max-nextcloud 1b20f45
chore(cleanup): do not store nick after loading it
max-nextcloud 4aa6c84
fix(guest): show Guest cursor label if no guestname set
max-nextcloud 4f691ed
fix(sessions): use box-sizing for all avatars
max-nextcloud File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.