Daniel García
Daniel García
Yes, someone would have to check those changes, see what can be integrated into the project directly (possibly a config option for the mount point) and create the documentation on...
About 2fa: To do this, we'll need to implement it separately from the already existing 2fa code. I'm not sure if for this case it's worth it to implement multiple...
To support custom icons per cipher instead of as it is (per domain) we would probably need the clients to support them. As a possible workaround, you could create a...
The users return a hardcoded Culture value of en-US at the moment, but I'm not sure if that affects the clients.
@mprasil I think we can at mark it as done, but indicate that the official ldap connector app is not supported, maybe we can add that as a separate feature....
It would depend on a third party helping with a PR, as I don't have neither the knowlege nor a server to work with LDAP.
We have the `/alive` endpoint that could be used to handle that check: ``` HEALTHCHECK CMD curl -sf http://localhost/alive || exit 1 ``` We’d also have to handle the case...
@ajwstevens That works for me but you need to use the special syntax: ``` >notes:imanager ``` You might need to add asterisks as wildcards: ``` >notes:*imanager* ``` It's all documented...
This is ready for merging for me, if you can rebase it against the latest main and squash it into 1-5 commits, that would be perfect, otherwise I'll see if...
Yeah, I had trouble with git conflicts while trying to batch merge all the PR's manually, not sure why. Ended up merging them one by one. We've just relicensed the...