bitwarden-estensione-browser/src/abstractions
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
..
api.service.ts Some groundwork for Send (#192) 2020-11-02 15:58:18 -05:00
appId.service.ts convert appid to abstract class 2018-04-04 08:22:18 -04:00
audit.service.ts breach check changed to username 2018-06-29 08:20:28 -04:00
auth.service.ts suth service support for complete sso login (#136) 2020-07-31 11:55:14 -04:00
biometric.main.ts try catch nodeRT module via require 2020-07-31 19:42:13 -04:00
broadcaster.service.ts generic broadcaster service 2019-01-22 16:12:34 -05:00
cipher.service.ts New method to update the last used index (#184) 2020-10-09 07:30:55 -04:00
collection.service.ts Upgrade TypeScript (#148) 2020-08-12 15:42:42 -04:00
crypto.service.ts Some groundwork for Send (#192) 2020-11-02 15:58:18 -05:00
cryptoFunction.service.ts hkdf crypto functions (#190) 2020-10-29 15:52:12 -04:00
environment.service.ts [Enterprise] Updated Environment Settings (#112) 2020-06-11 15:04:40 -05:00
event.service.ts event logging on view page fixes 2019-07-09 13:08:36 -04:00
export.service.ts export to json 2018-12-17 10:32:02 -05:00
folder.service.ts Upgrade TypeScript (#148) 2020-08-12 15:42:42 -04:00
i18n.service.ts localeNames mapped to iso codes 2019-09-06 09:33:09 -04:00
import.service.ts web vault and organizations support 2018-08-06 11:39:55 -04:00
index.ts Misc jslib cleanups (#146) 2020-08-11 10:47:30 -04:00
log.service.ts log level type 2018-02-23 23:10:13 -05:00
messaging.service.ts abstract services 2018-02-08 12:24:37 -05:00
notifications.service.ts sync on reconnect 2018-08-23 08:56:23 -04:00
passwordGeneration.service.ts Password Generator Sanitize Length (#89) 2020-03-18 10:07:57 -05:00
platformUtils.service.ts Desktop biometrics support (#119) 2020-07-23 13:32:20 -04:00
policy.service.ts Fixed lint warnings (#82) 2020-03-02 13:45:06 -06:00
search.service.ts Upgrade TypeScript (#148) 2020-08-12 15:42:42 -04:00
settings.service.ts abstract services 2018-02-08 12:24:37 -05:00
state.service.ts state service 2018-02-12 15:06:18 -05:00
storage.service.ts convert more service abstractions 2018-02-10 10:53:07 -05:00
sync.service.ts option to allow sync to throw error 2019-10-15 11:06:55 -04:00
system.service.ts clearPendingClipboard function 2019-02-27 11:56:17 -05:00
token.service.ts [Auto-Logout] Update Token Service (#94) 2020-04-06 11:06:32 -05:00
totp.service.ts support for otpauth:// urls for totp codes 2018-07-31 11:25:50 -04:00
user.service.ts user canAccessPremium checks 2018-08-28 23:17:30 -04:00
vaultTimeout.service.ts Desktop biometrics support (#119) 2020-07-23 13:32:20 -04:00