A JSON sidecar should now exist in the MediaFile.RelatedFiles() method
so that the information can subsequently be used to extract an embedded
video from the media file, if necessary.
Signed-off-by: Michael Mayer <michael@photoprism.app>
When HTTP listening address starts with unix: and contains /, listen
at given path instead of a TCP socket.
TLS or AutoTLS will not work since there is no TLS layer when using
the unix domain socket.
* enable clustering on all zoom levels
* add latmin, latmax, lngmin and lngmax to search api
* open prefiltered search when clicking a cluster on the map
* start moving places pictures to overlay
* update scrollbar hide todo comment
* add todo comments for cluster view
* start implementing possitbility to close cluster view via back button
* move selected cluster to single query param
* improve back-navigation of cluster-view
* remove outdated comment
* start showing preview-images in clusters
* cleanup some cluster-code in places
* use rounded squares instead of circles so more from the image can be seen
* try improving map visibility by adding borders
* add counter bubble to places view
* remove obsolete comment
* remove console.log
* add todo comment to fix search on cluster-view open
* fix closing a cluster resetting the places-filter
* prevent old cluster markers from being visible while zooming
* prevent cluster-previews from being smaller than single-image-previews
* make cluster-preview-images fill the whole available area and scale them to their bounding box
* increase clusterRadius to reduce likelyhood of clusters colliding on the map
* update obsolete todo comment
* try making cluster view look less broken for small clusters. elements in photo-view use block-relative percentages based on viewport-relative media queries
* remove seemingly unrequired code
* fix cluster view after "pages"-components moved to "page" (singular)
This requires adding unit tests and checking if there are other
situations where the content of an album is changed by the user
and therefore updating the timestamp would be appropriate.
Signed-off-by: Michael Mayer <michael@photoprism.app>