Michael Mayer
Michael Mayer
@qinguoyi I'm happy to report that your proposal has been implemented in the above commit. I will therefore close this PR as it is no longer needed. Thank you for...
Thanks! You should be able to use the following function instead of adding a new one: https://github.com/photoprism/photoprism/blob/ad581aff4b8d0444efb975e8030a5313d2cc5115/pkg/txt/bool.go#L7-L16
The function `config.Env()` is only used in very few cases, e.g. to set the log level before the regular config options are parsed/initialized: https://github.com/photoprism/photoprism/blob/ad581aff4b8d0444efb975e8030a5313d2cc5115/internal/config/config.go#L108-L116 I don't believe it's a good...
@diamondburned My sincere apologies for not getting back to you any sooner! I'm happy to report that I've just implemented your suggestion with additional tests and our existing parser function....
The following reserved characters, e.g. in [Windows](https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file) or WebDAV, are currently ignored in file and folder names: - `` (greater than) - `:` (colon) - `"` (double quote) - `/`...
A possible solution could be to have the original name as an additional field alongside the sanitized name so that the original folder can be found by this name. The...
Related Issues: - https://github.com/photoprism/photoprism/issues/3669 - https://github.com/photoprism/photoprism/issues/3695
My apologies! Due to earlier updates, it looks like there is a merge conflict now. Could you update the package.json and package-lock.json files and then test again locally to ensure...
@omerdduran I've merged this and updated the dependencies once again. However, one test seems to fail when I run "make test-vitest" in a terminal within the development Docker container: 
Interesting, shouldn't make a difference?