nitnelave
nitnelave
I'm trying to get this working with rust-analyzer, using the default config (at least for rust_analyzer). The setup overall is working for other languages, but rust_analyzer fails. However, the only...
When reading from environment variables, for secrets, it might be beneficial to have variables of type `PASSWORD_FILE` that points to a file that contains the value for `PASSWORD`. E.g.: ```...
More of a nice-to-have, I don't expect many users to have a very complex group membership structure that requires that. We can make a group inherit from another one, or...
Provide functionality to translate strings, and actual translations. - [ ] Provide the infrastructure - [ ] Move all strings to templates - [ ] Create translations for main languages...
Revamp https://github.com/nitnelave/lldap/pull/215 but based on something like https://vinorodrigues.github.io/bootstrap-dark/ Things that we want to have: - Toggle button - auto-detect based on browser preference Maybe JS-based, with a class on the...
All about making it pretty! - [ ] Logo - [x] Proper HTML structure - [x] CSS classes - [ ] Images, banners, ...
Have a look at aria labels and other relevant concerns: autofocus, tabindex, mobile keyboard for email and so on.
When setting a password, check their API to see if the password has been breached before. Requires an API key.
As part of their new API, the serializer doesn't write binary as base64 in JSON anymore. We should switch the json serializer to a json+binary-to-base64 one.