forked from nextcloud/viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
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
subtitles #2
Open
zmarteline
wants to merge
2,013
commits into
douzebis:master
Choose a base branch
from
nextcloud:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
subtitles #2
Conversation
This file contains 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
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
fix: Adjust viewer for Nextcloud 31 public share UI
chore(deps): update cypress (master)
chore(deps): update dependency vite to ^5.4.3 (master)
Signed-off-by: nextcloud-command <[email protected]>
fix(deps): update dependency @nextcloud/files to ^3.9.0 (master)
…norepo fix(deps): update dependency @fontsource/roboto to ^5.0.15 (master)
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
fix: Make loading the viewer an init script
[skip-ci] Signed-off-by: Joas Schilling <[email protected]>
ci: Update workflows
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.26.0 to 5.26.1. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](vimeo/psalm@5.26.0...5.26.1) --- updated-dependencies: - dependency-name: vimeo/psalm dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
Signed-off-by: GitHub <[email protected]>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
…-snapshot-update
Signed-off-by: GitHub <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
fix: npm audit & lockfile refresh + react fix
Signed-off-by: John Molakvoæ <[email protected]>
chore: update command-compile from templates
chore(deps): update dependency dockerode to ^4.0.4 (master)
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
…feedback.yml chore(CI): Updating pr-feedback.yml workflow from template
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Franziska Bath <[email protected]>
Signed-off-by: Franziska Bath <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
Signed-off-by: Louis Chemineau <[email protected]>
…oading fix: image load error with number folder
Signed-off-by: Nextcloud bot <[email protected]>
in order to preserve proper sorting. see FileStat interface in webdav package Signed-off-by: Misha M.-Kupriyanov <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
…y_names_casting fix: preserve numeric names for filename and basename as string
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Please provide a easy way to use SRT or any kind of subtitles with VIEWER without the need of I have to rebuild / compile files (I tried...but things got out of hand). This is a must have missing feature for me, but I am not a coder, just an enthusiast and kind of heavy user.
Thanks a lot...