Commit Graph

99 Commits

Author SHA1 Message Date
ViViDboarder
77919aa3d4 Improved error handling
Massive refactor of error handling to make messages easier to debug
2021-06-13 18:09:43 -07:00
Ian
c090fb5a52
Merge pull request #32 from ibotty/log-uid
also log uid when email not found
2021-05-20 17:34:17 -07:00
ViViDboarder
231f9036fb Add --build flag to example compose 2021-05-20 17:33:30 -07:00
ViViDboarder
adf460c05e Add some additional configs for easier testing 2021-05-20 17:29:45 -07:00
Tobias Florek
8be4057e3b also log uid when email not found 2021-05-20 09:09:50 +02:00
ViViDboarder
2f6ecc6860 Bump version for vaultwarden release 2021-05-07 12:58:48 -07:00
ViViDboarder
a0bb9152ee Rebrand vaultwarden 2021-05-07 12:55:29 -07:00
ViViDboarder
e05929765c Bump version to v0.3.1 to fix alpine build 2021-03-02 10:15:58 -08:00
ViViDboarder
8d0f48f00c alpine: Bump ca-certificates to fix build 2021-03-02 10:01:57 -08:00
ViViDboarder
1d07357a97 Bump to v0.3.0 2020-12-27 17:08:46 -05:00
ViViDboarder
d5dd5903b1 Merge branch 'starttls' into master 2020-12-27 17:04:07 -05:00
ViViDboarder
c2ae9c1e93 Update pre-commit hooks 2020-12-27 11:21:35 -05:00
ViViDboarder
b47d279ca9 Update readme with starttls documentation 2020-12-27 11:19:14 -05:00
Ian
402fff84fd Add support for starttls
Fixes #18
2020-12-27 11:15:53 -05:00
ViViDboarder
be227a638d Bump version to v0.2.1 2020-09-29 10:40:56 -07:00
ViViDboarder
b04ee3a60a Update rust to 1.46
Should add support for TLS 1.3

Also, this fixes the Alpine builds
2020-09-28 14:58:23 -07:00
ViViDboarder
d19a0efae7 Bump version to v0.2.0 2020-07-12 09:35:45 -07:00
ViViDboarder
d41b93d3b9 Update compose target for bitwarden_rs 2020-07-12 09:35:25 -07:00
Ian
7b3a814ce7
Merge pull request #13 from jerhat/master
Added optional bitwarden_root_cert config to trust an additional root certificate...
2020-07-12 09:01:04 -07:00
jerhat
f5b94ee792 renamed bitwarden_root_cert into bitwarden_root_cert_file
separate get_root_cert() function
formatting (rustfmt)
2020-07-10 11:14:12 +08:00
ViViDboarder
91d70e6bb8 Add linting, formatting and other checks
This adds pre-commit hooks installable using the provided Makefile as
well as a new check to validate the version in the Cargo file matches
the git tag. This will be useful as a check before pushing releases.
2020-07-09 12:09:19 -07:00
jerhat
acf8165bed added instructions to expose the cert to container when using docker 2020-07-09 16:32:06 +08:00
jerhat
78be951474 Added optional ldap_no_tls_verify config that allows bypassiung ldap ssl certification check 2020-07-09 14:24:36 +08:00
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