-
Notifications
You must be signed in to change notification settings - Fork 157
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
Allow full screen external apps (i.e presentation mode) #6688
Allow full screen external apps (i.e presentation mode) #6688
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
Should we allow this always for all apps or should the app opt in to that behavior? Do we have a way for external apps to specify such a setting/option? |
Don't see any reason why we don't want to allow this for any app, since many of them require it. |
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.
@diocas Could you run yarn test:unit -u
to update the unit test snapshots?
cc9ff5f
to
16e9242
Compare
Kudos, SonarCloud Quality Gate passed! |
Results for oCISSharingInternal2 https://drone.owncloud.com/owncloud/web/24352/60/1 💥 The acceptance tests pipeline failed. The build has been cancelled. |
When I updated, there was another test that got updated as well.. I've removed it, since it was out of the scope of this PR, but I guess it's what's failing now. |
Acceptance test failure is either random or caused by your branch being out of synch with the acceptance tests on master, I'll merge this branch into a temporary PR and check that |
* Allow full screen external apps (i.e presentation mode) * changelog * Update tests
This allows for example presentation apps to enter full screen.