- Oct 03, 2020
-
-
Daniel García authored
-
Daniel García authored
alpine arm dockerfile
-
- Sep 27, 2020
-
-
Daniel García authored
Fixed foreign-key (mariadb) errors.
-
Daniel García authored
Add `vendored_openssl` feature.
-
- Sep 26, 2020
-
-
Aiden McClelland authored
Co-authored-by:
Daniel García <dani-garcia@users.noreply.github.com>
-
Aiden McClelland authored
-
- Sep 25, 2020
-
-
Eduardo Sánchez Muñoz authored
This feature enables the `vendored` feature from the `openssl` crate and build a statically linked version of openssl.
-
Mathijs van Veluw authored
-
Daniel García authored
Add /api/accounts/verify-password endpoint
-
BlackDex authored
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
-
- Sep 22, 2020
-
-
BlackDex authored
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
-
- Sep 21, 2020
-
-
Aiden McClelland authored
-
- Sep 20, 2020
-
-
Daniel García authored
Enhanced user and orgs tables in admin view.
-
- Sep 19, 2020
-
-
https://bitwardenrs.discourse.group/t/searchable-user-list-on-admin-panel/299BlackDex authored
- Changed the table layout a bit. - Added functions to the tables: + Search + Sort + Paginate
-
Daniel García authored
-
Daniel García authored
Updated the config options descriptions.
-
BlackDex authored
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.
-
- Sep 14, 2020
-
-
Daniel García authored
Format some common Lettre errors a bit simpler
-
BlackDex authored
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.
-
Daniel García authored
Fixed creating a new organization
-
BlackDex authored
- The new web-vault needs a new api endpoint. - Added this new endpoint. Fixes #1139
-
- Sep 13, 2020
-
-
Daniel García authored
Simplify implementation of `UserOrgType::cmp()`
-
Daniel García authored
Allow multiple SMTP Auth meganisms.
-
Daniel García authored
Updated lettre (and other crates) and workflow.
-
Jeremy Lin authored
Also move `UserOrgType::from_str()` closer to the definition of `UserOrgType` since it references specific enum values.
-
- Sep 12, 2020
-
-
BlackDex authored
- Allow all SMTP Auth meganisms supported by Lettre. - The config value order is leading and values can be separated by a comma ',' - Case doesn't matter, and invalid values are ignored. - Warning is printed when no valid value is found at all.
-
- Sep 11, 2020
-
-
BlackDex authored
General: - Updated several dependancies Lettre: - Updateded lettere and the workflow - Changed encoding to base64 - Convert unix newlines to dos newlines for e-mails. - Created custom e-mail boundary (auto generated could cause errors) Tested the e-mails sent using several clients (Linux, Windows, MacOS, Web). Run msglint (https://tools.ietf.org/tools/msglint/) on the generated e-mails until all errors were gone. Lettre has changed quite some stuff compared between alpha.1 and alpha.2, i haven't noticed any issues sending e-mails during my tests.
-
- Sep 10, 2020
-
-
Daniel García authored
Hide ciphers from non-selected collections for org owners/admins
-
- Sep 03, 2020
-
-
Daniel García authored
Fixing MsgPack headers type and support mobile SignalR
-
- Sep 01, 2020
-
-
Jeremy Lin authored
If org owners/admins set their org access to only include selected collections, then ciphers from non-selected collections shouldn't appear in "My Vault". This matches the upstream behavior.
-
- Aug 31, 2020
-
-
aaxdev authored
-
aaxdev authored
-
Daniel García authored
-
- Aug 30, 2020
-
-
Daniel García authored
Clarify multiuser capabilities
-
- Aug 29, 2020
-
-
Markus Richter authored
-
- Aug 28, 2020
-
-
Daniel García authored
-
Daniel García authored
-
- Aug 27, 2020
-
-
Daniel García authored
Fix the Alpine build
-
Jeremy Lin authored
-
- Aug 26, 2020
-
-
Daniel García authored
Delete associated favorites when deleting a cipher or user
-