X Tutup
Skip to content

Add preflight check if video is supported by browser#38858

Merged
AlexAndBear merged 1 commit intomasterfrom
enterprise/issues/4632
Jun 17, 2021
Merged

Add preflight check if video is supported by browser#38858
AlexAndBear merged 1 commit intomasterfrom
enterprise/issues/4632

Conversation

@AlexAndBear
Copy link

@AlexAndBear AlexAndBear commented Jun 16, 2021

Description

Enhancement: Show notification if video playback is not possible on public share

Before this PR no error notification was shown if a video can't be played due
to browser incompatibility, for example, mov files on chrome.
(https://stackoverflow.com/questions/28746645)

Now we will show a dedicated notification.

Related Issue

Motivation and Context

Screenshots (if appropriate):

image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Database schema changes (next release will require increase of minor version instead of patch)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:
  • Changelog item, see TEMPLATE

@AlexAndBear AlexAndBear requested a review from phil-davis June 16, 2021 12:20
@AlexAndBear AlexAndBear force-pushed the enterprise/issues/4632 branch from 1c2769c to dfd086f Compare June 16, 2021 12:24
@AlexAndBear AlexAndBear requested a review from mrow4a June 16, 2021 12:25
@owncloud owncloud deleted a comment from update-docs bot Jun 16, 2021
@ownclouders
Copy link
Contributor

💥 Acceptance tests apiAuth-mariadb10.2-php7.4 failed. The build is cancelled...

@ownclouders
Copy link
Contributor

💥 Acceptance tests apiShareOperationsToShares2-mariadb10.2-php7.4 failed. The build is cancelled...

@ownclouders
Copy link
Contributor

💥 Acceptance tests apiShareManagementBasicToShares-mariadb10.2-php7.4 failed. The build is cancelled...

@ownclouders
Copy link
Contributor

💥 Acceptance tests apiShareCreateSpecialToShares1-mariadb10.2-php7.4 failed. The build is cancelled...

@ownclouders
Copy link
Contributor

💥 Acceptance tests apiCapabilities-mariadb10.2-php7.4 failed. The build is cancelled...

@ownclouders
Copy link
Contributor

💥 Acceptance tests webUISharingNotify-chrome-mariadb10.2-php7.4 failed. The build is cancelled...

@ownclouders
Copy link
Contributor

💥 Acceptance tests cliTrashbin-mariadb10.2-php7.4 failed. The build is cancelled...

@ownclouders
Copy link
Contributor

💥 Acceptance tests apiProxySmoke-8-8-mariadb10.2-php7.4 failed. The build is cancelled...

@ownclouders
Copy link
Contributor

💥 Acceptance tests cliMain-mariadb10.2-php7.4 failed. The build is cancelled...

@ownclouders
Copy link
Contributor

💥 Acceptance tests cliExternalStorage-10.6.0-mariadb10.2-php7.4 failed. The build is cancelled...

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

36.4% 36.4% Coverage
0.0% 0.0% Duplication

@AlexAndBear AlexAndBear merged commit 8b9ada4 into master Jun 17, 2021
@delete-merged-branch delete-merged-branch bot deleted the enterprise/issues/4632 branch June 17, 2021 06:53
@phil-davis
Copy link
Contributor

phil-davis commented Jun 17, 2021

Note: this has missed the branch point of release-10.8.0 branch that was made last night.
If we want to get it into 10.8 release then either:

  • backport to release-10.8.0 branch or
  • recreate release-10.8.0 branch from the current tip of core master

@micbar FYI

@AlexAndBear
Copy link
Author

Rebased by @micbar so this lands in 10.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup