Oscar Hinton
544c7c526d
Show file picker warning in chromium on Mac 11 ( #1778 )
2021-04-09 00:45:42 +02:00
Thomas Rittson
85893f5f9e
Require user to verify email to use file Send ( #331 )
...
* Require user to verify email to use file Send
* Simplify alertShown logic
2021-04-09 07:05:15 +10:00
Vincent Salucci
133d30ba97
[Reset Password] Rotate encryption key ( #916 )
...
* [Reset Password] Rotate encryption key
* Added logic for updating reset password key only if necessary
* Updated user's resetPasswordKey for each confirmed organization on key rotation
2021-04-08 11:09:06 -05:00
Oscar Hinton
97ac4a3267
Bump jslib ( #1776 )
2021-04-07 20:43:07 +02:00
Oscar Hinton
09fba343fc
[Chore] Bump jslib ( #917 )
...
* Bump jslib
2021-04-07 20:42:57 +02:00
Oscar Hinton
eebd4fc9d9
Remove electron remote ( #830 )
...
* Remove calls to remote
2021-04-07 20:25:15 +02:00
Oscar Hinton
78d40d9f18
Remove electron remote ( #332 )
...
* Replace remote calls with ipcRenderer.invoke.
2021-04-07 19:42:06 +02:00
Oscar Hinton
ae4c1b29d2
Add support for biometrics to Safari ( #1775 )
...
* Add Biometrics support to Safari
2021-04-07 17:39:59 +02:00
Steven
728e40fbfa
Optimize isSearchable for Chinese. ( #330 )
...
* Optimize isSearchable for Chinese.
* Fix lint.
* Fix lint.
2021-04-07 10:51:34 -04:00
Vincent Salucci
ba3d4a2390
[Reset Password] Manage Reset Password permission ( #902 )
...
* [Reset Password] Manage Reset Password permission
* Update formatting
* Update jslib (f4f00b1 -> 97ece68 )
2021-04-06 22:40:17 -05:00
Thomas Rittson
05183149ad
Fix linting
2021-04-07 13:11:45 +10:00
Thomas Rittson
f68858e729
Require user to verify email to use file Send
2021-04-07 12:49:06 +10:00
Thomas Rittson
bc543de307
Require user to verify email to use file Send
2021-04-07 12:47:50 +10:00
Thomas Rittson
89dd393c32
Update UI
2021-04-07 10:45:12 +10:00
Oscar Hinton
eeb61b019b
Increase popup width on linux during WebAuthn process ( #1772 )
...
* Expand popup width on linux during WebAuthn prompt
* Refactor
2021-04-06 23:10:22 +02:00
Vincent Salucci
97ece68dec
[Reset Password] Custom user permission ( #317 )
2021-04-06 08:47:16 -05:00
Matt Gibson
b1c59f3dc1
Create index of cipher orgs and use advanced search with org ciphers ( #903 )
...
* Create index of cipher orgs and use advanced search with org ciphers
* Update jslib
2021-04-05 18:55:20 -05:00
Matt Gibson
baca6d7966
Use iterator compatible Array instantiation ( #324 )
2021-04-05 17:49:39 -05:00
Naoaki Iwakiri
89dc3b70e1
Sort weak passwords by severity ( #446 )
...
* Sort weak passwords by weakness
* Move static methods into local const
2021-04-05 18:23:48 -04:00
Matt Gibson
3ca6153270
Update jslib ( #277 )
2021-04-05 17:05:40 -05:00
Oscar Hinton
ba742f72d8
Restrict WebAuthn to Windows only for Electron ( #322 )
2021-04-05 22:38:45 +02:00
Oscar Hinton
769c247832
Configure webpack to proxy requests which avoids CORS issues ( #914 )
2021-04-05 22:38:21 +02:00
Oscar Hinton
12e4b614f5
Fix WebAuthn dialog not resetting on success ( #910 )
2021-04-05 22:37:02 +02:00
Thomas Rittson
b28eaa1aae
Fix warning banner logic and open link in new tab ( #909 )
2021-04-06 06:26:04 +10:00
Matt Gibson
08a856645b
Add collections to ciphers in export model. ( #320 )
...
* Add collections to ciphers in export model.
This enables immediately setting collections from the CLI on create.
The other location this code is used is on import of Bitwarden json data.
However, collectionId is explicitly nulled out here to be resolved
later at the server level.
* Linter fix
2021-04-05 15:21:07 -05:00
Matt Gibson
fab65e60dd
Update jslib ( #276 )
2021-04-05 15:19:59 -05:00
Matt Gibson
cd20b1c102
Update jslib ( #913 )
2021-04-05 15:19:46 -05:00
Matt Gibson
9ff6b4242c
Merge pull request #828 from bitwarden/update-jslib
...
Update jslib
2021-04-05 15:19:34 -05:00
Matt Gibson
0a2f738634
Update jslib ( #1769 )
2021-04-05 15:19:19 -05:00
Chad Scharf
9eaee3c44d
Merge pull request #1757 from djsmith85/cleanup_and_build_badge
...
Replaced appveyor build badge with one from Github Workflow
2021-04-05 15:57:02 -04:00
Chad Scharf
7a4eb35a09
Merge pull request #816 from LaurentTreguier/macos-icon
...
Update macOS icon to follow Big Sur design
2021-04-05 15:54:56 -04:00
Daniel James Smith
b774c3e785
Replaced appveyor build badge with one from Github Workflow ( #319 )
...
* Deleted appveyor.yml
* Removed Appveyor check in karma.conf.js
* Modified build badge to use Github workflow
* Fixed missing parenthesis in README.md
2021-04-05 15:25:45 -04:00
Matt Gibson
dff1fce8ae
Update jslib
2021-04-05 11:18:41 -05:00
Matt Gibson
c395293e64
Deep parse models ( #321 )
2021-04-05 11:13:34 -05:00
Erik Sennema
d6f80378eb
Update README.md ( #912 )
2021-04-05 11:07:54 -04:00
Vincent Salucci
32e9124b9c
[Reset Password] Enrollment actions ( #900 )
...
* [Reset Password] Enrollment actions
* Update jslib (0951424 -> f4f00b1 )
* Added status icon
2021-04-05 09:48:46 -05:00
Matt Gibson
bc7bd5bd3f
Pass ciphers to index and indexed ciphers to search service ( #318 )
2021-04-02 16:32:30 -05:00
Joseph Flinn
779464ea9b
Fix snap test ( #274 )
...
* testing new fix
* adding this branch to the snap portion of the test
* adding in the build artifact for the linux executable
* removing the path since GitHub is being dumb...
* adding the path back in
* adding the full path
* overriding the config directory for the snap version test. It doesn't really make sense...
2021-04-02 10:25:15 -07:00
Thomas Rittson
b63074f00d
Apply fix to all themes
2021-04-02 15:05:57 +10:00
Thomas Rittson
809e2b68d1
apply fix to nord theme also
2021-04-02 15:00:49 +10:00
Thomas Rittson
7c0423a1c0
Fix bgcolor of option els when in FF sidebar
2021-04-02 14:55:23 +10:00
Thomas Rittson
7001d73686
Add hideEmail to sendResponse model and template ( #273 )
2021-04-02 06:42:14 +10:00
Daniel James Smith
84be42595b
Modified build badge to use Github workflow
2021-04-01 22:37:38 +02:00
Daniel James Smith
bb6780c318
Deleted azure-pipelines.yml
2021-04-01 22:36:07 +02:00
Daniel James Smith
792fc54fa7
Removed Appveyor from BuildNumberGenerator
2021-04-01 22:35:42 +02:00
Daniel James Smith
3712cbf701
Deleted appveyor.yml
2021-04-01 22:34:14 +02:00
Laurent Tréguier
2aa9162b03
Adjust smaller macOS icons padding
2021-04-01 00:49:01 +02:00
Thomas Rittson
bb0d449a09
Merge pull request #819 from bitwarden/fix-sso-premium-error
...
Fix Premium Required message after sso auth
2021-04-01 06:46:00 +10:00
Vincent Salucci
f4f00b1eb2
[Reset Password] Enrollment API, event type, and models update ( #315 )
2021-03-31 11:05:09 -05:00
Thomas Rittson
43f511a711
Fix Premium Required message after sso auth
2021-03-31 14:14:52 +10:00