doobry-systemli
doobry-systemli
When entering times for the selected dates, there's two usability bugs: 1. Partially entered times are accepted as valid but withdrawn in next step 2. Selecting "Copy and paste times...
It would be nice to add admin options for enabling/disabling certain types of circles. As an example, on a public Nextcloud instance with high privacy expectations, we'd like to disable...
Adds support for TOTP-based two-factor authentication. ## Overview * Users can enable and disable two-factor authentication in their account settings. Both requires the user to enter their password. When two-factor...
Apparently there's a bug in calculating the waiting period for recovery processes. When starting the recovery process, I get told that I have to wait at least 48 hours, but...
Apparently, the current way of encrypting mails from legacy users as we do it in `bin/mailcrypt-encrypt-maildir` is error-prone. In particular, using `doveadm fs put crypt ...` seems to be dangerous....
Apparently it's possible to create case-sensitvie account names via the admin interface. That's a bug, we want all account names to be lowercase.
At the moment, we use a soft-deletion feature for users and aliases: instead of removing them from the database at deletion, we mark them as deleted. This is required in...
It's hard for users to keep track, which random alias they use for which purpose. One idea would be to provide a comment field next to each random alias. If...
When users get a recovery token generated, we should explain to them, what this is all about. Also, warn them that they're doomed if they loose both the password and...
To make the recovery process more comprehensible, a progress bar could be added: * 25% after the process was started * 50% after one came back and authenticated after the...