1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00
Commit Graph

11617 Commits

Author SHA1 Message Date
Kyle Spearrin
e9273ff79a Send initial implementation (#687)
* send work

* Bump version to 2.16.2 (#668)

* [SSO] New User Provision flow jslib update (f30d6f8 -> d84d6da) (#672)

* Update jslib (f30d6f8 -> d84d6da)

* Updated imports/constructor to super

* OnlyOrg Policy (#669)

* added localization strings needed for the OnlyOrg policy

* added deprecation warning to policies page

* allowed OnlyOrg policy configuration

* blocked creating new orgs if already in an org with OnlyOrg enabled

* code review cleanup for onlyOrg

* removed a blank line

* code review cleanup for onlyOrg

* send listing actions

* updates

* access id

* update jslib

* re-work key and password derivation

* update jslib

* makeSendKey

* update access path

* store max access count

* update jslib

* l10n work

* l10n for access page

* l10n and cleanup

* fix l10n

Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
Co-authored-by: Addison Beck <abeck@bitwarden.com>
2020-11-04 14:49:08 -05:00
Chad Scharf
97e982bf01 onDestroy needed for broadcast subscriptions 2020-11-04 14:00:44 -05:00
Chad Scharf
c9c6a11390 update jslib 2020-11-04 12:22:17 -05:00
Chad Scharf
9aa3cbf73d Turned off background throttling for browserWindow (#196) 2020-11-04 12:21:29 -05:00
Chad Scharf
fe031ac6b8 remove trailing whitespace for lint errors 2020-11-04 12:19:56 -05:00
Chad Scharf
c001a00f82 Hide hidden fields on hide/minimize 2020-11-04 12:09:21 -05:00
Chad Scharf
6e89c04f3e Added missing member, showValue to Field (#195) 2020-11-03 14:36:19 -05:00
Kyle Spearrin
1a918436ca fix set-env refs 2020-11-03 13:29:00 -05:00
Vincent Salucci
1aa708aed4 [GDPR] Adjusted TOS/Privacy acceptance (#684)
* initial commit for GDPR terms/privacy acceptance

* updated styling/formatting

* Fixed line break in blockquote

* removed unused submit message

* Removed variables/logic now found in superclass

* update jslib (76c0964 -> 5e50aa1)
2020-11-02 16:33:15 -06:00
Vincent Salucci
bcc8bc0c80 [GDPR] Adjusted TOS/Privacy acceptance (#579)
* initial commit gdpr acceptance

* Removed variables/logic now found in superclass

* update jslib (d84d6da -> 5e50aa1)
2020-11-02 16:32:58 -06:00
Chad Scharf
4a18a4eb93 cont. removing broadcast srv jslib refs 2020-11-02 17:11:56 -05:00
Chad Scharf
5ff545e541 Undo broadcast service refs (not needed) 2020-11-02 17:08:39 -05:00
Kyle Spearrin
0e9e73ce95 Some groundwork for Send (#192)
* send work

* New method to update the last used index (#184)

Instead of updating it every time you call getNext(), it will be updated in a separate call, to avoid updating the index when the cipher did not auto-fill correctly (e.g wrong frame)
Fixes #1392

* added OnlyOrg to PolicyType enum (#183)

* [Require SSO] Add policy type enumeration (#186)

* Added SsoAuthentication policy type

* Updated policy type name // added comments for clarification of what each type controls

* [SSO] New user provision flow (#173)

* Initial commit of new user sso flow

* Adjusted stateSplit conditional per review

* Add logging to lowdb storage service (#188)

* Fix lint errors/warnings (#187)

* remove password api

* access id

* makeSendKey

Co-authored-by: Josep Marí <xusoo@users.noreply.github.com>
Co-authored-by: Addison Beck <abeck@bitwarden.com>
Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
2020-11-02 15:58:18 -05:00
Vincent Salucci
5e50aa1a19 Added terms/privacy variables & logic (#193) 2020-11-02 12:50:58 -06:00
Addison Beck
421de80daf Added --apiKey option to the login command 2020-11-01 14:57:33 -05:00
Cedric Wille
9914ac6610 issue496 Improve touchID message 2020-10-30 14:56:30 -04:00
Chad Scharf
d8d1ee3022 Handle main window hide 2020-10-29 16:35:09 -04:00
Kyle Spearrin
8cb5a9f505 hkdf crypto functions (#190)
* hkdf crypto functions

* comment to spec
2020-10-29 15:52:12 -04:00
Tom Rittson
0dc2da052f expand contributing guide 2020-10-28 17:35:00 +10:00
Tom Rittson
73f1ab2291 expand contributing guide 2020-10-28 17:26:29 +10:00
Addison Beck
ebe5a6030e Only org to single org (#680)
* change OnlyOrg references to SingleOrg

* updated jslib

* change OnlyOrg references to SingleOrg

* missed a reference to OnlyOrg in messages
2020-10-27 10:28:57 -04:00
Chad Scharf
f6946085d8 Use properly transpiled SweetAlert2 lib (#682) 2020-10-26 17:52:01 -04:00
Chad Scharf
0e42893d1c Merge pull request #1421 from eliykat/docs-contrib
expand CONTRIBUTING.md
2020-10-26 17:09:44 -04:00
Addison Beck
76c09641ba changed OnlyOrg enum to be SingleOrg (#189) 2020-10-26 16:01:17 -04:00
Hinton
0c0beb7446 Build proxy for all dist 2020-10-26 20:35:47 +01:00
Vincent Salucci
beebe7c98b [Require SSO] Enterprise policy adjustment (#676)
* Commits for policies/edit/strings

* more initial commits of policy/edit/strings

* More changes for require sso

* Updated strings to match policy string patterns

* Updated false enable on error

* Removed sso prevalidate prereq // adjusted callout

* Updated policy array creation and added display value
2020-10-26 11:56:02 -05:00
Chad Scharf
312cdbee3d Merge pull request #1438 from gleichda/master
Add some german input field names
2020-10-26 12:49:32 -04:00
David Gleich
c209fd72de Add some german input field names 2020-10-24 13:01:03 +02:00
Hinton
c1b099f5da Handle invalidatedEncrytption message 2020-10-23 14:40:50 +02:00
Hinton
da0cd3d588 Send error when failing to decrypt message 2020-10-23 14:40:31 +02:00
Hinton
b0c9054f23 Update with support for latest jslib 2020-10-23 10:42:58 +02:00
Kyle Spearrin
3629c2c0d5 use element classList to add animations (#1436) 2020-10-22 12:32:33 -04:00
Hinton
470df8f589 Set correct paths to binary in manifest for npm run 2020-10-21 20:44:56 +02:00
Hinton
222665dd9d Fix error in firefox 2020-10-21 20:39:58 +02:00
Hinton
251d0fdde3 Handle another error message 2020-10-21 17:50:27 +02:00
Hinton
0a4d59092b Cleanup, localize error. 2020-10-21 17:18:04 +02:00
Hinton
77fc0ce55b Cleanup code 2020-10-21 16:48:40 +02:00
Hinton
9ff0f204d8 Add connected/disconnected calls in proxy application 2020-10-21 15:56:27 +02:00
Hinton
9064298309 Display error message when browser integration is disabled, or desktop not running 2020-10-21 15:56:10 +02:00
Chad Scharf
23ded0d115 Fix lint errors/warnings (#187) 2020-10-20 10:20:22 -04:00
Chad Scharf
611e8760c6 Merge pull request #177 from bitwarden/jslib-update-fix-lowdb-storage-constructor
Add log service and pass to lowdb storage
2020-10-20 10:17:33 -04:00
Chad Scharf
f0d4635c5f Add log service and pass to lowdb storage 2020-10-20 10:07:36 -04:00
Kyle Spearrin
92d73a5be4 set collection view id from response (#176) 2020-10-20 09:38:11 -04:00
Chad Scharf
4cd20f0fa8 Add logging to lowdb storage service (#188) 2020-10-20 09:33:30 -04:00
Hinton
a3dbf8b65d Unlock using master key from desktop 2020-10-19 18:34:40 +02:00
Hinton
a6563e7de2 Send key to browser. 2020-10-19 18:34:24 +02:00
Hinton
2ac6148821 Show fingerprint message 2020-10-19 16:50:33 +02:00
Hinton
a659c86373 Show fingerprint message 2020-10-19 16:50:25 +02:00
Hinton
54c53e432b Setup new encryption flow 2020-10-19 12:21:07 +02:00
Hinton
378f603709 Setup new encryption flow 2020-10-19 12:20:45 +02:00