-
Notifications
You must be signed in to change notification settings - Fork 672
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
Lychee 3.1.3 #601
Merged
Merged
Lychee 3.1.3 #601
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
Previously, document.mouse{enter,leave} was used for that. This has the disadvantage that is doesn't work when the browser is in fullscreen mode (at least, in Chromium), because the mouse can no longer leave the document. With this commit, mousemove is used to switch to fullscreen in the photo view after the user has not moved the mouse for some time. It is left again, if the user moves the mouse.
Because of that, the timeout for going into fullscreen mode has been changed from 500ms to 1s.
If GD is used instead of Imagick, rotating uploaded pictures leads to a loss of their metadata. Since this is unexpected and maybe a problem, the diagnostics should show a warning. This commit displays a warning if it's either not installed or not enabled in settings.
Added warning if Imagick is not installed/enabled.
Develop merge
Rotate and flip the image with GD
Dockerfile not part of the project anymore. Check the readme for more details.
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.
Improved
rotate and flip images with GD based on EXIF orientation (Thanks @qligier, Rotate and flip the image with GD #600)Improved
enter/leave fullscreen-mode by (not) moving the mouse for one second (Thanks @hrniels, Improved fullscreen enter/leave in photo view. #583)Improved
Prefetch the medium photo instead of the big one (Thanks @Bramas, Prefetch the medium photo instead of the big one #446)Improved
Added "session" to required extensions (#579)Improved
Added warning if Imagick is not installed/enabled (Thanks @hrniels, Added warning if Imagick is not installed/enabled. #590)Fixed
Don't assume that gd_info exists when running diagnostics (Thanks @hrniels, diagnostics: don't assume that gd_info exists (fixes #565). #589 #565)Fixed
Sidebar showing up in smart albums when navigating back from the photo-view