1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-18 07:25:15 +02:00
Commit Graph

47 Commits

Author SHA1 Message Date
Addison Beck
68bd93e45b
added Send sync notification support (#250) 2021-01-22 16:52:08 -05:00
Addison Beck
6ac6df75d7
Implemented Custom role and permissions (#237)
* Implemented Custom role and permissions

* converted Permissions interface into a class

* formatting fix
2021-01-11 17:01:39 -05:00
Oscar Hinton
573eea66ee
Add support for Emergency Access (#204)
* Add support for Emergency Access

* Resolve review comments
2020-12-22 10:53:48 -05:00
Matt Gibson
697e755c0f
Add missing event type from server (#231) 2020-12-16 15:04:05 -06:00
Vincent Salucci
2d62e10d98
[Policy] Personal Ownership (#213)
* Initial commit of personal ownership enforcement

* Updated policy type enum

* Sync'd eventType for Policy_Updated with server enum value

* Added policyId to eventResponse model

* Removed explicit typing
2020-12-08 10:10:15 -06: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
Addison Beck
76c09641ba
changed OnlyOrg enum to be SingleOrg (#189) 2020-10-26 16:01:17 -04:00
Vincent Salucci
595215a9da
[Require SSO] Add policy type enumeration (#186)
* Added SsoAuthentication policy type

* Updated policy type name // added comments for clarification of what each type controls
2020-10-13 12:06:51 -05:00
Addison Beck
9e9795fd85
added OnlyOrg to PolicyType enum (#183) 2020-10-12 11:54:20 -04:00
Addison Beck
b32b016f82
Merge plan and price updates (#145)
* Created a PlanResponse model & relevant API request for getting plan data from the server
2020-08-11 14:20:39 -04:00
Chad Scharf
19668ab5f2 [Soft Delete] jslib updates for new API updates
New API methods and cipher Deleted Date property, plus search expansion to toggle on deleted flag.
2020-04-03 16:32:15 -04:00
Kyle Spearrin
2d726ee3af add check payment method type 2020-02-07 16:48:31 -05:00
Kyle Spearrin
844699f1a4 new enums 2020-01-15 09:56:51 -05:00
Kyle Spearrin
00b248155a added new payment method enums 2019-09-18 20:23:06 -04:00
Kyle Spearrin
d61794265a comment out Organization_ClientExportedVault 2019-07-12 17:13:17 -04:00
Kyle Spearrin
84aab0cb24 export vault event 2019-07-12 17:11:36 -04:00
Kyle Spearrin
aee0ad53dc update event log types 2019-07-09 10:51:40 -04:00
Kyle Spearrin
86cee1a07c update enum name 2019-06-26 17:42:48 -04:00
Kyle Spearrin
49a6b5046f setup for client event collection 2019-06-20 08:56:45 -04:00
Kyle Spearrin
fc2f64ee36 added wiretransfer payment type 2019-02-25 09:19:36 -05:00
Kyle Spearrin
2b931963cd credit payment method type 2019-02-20 20:15:37 -05:00
Kyle Spearrin
36e65f08ca payment method types 2019-02-19 17:05:27 -05:00
Kyle Spearrin
647b254a71 billing invoices and transactions 2019-02-09 00:19:46 -05:00
Kyle Spearrin
00efae2616 add manager org user type 2018-10-17 10:51:09 -04:00
Kyle Spearrin
3ca1544eb3 renamed event to updated2fa 2018-10-09 16:00:50 -04:00
Kyle Spearrin
d1847690f2 purge org vault apis 2018-09-25 09:12:11 -04:00
Kyle Spearrin
45da8aa9eb support for logout notification 2018-08-28 08:38:19 -04:00
Kyle Spearrin
ae54094fcd kdf apis 2018-08-27 19:55:05 -04:00
Kyle Spearrin
ddee5908f1 notification service 2018-08-20 13:45:32 -04:00
Kyle Spearrin
9f26f9f377 support for prelogin kdf info 2018-08-14 15:12:10 -04:00
Kyle Spearrin
621a6d1524 adjust enum names for added browser types 2018-07-09 09:04:47 -04:00
Kyle Spearrin
1b7ace0495 event apis 2018-07-06 23:06:38 -04:00
Kyle Spearrin
7ba04c919e plan types 2018-07-02 15:19:33 -04:00
Kyle Spearrin
1565140024 add billing apis 2018-06-29 11:29:24 -04:00
Kyle Spearrin
8211e19db0 add web device type, dont check password twice 2018-06-07 17:11:17 -04:00
Kyle Spearrin
c3dad8fd1a add account profile api 2018-05-03 12:46:49 -04:00
Kyle Spearrin
bea9e06506 added 2fa support for org duo 2018-04-03 15:11:03 -04:00
Kyle Spearrin
913336280a rename enum from basedomain => domain 2018-03-02 13:50:26 -05:00
Kyle Spearrin
ad4c81ed84 support for uri matching types to cipher service 2018-03-02 12:03:03 -05:00
Kyle Spearrin
063bb010db refactor for login uris and response model changes 2018-03-01 23:44:29 -05:00
Kyle Spearrin
b747830c5b log level type 2018-02-23 23:10:13 -05:00
Kyle Spearrin
7c3bed1737 updates for 2fa auth services 2018-02-01 22:55:49 -05:00
Kyle Spearrin
6c9e0c4cd3 added auth service 2018-01-23 15:58:13 -05:00
Kyle Spearrin
2b4cd3fba7 re-organize into "barrels". add utils service 2018-01-06 22:13:11 -05:00
Kyle Spearrin
0f0b092ed7 add more enums to jslib 2018-01-06 14:27:30 -05:00
Kyle Spearrin
ad99560a92 transpiled npm package 2018-01-05 22:46:51 -05:00
Kyle Spearrin
a95632294f copy common ts code over from browser repo 2018-01-03 21:20:41 -05:00