Ave
fa364c3f2c
Ensure that a user is actually in an org when applying policies
4 years ago
Daniel García
b5f9fe4d3b
Fix #1206
4 years ago
Daniel García
013d4c28b2
Try to fix #1218
4 years ago
Daniel García
63acc8619b
Update dependencies
4 years ago
Daniel García
ec920b5756
Merge pull request #1199 from jjlin/delete-admin
...
Add missing admin endpoints for deleting ciphers
4 years ago
Jeremy Lin
95caaf2a40
Add missing admin endpoints for deleting ciphers
...
This fixes the inability to bulk-delete ciphers from org vault views.
4 years ago
Mathijs van Veluw
7099f8bee8
Merge pull request #1198 from fabianvansteen/patch-1
...
Correction of verify_email error message
4 years ago
Fabian van Steen
b41a0d840c
Correction of verify_email error message
4 years ago
Daniel García
c577ade90e
Updated dependencies
4 years ago
Daniel García
257b143df1
Remove some duplicate code in Dockerfile with the help of some variables
4 years ago
Daniel García
34ee326ce9
Merge pull request #1178 from BlackDex/update-azure-pipelines
...
Updated the azure-pipelines.yml for multidb
4 years ago
Daniel García
090104ce1b
Merge pull request #1181 from BlackDex/update-issue-template
...
Updated bug-report to note to update first
4 years ago
BlackDex
3305d5dc92
Updated bug-report to note to update first
4 years ago
Daniel García
296063e135
Merge pull request #1108 from rfwatson/add-db-connections-setting
...
Add DATABASE_MAX_CONNS config setting
4 years ago
Rob Watson
b9daa59e5d
Add DATABASE_MAX_CONNS config setting
4 years ago
BlackDex
5bdcfe128d
Updated the azure-pipelines.yml for multidb
...
Updated the azure-pipelines.yml to build multidb now.
- Updated to Ubuntu 18.04 (Closer matches the docker builds)
- Added some really needed apt packages to be sure that they are
installed
- Now run cargo test using all database backeds in one go.
4 years ago
Daniel García
1842a796fb
Merge pull request #1176 from BlackDex/fix-alpine-arm-docker
...
Fixed issue with building Alpine armv7 image.
4 years ago
BlackDex
ce99e5c583
Fixed issue with building Alpine armv7 image.
...
The runtime image was using a very old Alpine version.
This caused issues with the catatonit install
Now using the Balena armv7hf Alpine image for this.
4 years ago
Daniel García
0c96c2d305
Merge pull request #1171 from BlackDex/arm-multidb
...
Fixed building mysql, postgresql and sqlite3 for arm
4 years ago
Daniel García
5796b6b554
Merge pull request #1172 from BlackDex/missing-dotenv-config
...
Updated .env.template with missing config values.
4 years ago
BlackDex
c7ab27c86f
Updated .env.template with missing config values.
...
Several values were missing from the .env.template file.
Updated this with all the values which were missing.
4 years ago
BlackDex
8c03746a67
Fixed building mysql, postgresql and sqlite3 for arm
...
With some apt/dpkg magic building multidb containers for arm versions
now also works. As long as the build stage and docker-image stage use
the same base (debian buster now) it should all work.
Resolves #530 , resolves #1066
4 years ago
Daniel García
8746d36845
Document database connection retries and change alpine repo for catatonit
...
(cherry picked from commit 88e3835050c0418c060c8e3a704894763ee33aa0)
4 years ago
Daniel García
448e6ac917
Invalidate sessions when changing password or kdf values
4 years ago
Daniel García
729c9cff41
Retry initial db connection, with adjustable option
4 years ago
Daniel García
22b9c80007
Reorganize dockerfile template slightly (same result)
4 years ago
Daniel García
ab4355cfed
Updated web vault, dependencies and base docker images
4 years ago
Daniel García
948dc82228
Updated sponsors
4 years ago
Daniel García
bc74fd23e7
Merge pull request #1151 from Start9Labs/feature/alpine-arm
...
alpine arm dockerfile
4 years ago
Daniel García
37776241be
Merge pull request #1150 from BlackDex/mariadb-fk-issues
...
Fixed foreign-key (mariadb) errors.
4 years ago
Daniel García
feba41ec88
Merge pull request #1160 from eduardosm/vendored_openssl
...
Add `vendored_openssl` feature.
4 years ago
Aiden McClelland
6a8f42da8a
specify version of cmosh's alpine-arm
...
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
4 years ago
Aiden McClelland
670d8cb83a
add arm target to alpine container
4 years ago
Eduardo Sánchez Muñoz
2f7fbde789
Add `vendored_openssl` feature.
...
This feature enables the `vendored` feature from the `openssl` crate and build a statically linked version of openssl.
4 years ago
Mathijs van Veluw
c698bca2b9
Merge branch 'master' into mariadb-fk-issues
4 years ago
Daniel García
0b6a003a8b
Merge pull request #1158 from BlackDex/fix-issue-1156
...
Add /api/accounts/verify-password endpoint
4 years ago
BlackDex
c64560016e
Add /api/accounts/verify-password endpoint
...
If for some reason the hashed password is cleared from memory within a
bitwarden client it will try to verify the password at the server side.
This endpoint was missing.
Resolves #1156
4 years ago
BlackDex
978be0b4a9
Fixed foreign-key (mariadb) errors.
...
When using MariaDB v10.5+ Foreign-Key errors were popping up because of
some changes in that version. To mitigate this on MariaDB and other
MySQL forks those errors are now catched, and instead of a replace_into
an update will happen. I have tested this as thorough as possible with
MariaDB 10.5, 10.4, 10.3 and the default MySQL on Ubuntu Focal. And
tested it again using sqlite, all seems to be ok on all tables.
resolves #1081 . resolves #1065 , resolves #1050
4 years ago
Aiden McClelland
b58bff1178
alpine arm building successfully
4 years ago
Daniel García
2f3e18caa9
Merge pull request #1146 from BlackDex/user-orgs-table-enhancement
...
Enhanced user and orgs tables in admin view.
4 years ago
BlackDex
6a291040bd
As requested here: https://bitwardenrs.discourse.group/t/searchable-user-list-on-admin-panel/299
...
- Changed the table layout a bit.
- Added functions to the tables:
+ Search
+ Sort
+ Paginate
4 years ago
Daniel García
dbc082dc75
Update web vault to 2.16.0 and dependencies
4 years ago
Daniel García
32a0dd09bf
Merge pull request #1148 from BlackDex/update-config-descriptions
...
Updated the config options descriptions.
4 years ago
BlackDex
f847c6e225
Updated the config options descriptions.
...
Made some small changes to the description of the config options for
SMTP. Some were a bit cryptic and missing some extra descriptions.
Also made it more clear which type of secured smtp connection is going
to used.
4 years ago
Daniel García
99da5fbebb
Merge pull request #1143 from BlackDex/better-lettre-errors
...
Format some common Lettre errors a bit simpler
4 years ago
BlackDex
6a0d024c69
Format some common Lettre errors a bit simpler
...
Currently when for example using the admin interface to send out a test e-mail just
returns `SmtpError`. This is not very helpful. What i have done.
- Match some common Lettre errors to return the error message.
- Other errors will just be passed on as before.
Some small other changes:
- Fixed a clippy warning about using clone().
- Fixed a typo where Lettere was spelled with one t.
4 years ago
Daniel García
b24929a243
Merge pull request #1141 from BlackDex/fix-org-creation
...
Fixed creating a new organization
4 years ago
BlackDex
9a47821642
Fixed creating a new organization
...
- The new web-vault needs a new api endpoint.
- Added this new endpoint.
Fixes #1139
4 years ago
Daniel García
d69968313b
Merge pull request #1140 from jjlin/UserOrgType-cmp
...
Simplify implementation of `UserOrgType::cmp()`
4 years ago
Daniel García
3c377d97dc
Merge pull request #1137 from BlackDex/smtp-multi-auth-mechanism
...
Allow multiple SMTP Auth meganisms.
4 years ago