-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
feat(files_sharing): show Account menu on public pages #52537
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
Conversation
1733f8f to
1527c5e
Compare
22d454e to
7600d21
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
7600d21 to
6ca71cf
Compare
|
To be clear, this is not related to guest application, right? This is for public links pages? |
apps/files_sharing/lib/Listener/LoadPublicFileRequestAuthListener.php
Outdated
Show resolved
Hide resolved
apps/files_sharing/lib/Listener/LoadPublicFileRequestAuthListener.php
Outdated
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
| // Check that the note states the current name | ||
| // cy.get('@guestIdentificationDialog') | ||
| // .findByRole('note') | ||
| // .should('contain', 'are currently identified as Jane Doe') |
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.
Needs nextcloud-libraries/nextcloud-dialogs#1841
Will adjust in followup :)
|
Cypress tests added! 🚀 |
susnux
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.
Generally very nice, but has invalid DOM structure breaking WCAG / BITV.
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
0000b75 to
a6fc4aa
Compare
|
/compile |
Signed-off-by: nextcloud-command <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
|
/compile |
Signed-off-by: nextcloud-command <[email protected]>
Context
As a guest, it's nice to be recognised on an instance, whether you join different talk rooms, answer a form or upload files to a shared folder.
As we do so, being transparent is important, and showing the user we know who they are is mandatory.
As well as some options to clear this information.
Screenshots