Matt Gibson
f8a7439675
Redefine cipher "share" to "move to organization" ( #1039 )
...
* Redefine cipher "share" to "move to organization"
* Bump jslib
Co-authored-by: = <=>
2021-06-21 18:27:27 -05:00
Oscar Hinton
b12d0387f6
Add jslib as a "real" dependency ( #951 )
...
* Add jslib as a dependency
* Cleanup tsconfig, webpack, add jslib-angular to package.json
* Update all import paths
* Add back @types/node.
* Lint
* Remove dummy module
* Remove merge conflict
* Group imports
* Bump jslib
2021-06-07 20:13:58 +02:00
Chad Scharf
a554c0e660
Revert "Theme Support with a Dark Mode ( #974 )" ( #1011 )
...
This reverts commit cf24113924 .
2021-06-03 15:49:14 -04:00
Danny Murphy
cf24113924
Theme Support with a Dark Mode ( #974 )
...
* Stylesheets
* Theme Configuration
* Options Area
* swal2 style
Missed the swal2 styling and improved the table theming
* Icon styling
* Fix theme not saving
* Update English
Remove colour to make it more translatable between English and American
* Update messages.json
* Login logo
* dropdown and login logo
* btn-link and totp fix
Added a border for extra readability on the btn-link
* Organisation Styling
* Update messages.json
* Update webauthn-fallback.ts
Add missing semicolon and enable console.error bypass for tslint
* Fix contrast issues
Update the blue to match the browser extension and lighten the grey for text-muted variable
* Add Paypal Container and Loading svg file
* Update jslib
* Password Generator contrast fix
2021-06-02 14:38:04 -04:00
Vincent Salucci
1bacc8b774
[Reset Password] Admin Actions ( #935 )
...
* [Reset Password] Admin Actions
* Updated components to pass orgUser.Id and use within password reset apis
* Removed password auto-generation, fixed loading visual bug by chaining promise actions
* Update jslib 97ece68 -> 73ec484
* Updated all classes to new reset password flows
* Update jslib (73ec484 -> 5f1ad85)
* Update jslib (5f1ad85 -> 395ded0)
* Update encryption steps for change-password flow
* Fixed merge conflicts
* Updated based on requested changes
2021-06-02 11:35:49 -05:00
Joseph Flinn
9b7a1c7760
adding the self host check back in ( #997 )
2021-05-27 14:28:42 -07:00
Thomas Rittson
da0df3a73b
Set baseUrl in QA cloud environment ( #994 )
...
* Set baseUrl if not deployed to prod server
* Add env variable TARGET and use to set baseUrl
* remove webPlatformUtilsService.isProdServer
* passing the ENV through to the Angular app
* switching the value of SELF_HOST back to true
* fixing some webpack.config variables
* fixing the selfhost angular process.env
* removing unecessary code
Co-authored-by: Joseph Flinn <joseph.s.flinn@gmail.com >
2021-05-27 09:46:26 -07:00
Vincent Salucci
6586af71f8
[Reset Password] Event updates ( #993 )
...
* [Reset Password] Event updates
* Update jslib 395ded0 -> 6fbe330
2021-05-27 11:42:05 -05:00
Matt Gibson
54cd5a68b3
Add event export ( #967 )
...
* Include human readable export message on events
* Add export currently visible events.
* PR feedback
2021-05-13 18:39:53 -05:00
Thomas Rittson
7f9f6d3d0e
Check encKey when importing encrypted JSON ( #968 )
...
* Check encKey when importing encrypted JSON
* bump jslib
2021-05-13 11:22:26 +10:00
Thomas Rittson
3ac2ce079a
Refactor Send 'copy link' functionality ( #960 )
...
* Refactor Send 'copy link' functionality
* bump jslib
* Print debug message if copyToClipboard fails
* fix linting
2021-05-12 10:51:12 +10:00
Oscar Hinton
b1635debcc
Password reprompt ( #929 )
...
* Use passwordRepromptService
* Rename passwordPrompt to reprompt. Protect bulk actions
* Change card to hidden, minor refactor.
* Explicit reprompt value check
* Ensure locales are the same on all platforms
* Move showPasswordDialog to platformutils
* Fix sweet alert validation message margin
* Update locale to be the same as browser
2021-05-03 20:55:42 +02:00
Thomas Rittson
9b38095aba
Use jslib unauthGuard, add lockGuard support ( #939 )
...
* Use jslib unauthGuard, add lockGuard support
* bump jslib
2021-04-22 18:13:43 +10:00
Oscar Hinton
58850821ba
Add proxies for notifications and portal. Simplify environment service ( #919 )
2021-04-09 09:57:25 +02:00
Oscar Hinton
09fba343fc
[Chore] Bump jslib ( #917 )
...
* Bump jslib
2021-04-07 20:42:57 +02:00
Oscar Hinton
769c247832
Configure webpack to proxy requests which avoids CORS issues ( #914 )
2021-04-05 22:38:21 +02: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
Thomas Rittson
6bb6a674ec
Hide email address in Sends ( #895 )
...
* Let organizations disable anonymous sends only
* Add hide email option to send
* Display warning for anonymous Sends
* Enforce new Send policy, fix naming conventions
* Minor UI improvements
* Fix linting
* Fully disable editing anonymous Sends per policy
* Revert "Let organizations disable anonymous sends only"
This reverts commit 7877cb7751 .
* Revert disableSendPolicy, add sendOptionsPolicy
* Rework UI for enforcing DisableHideEmail
* Fix typo
* Minor UI tweaks
* Minor UI tweaks
* Tweaks to UI copy
* Apply suggestions from code review
Minor changes to UI text
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com >
* style fixes
* update jslib
* Move SendOptionsExemptions warning banner
* updated service params
* Remove whitespace
* updated jslib
* Revert "updated jslib"
This reverts commit 8fd141c5b7 .
* updated jslib
* Attachment azure upload blobs (#898 )
* Upload and download attachments using direct urls
* Include FileUploadService dependency
* Update max file size message to current max
* Update jslib
* Update jslib
* updated service params
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com >
Co-authored-by: addison <addisonbeck1@gmail.com >
Co-authored-by: Matt Gibson <mgibson@bitwarden.com >
2021-03-30 07:47:45 +10:00
Matt Gibson
29d7a5e37e
Attachment azure upload blobs ( #898 )
...
* Upload and download attachments using direct urls
* Include FileUploadService dependency
* Update max file size message to current max
* Update jslib
* Update jslib
2021-03-29 09:44:08 -05:00
Matt Gibson
6067c1610c
Azure upload blobs ( #875 )
...
* Include AzureStorageService in SendService
* Provide DI for abstrace AzureStorageService
* Use file upload service
* Update jslib
2021-03-26 16:54:13 -05:00
Thomas Rittson
85856d8390
Improve import error messages ( #841 )
...
* Display server import errors in modal
* Fix UI text and modal appearance
* Fix loading spinner behaviour
* Fix linting
* Update jslib version
2021-02-24 05:48:30 +10:00
Matt Gibson
2e7b88f149
Fix glob processing in npm. Ban single param parens ( #818 )
2021-02-03 11:41:33 -06:00
Matt Gibson
1b8cddede8
Set WebVaultUrl if dev ( #813 )
...
* Set WebVaultUrl if dev
* Add new jslib dependency
2021-01-29 13:07:55 -05:00
Addison Beck
dc87510a7a
Implemented Custom role and permissions ( #750 )
...
* Implemented Custom role and permissions
* converted Permissions interface into a class
* fixed a merge issue
* updated jslib
* code review cleanup for Permissions
* trailing commas
2021-01-12 15:31:22 -05:00
Oscar Hinton
5a76ca4676
Fix linting errors ( #749 )
...
* Fix linting errors
* Added back the form promise
2020-12-22 11:28:58 -05:00
Matt Gibson
c487cf3284
Add message for missing event type ( #740 )
...
* Add message for missing event type
* update jslib reference
2020-12-16 18:29:19 -06:00
Matt Gibson
1464e0fbe8
Add ConsoleLogService dependency from jslib ( #735 )
...
* Pre-emptively add new jslib dependency
* Add consoleLogService dependency definition
* Update jslib
* PR Review
Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan >
2020-12-14 12:27:32 -06:00
Vincent Salucci
218caa28b0
[Policy] Personal Ownership ( #722 )
...
* Initial commit of personal ownership policy
* Added event handling for modifying policies
* I didn't save the merge conflict fix...
* Removed unused import
* Updated jslib (dcbd09e -> 2d62e10)
2020-12-08 13:24:59 -06:00
Vincent Salucci
03f575f66f
[Bug] Update 2fa navigate action to pass along Org Identifier ( #714 )
...
* Add identifer in 2fa navigate action
* Update jslib (6563dcc -> d9d13bb)
* fixed breaking changes from jslib update
2020-11-23 09:12:12 -06:00
Kyle Spearrin
6878ab51fb
send service implementation ( #708 )
...
* send service implementation
* update jslib
2020-11-18 15:18:13 -05:00
Chad Scharf
41856ff6af
653 - fix user agent detection for Edge ( #654 )
...
* 653 - fix user agent detection for Edge
* Update edge detection to only new version
* update jslib
* update jslib
* fix jslib ref constructor
2020-09-15 10:31:12 -04:00
Kyle Spearrin
fa11382c08
adjust paths to portal
2020-08-27 16:12:20 -04:00
Oscar Hinton
78992444bf
Support biometric changes in jslib ( #571 )
2020-07-24 14:39:39 -04:00
Vincent Salucci
00e4df2dd3
Updated enterprise URL dev (port) ( #574 )
2020-07-14 09:12:49 -05:00
Vincent Salucci
4309064804
[Enterprise] Added environment checks ( #559 )
...
* Update jslib (2b6657a -> 28d21ca)
* Environment variable checks
2020-06-16 09:35:25 -05:00
Chad Scharf
41a0cfd0a2
[Soft Delete] - Added trash and related functionality to web vault
2020-04-08 16:48:30 -04:00
Vincent Salucci
fb6e85c56b
Update jslib (28e3fff -> 72e3893) ( #510 )
...
* Update jslib (28e3fff -> 72e3893)
* Updated lock description, updated vaultTimeoutService init
Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com >
2020-04-06 13:07:09 -05:00
Vincent Salucci
d58550c2b8
[Auto-Logout] Implement upstream changes ( #506 )
...
* Initial commit of auto logout functionality
* Update jslib 31a2574 -> 28e3fff
* Reverting prod URLs
* Set log out expired param to false
Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com >
2020-03-30 09:59:47 -05:00
Vincent Salucci
a27eddae56
Enforce Password Generator Policy Options ( #469 )
...
* Initial commit for enforcing password generator policy options
* Revert to previous isDev URL setup
2020-02-26 18:32:57 -06:00
Kyle Spearrin
f7f70408c9
update jslib and construct policy service
2020-01-28 22:42:20 -05:00
Kyle Spearrin
55481b255b
exportedOrganizationVault l10n
2019-07-12 17:15:40 -04:00
Kyle Spearrin
b55d54eb5b
syb out event log processing and event list desc
2019-07-11 22:03:12 -04:00
Kyle Spearrin
cf6ae951d2
events urls from web project
2019-06-25 12:19:18 -04:00
Kyle Spearrin
06ec65fb10
update jslib
2019-03-19 15:54:13 -04:00
Kyle Spearrin
12e2bcbbd9
go back to previous url after lock
2019-02-22 13:17:10 -05:00
Kyle Spearrin
f35efbdd5b
fix deps
2019-02-13 21:58:16 -05:00
Kyle Spearrin
961954364a
move to lock service is locked
2019-02-13 21:55:11 -05:00
Kyle Spearrin
6e9f71f942
move getDomain to jslib
2018-10-13 23:26:38 -04:00
Kyle Spearrin
989560f23c
renamed event to updated2fa
2018-10-09 16:01:00 -04:00
Kyle Spearrin
8d98e9e6f9
add back proper isDev check
2018-10-08 14:26:10 -04:00