Commit Graph

26 Commits

Author SHA1 Message Date
jerhat
9d7f226c8e Added optional bitwarden_root_cert config to trust an additional root certificate when connecting to the bitwarden_rs instance. This can be useful in corporate environments where certificates are issued by a local CA (or for self-signed certificates) 2020-07-09 14:02:10 +08:00
ViViDboarder
2e5c4c5b55 Bump version to v0.1.2 2020-03-05 13:15:04 -08:00
ViViDboarder
7f35c2a989 Make checking for existing users case insensitive
Email addresses are not case case sensitive, so when we check for an
existing user, we should make sure we do it in a way that is not
sensitive to case.

Fixes #8
2020-03-05 13:09:37 -08:00
ViViDboarder
42489d39e1 Fix a few compile warnings 2020-03-05 13:09:23 -08:00
ViViDboarder
76e803a472 Update Cargo.lock with new version
I don't think this actually matters. Just fixes a matter
of annoyance that every build results in a changed lock file
2019-11-13 16:32:13 -08:00
ViViDboarder
ecddb2bf1d Bump version to v0.1.1 2019-10-02 15:07:55 -07:00
Ian
c493366efd Fix invalid email field error
Instead of crashing with a cryptic message, instead we print an error
message.

Also, as a bonus, better testing instructions!

Fixes #3
Fixes #2
2019-10-02 15:04:32 -07:00
ViViDboarder
829ed5585c Add alpine base option 2019-04-18 18:13:31 -07:00
ViViDboarder
233e040668 Lock down registration in sample config 2019-04-18 17:15:29 -07:00
ViViDboarder
f94f5ae7e0 Fix disabled check 2019-04-15 09:58:19 -07:00
ViViDboarder
b6c9cae8f3 Update Readme 2019-04-12 16:49:14 -07:00
ViViDboarder
381544813b Fix warning 2019-04-12 16:45:23 -07:00
ViViDboarder
6ee352d35e Remove extra print 2019-04-12 16:42:31 -07:00
ViViDboarder
8171464c49 Update compose to mostly work
Untested since latest bitwarden_rs image doesn't have new endpoints
2019-04-12 16:42:07 -07:00
ViViDboarder
d373a99211 Add Dockerfile
And a work in progress docker-compose.yml
2019-04-12 16:42:07 -07:00
ViViDboarder
c06d23b836 Update to not query invites, but instead use new _Status field 2019-04-12 16:40:50 -07:00
ViViDboarder
c42bb99536 Update Readme 2019-04-11 16:22:47 -07:00
ViViDboarder
d1b467a148 Add checking of both users and invites before sending new ones 2019-04-11 16:20:00 -07:00
ViViDboarder
57851489cb Add cli 2019-04-11 12:01:06 -07:00
ViViDboarder
cbdd7b8c5b WIP get users 2019-04-05 11:49:32 -07:00
ViViDboarder
d38a2e8b37 Add Cargo.lock since this is an executable 2019-03-30 20:02:29 -07:00
ViViDboarder
25b6fed023 Update Readme with instructions 2019-03-30 19:53:17 -07:00
ViViDboarder
1e849e445e Fix redirection on auth 2019-03-29 15:40:26 -07:00
ViViDboarder
ba1705c708 WIP: Add bw_rs client
For some reason, we're unable to get the cookies from the reqwest result.
2019-03-29 15:18:25 -07:00
ViViDboarder
6d79984a65 LDAP querying complete 2019-03-29 11:18:56 -07:00
Ian
cd68ef6f46
Initial commit 2019-02-27 21:55:25 -08:00