nitnelave

Results 46 issues of 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...

enhancement
backend

Provide functionality to translate strings, and actual translations. - [ ] Provide the infrastructure - [ ] Move all strings to templates - [ ] Create translations for main languages...

enhancement
help wanted
frontend

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...

enhancement
help wanted
frontend

All about making it pretty! - [ ] Logo - [x] Proper HTML structure - [x] CSS classes - [ ] Images, banners, ...

enhancement
help wanted
frontend

Have a look at aria labels and other relevant concerns: autofocus, tabindex, mobile keyboard for email and so on.

enhancement
help wanted
good first issue
frontend

When setting a password, check their API to see if the password has been breached before. Requires an API key.

enhancement
backend
frontend

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.

dependencies
backend