-
Notifications
You must be signed in to change notification settings - Fork 30
feat: provide the guest form to allow guest creation anywhere #1371
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
leftybournes
merged 1 commit into
main
from
leftybournes/feat/guest_creation_simplification
Aug 15, 2025
Merged
feat: provide the guest form to allow guest creation anywhere #1371
leftybournes
merged 1 commit into
main
from
leftybournes/feat/guest_creation_simplification
Aug 15, 2025
Conversation
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
leftybournes
commented
Aug 8, 2025
256658a to
1c121eb
Compare
3 tasks
susnux
reviewed
Aug 8, 2025
a30daae to
67aff22
Compare
skjnldsv
reviewed
Aug 12, 2025
|
|
||
| import Vue from 'vue' | ||
|
|
||
| import GuestForm from './views/GuestForm.vue' |
Member
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we make it async import ?
Can be a followup :)
Member
skjnldsv
approved these changes
Aug 12, 2025
Member
skjnldsv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me. Only missing part is a showSuccess toast when the account is created
susnux
approved these changes
Aug 13, 2025
67aff22 to
28d9c58
Compare
Signed-off-by: Kent Delante <[email protected]>
28d9c58 to
0c42d5c
Compare
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.

Related: #1313
Make the guest form dialog available to other apps in order to create guests by calling
OCA.Guests.openGuestDialog. When the guest account is created, the dialog emits an event with the guest's information and can be used in the other app's context.This also sends different emails based on whether the guest was created with or without a share.