Michael Mayer
Michael Mayer
@cerealcable When using the new `POST /api/v1/markers` endpoint, it should be enough to submit the `FileUID` and `X`, `Y`, `W`, `H` as relative coordinates, so floating point numbers between 0...
@Blendan1 Since manually marked faces are unlikely to meet the requirements of the machine learning model we use, they are currently not automatically matched or clustered. If it later turns...
See our User Guide FAQ at https://docs.photoprism.app/user-guide/faq/#metadata: > If there is no date information available in the metadata or the original file names, the file system modification time is used...
@cttlee So the feature request would be to preserve the local file system timestamps when using the web upload (which effectively creates new files on the server)? I suppose the...
We offer a WebDAV api you can use. See our documentation. The basic web upload does not use WebDAV though.
@cttlee I just added an experimental implementation for setting the mtime based on the `X-OC-MTime` header. However, this only works with WebDAV and **not** with the regular file upload in...
If anyone has issues with the new MariaDB version, now would be a good time to let us know! Note that this and all upcoming releases are optimized for SSDs...
I had to update the config files (and the title of this issue) again, because the new stable version number is 11.2 and not 11.0.2 as I initially assumed... so...
I managed to serve DNS requests via HTTPS using https://github.com/lastzero/tinydoh (branch "lastzero") and Caddy. Still not working with Android 9. Any idea? You can use "curl" to query my test...
Just learned that ~~Google~~ "Star Brilliant" published another DNS-over-HTTPS server written in Go: https://github.com/m13253/dns-over-https So I guess using that makes sense instead of trying to build upon tinydoh and fix...