vaultwarden/src
Miroslav Prasil 0a72c4b6db Do not disable invitations via admin API
This was brought up today:

https://github.com/dani-garcia/bitwarden_rs/issues/752#issuecomment-586715073

I don't think it makes much sense in checking whether admin has the
right to send invitation as admin can change the setting anyway.

Removing the condition allows users to forbid regular users from
inviting new users to server while still preserving the option to do so
via the admin API.
2020-02-16 15:01:07 +00:00
..
api Do not disable invitations via admin API 2020-02-16 15:01:07 +00:00
db Switch error handling to ? operator instead of explicit handling. 2020-01-16 08:14:25 -05:00
static Logout button in admin page 2019-12-01 21:15:14 +01:00
auth.rs When receiving a comma separated list as IP, pick the first 2019-12-28 15:09:07 +01:00
config.rs Add option to change invitation org name, fixes #825 2020-02-04 22:14:50 +01:00
crypto.rs Formatting 2019-12-27 18:37:14 +01:00
error.rs Update handlebars to 3.0 which included performance improvements. 2020-01-26 15:29:14 +01:00
mail.rs Fix backwards indices 2020-01-30 22:33:50 +01:00
main.rs minor typo conect -> connect 2020-01-04 14:37:29 -08:00
util.rs Add option to change invitation org name, fixes #825 2020-02-04 22:14:50 +01:00