-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Webp & mp4 #20896
Closed
Webp & mp4 #20896
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: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Nils Wittenbrink <[email protected]>
Signed-off-by: Nils Wittenbrink <[email protected]>
getFileInfo can also return false Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
[stable18] Fix hostname in Apple configuration profile
[stable18] Use contacts name on federated activities
[stable18] Allow to edit admin/own user in the user management
Signed-off-by: Roeland Jago Douma <[email protected]>
[stable18] Get correct mimetype on objectstores
fixes #19484 Signed-off-by: Roeland Jago Douma <[email protected]>
This prevents the password from being sent to the webui. While an admin will always be able to retrieve the passwords (as they can do arbitrairy code execution by design) this prevents casual password snooping Signed-off-by: Robin Appelman <[email protected]>
[stable18] Don't break when one remote share is down
This will cause issues since the theming name can contain characters that are not allowed in the local part of the mail address (like spaces) Signed-off-by: Julius Härtl <[email protected]>
[stable18] Properly emit Viewer event on files and files_sharing
[stable18] Use placeholder values for password fields in external storage webui
[stable18] Properly respect hide download on sharebymail
[stable18] Do not use the instance name as user part of from mail addresses
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1. **This update includes a security fix.** - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@6.3.0...6.4.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
the database field is a smallint, not a boolean. fixes postgresql tests Signed-off-by: Robin Appelman <[email protected]>
[stable18] Fix security header setting in .htaccess by adding 'onsuccess unset'
Signed-off-by: Roeland Jago Douma <[email protected]> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
[stable18] Fix public layout header title & description
[stable18] Allow to navigate to others with access from the sidebar
This overrides the max expiration date. Signed-off-by: Roeland Jago Douma <[email protected]>
The minimum for memory cost is 8 KiB per thread. Threads must be checked and set first to allow checking against the correct memory cost mimimum. Options are now applied the following way: - If config.php contains the setting with an integer higher or equal to the minimum, it is applied. - If config.php contains the setting with an integer lower than the minimum, the minimum is applied. - If config.php does not contain the setting or with no integer value, the PHP default is applied. Signed-off-by: MichaIng <[email protected]> Signed-off-by: Roeland Jago Douma <[email protected]>
[stable18] Allow specifying a default expiration date
[stable18] Fix Argon2 options checks
Signed-off-by: Raimund Schlüßler <[email protected]>
Signed-off-by: Sascha Wiswedel <[email protected]>
[stable18] clarified trash bin retention by storage shortage override in config.sample.php
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
[stable18] Correctly hide table headers in filepicker
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
[stable18] Fix color-text-maxcontrast not passing WCAG AA
See #13552 Closing because pull requests are suggested code changes. Please use issues to suggest new features. For webp there is already one. |
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.
Now that most browsers came to support WebP, I want you to display the WebP image in nextcloud.
And I wish the indication of the thumbnail of the mp4 video is possible.