Skip to content
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
wants to merge 593 commits into from
Closed

Webp & mp4 #20896

wants to merge 593 commits into from

Conversation

beniyas
Copy link

@beniyas beniyas commented May 10, 2020

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.

juliushaertl and others added 30 commits March 11, 2020 09:01
Signed-off-by: Julius Härtl <[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]>
[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
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
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]>
MorrisJobke and others added 28 commits April 29, 2020 14:59
[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] 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
[stable18] Fix color-text-maxcontrast not passing WCAG AA
@kesselb
Copy link
Contributor

kesselb commented May 10, 2020

See #13552

Closing because pull requests are suggested code changes. Please use issues to suggest new features. For webp there is already one.

@kesselb kesselb closed this May 10, 2020
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.