Matt Gibson
5d3fa0a0d2
Improve okta group performance ( #132 )
...
* Avoid unnecessary API calls to Okta
Filter excluded/included groups as early as possible to avoid using up
API calls and long waits
* Remove console timing calls
2021-06-11 11:10:29 -05:00
Oscar Hinton
6097bca063
Add jslib as a "real" dependency ( #127 )
...
* Split jslib
* Change hook to preinstall
* Install gyp (ci)
* Fix rebuild command
* Review comments
* Add tsconfig-paths-plugin to webpack.cli.
* Bump jslib
* Install old version of prebuild-install to bypass bug in pkg
2021-06-09 21:46:38 +02:00
Matt Gibson
56d05af07a
Use organization api key for auth ( #121 )
...
* Use api key for login
* Remove user login and organization setting
* Override Api authentication to expect organization keys
* Linter fixes
* Use public API
The organization api key is valid only in the public api scope
* Use organization api key in CLI utility
* Serialize storageService writes
* Prefer multiple awaits to .then chains
* Initial PR review
* Do not treat api key inputs as passwords
This conforms with how they are handled in CLI/web
* Update jslib
* PR feedback
2021-06-02 13:43:18 -05:00
Thomas Rittson
1a9555d4af
add --cleanexit option
2021-05-25 10:59:29 +10:00
Matt Gibson
33c8f15e45
OneLogin uses Roles instead of Groups ( #118 )
2021-05-20 15:45:49 -05:00
Matt Gibson
ed8dd01dbd
Add option to bypass large import limit of 2000 users ( #119 )
...
* Add option to bypass large import limit of 2000 users
Also add orgId to last sync hash
* Update jslib
* PR review
* Update src/services/sync.service.ts
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com >
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com >
2021-05-20 11:59:54 -05:00
Oscar Hinton
a0f33c7bdc
Bump node to 14 ( #116 )
...
* Bump node to 14
* Add engines
* Bump dependencies
* Change engine to ~14.
* Bump jslib
2021-05-12 22:38:32 +02:00
Oscar Hinton
f6b249836e
Bump dependencies ( #114 )
...
* Upgrade angular and webpack dependencies
* Bump microsoft-graph-client and googleapis
* Bump pkg-fetch in pipeline
* Bump jslib
2021-04-23 21:03:59 +02:00
Vincent Salucci
24ab152559
[Version] Bump to 2.9.2 ( #115 )
...
* [Version] Bump to 2.10.0
* Downgraded to 2.9.2
2021-04-22 12:37:52 -05:00
Hinton
4d27d9e48d
Update simbtn.
2021-04-22 10:09:19 +02:00
Hinton
1889e12bac
Resolve ExpressionChangedAfterItHasBeenCheckedError
2021-04-21 09:35:12 +02:00
Oscar Hinton
dabfe7907d
Remove last remnants of old analytics code ( #110 )
2021-04-14 23:42:51 +02:00
Oscar Hinton
2ead70e434
Bump jslib ( #108 )
2021-04-07 20:42:39 +02:00
Thomas Rittson
090d5e82df
Send empty sync to server if overwriteExisting
2021-03-30 12:37:48 +10:00
Daniel James Smith
997ec5a699
Extend validation to handle emails up to 256 char
2021-03-25 18:39:05 +01:00
Daniel James Smith
762818ee39
Fix filtering unsupported users
2021-03-25 18:36:43 +01:00
Thomas Rittson
b4301c7d41
Fix handling of empty subject names in certs
2021-03-11 12:43:29 +10:00
Thomas Rittson
1c0052fe30
Patch release version bump to 2.9.1
2021-03-10 09:05:02 +10:00
Chad Scharf
2ab37b45cf
Don't check user group filter for deleted users
2021-03-05 15:49:57 -05:00
Matt Gibson
2583068dbd
Lock lowdb file ( #95 )
...
* Lock lowdb file when using. Do not allow caching
* Linter fixes
* Move to non-jslib lowdbstorage to allow for lockfile
* update jslib
* Must ensure db file exists prior to initialization
proper-lockfile throws if the file its locking does not exist
* update jslib
* Let base handle file initialization
2021-02-17 10:33:05 -06:00
Matt Gibson
e5d0b3a372
Update to commander 7 ( #94 )
...
* Upgrade to commander 7.0.0
* Match lint rules for typescript
* update jslib
2021-02-08 13:32:02 -06:00
Oscar Hinton
9a1caf1e7e
Update electron to 11.1.1 ( #85 )
2021-02-03 23:08:50 +01:00
Kyle Spearrin
af0e41e26c
dont catch api error and return false ( #93 )
2021-02-03 15:58:37 -05:00
Chad Scharf
036b934119
version bump 2.9.0
2021-01-19 15:15:15 -05:00
Vincent Salucci
4bfd43bf4c
[jslib] Update (48144a7) ( #81 )
...
* update jslib (48144a7)
* Fixed breaking changes for previous jslib updates
2021-01-05 17:34:18 -06:00
Pasi Niemi
55722d3c04
Add options for giving passwords and secrets as file contents or in an environment variable ( #82 )
2021-01-04 11:53:11 -05:00
Chad Scharf
77043d8d66
Merge pull request #44 from NitorCreations/filter_by_administrativeunit
...
Enable filtering Azure AD directory by administrative unit
2020-12-30 18:10:10 -05:00
Pasi Niemi
002117a6e5
Fix as per the comment about naming and visibility conventions
2020-12-30 22:53:49 +02:00
Kyle Spearrin
87bdc88e22
bump version
2020-12-03 23:01:06 -05:00
Chad Scharf
6f8df7a690
Update jslib
2020-11-23 16:08:12 -05:00
Chad Scharf
6c95575a8f
Merge pull request #73 from bitwarden/version-jslib-update
...
Version bump + jslib update
2020-10-21 09:46:19 -04:00
Chad Scharf
39755e89a8
Version bump + jslib update
2020-10-21 09:39:54 -04:00
Chad Scharf
c5d3ca218e
Merge pull request #71 from bitwarden/fix/bwdc-lint-errors
...
Fix lint errors/warnings
2020-10-20 10:22:49 -04:00
Chad Scharf
5904da2eb1
Add logger to lowdb storage service
2020-10-19 16:05:15 -04:00
Chad Scharf
1ac0c81661
Fix lint errors/warnings
2020-10-19 13:50:08 -04:00
Vincent Salucci
955711714d
[SSO] New user provision flow jslib update (5e0a2d1 -> d84d6da) ( #70 )
...
* Updated import/constructor
* Update jslib (5e0a2d1 -> d84d6da)
2020-10-14 08:59:40 -05:00
Pasi Niemi
5848553a4b
Merge remote-tracking branch 'upstream/master' into filter_by_administrativeunit
2020-09-24 12:36:32 +03:00
Kyle Spearrin
38758caac4
update jslib
2020-09-23 12:02:31 -04:00
Kyle Spearrin
b41a1bdbf4
bump version
2020-09-15 16:38:50 -04:00
Vincent Salucci
e5d0405882
Added await to prevent race condition for successRoute ( #66 )
2020-09-10 12:35:52 -05:00
Vincent Salucci
f2137c02f7
Adjusted new success route ( #65 )
2020-09-09 09:22:54 -05:00
Vincent Salucci
752e26db6d
[SSO] Adjust set password flow ( #64 )
...
* Removed set-password // Adjusted sso UI // Added string
* Removed test logic
* Update jslib (6ab444a -> 700e945)
* Passing null for expectes sync service
* Removing unnecessary async
* Deleted set-password files. RIP
* Removed non-existent import (fixes build)
2020-08-28 09:54:45 -05:00
Vincent Salucci
af8ff2901e
Fixed theme colors // fixed formatting issues in misc
2020-08-24 11:50:25 -05:00
Vincent Salucci
628689c990
Removed notorization shortcut // Cleaned up extra comma in the service module
2020-08-22 14:43:40 -05:00
Vincent Salucci
ab37221182
Updated UI for password strength // Updated success route // Add more missing strings
2020-08-22 14:28:22 -05:00
Vincent Salucci
626892473f
Updated dependency chain // Updated UI // Added Policy Service // Added missing strings // Added callout styles
2020-08-22 12:47:50 -05:00
Vincent Salucci
6650b4848d
Initial commit for bootstrap styled set-password
2020-08-21 09:24:09 -05:00
Vincent Salucci
c07c56f89b
Initial commit of set password flow
2020-08-20 21:32:20 -05:00
Oscar Hinton
294590882f
Upgrade to Angular 9 ( #60 )
2020-08-19 15:49:56 -04:00
Kyle Spearrin
9151b9c2d6
support launching sso from login page button ( #59 )
2020-08-12 16:03:41 -04:00