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
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
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
1b8cddede8
Set WebVaultUrl if dev ( #813 )
...
* Set WebVaultUrl if dev
* Add new jslib dependency
2021-01-29 13:07:55 -05: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
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
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
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
f35efbdd5b
fix deps
2019-02-13 21:58:16 -05:00
Kyle Spearrin
6e9f71f942
move getDomain to jslib
2018-10-13 23:26:38 -04:00
Kyle Spearrin
8d98e9e6f9
add back proper isDev check
2018-10-08 14:26:10 -04:00
Kyle Spearrin
4aa75e9376
support for setup of multiple u2f keys
2018-10-08 14:23:30 -04:00
Kyle Spearrin
1d6d7b8aa8
dont await void methods
2018-10-04 11:58:19 -04:00
Kyle Spearrin
68ed8e51bd
convert analytics and toaster to platform utils
2018-10-03 10:33:04 -04:00
Kyle Spearrin
1873ce41b6
support for logout notification
2018-08-28 08:38:25 -04:00
Kyle Spearrin
b7525e1e7e
messagepack protocolf or signalr
2018-08-23 21:45:06 -04:00
Kyle Spearrin
9ecec972ca
local notifications URL
2018-08-22 22:43:40 -04:00
Kyle Spearrin
80febf97d3
idle reconnects for notifications
2018-08-22 22:37:55 -04:00
Kyle Spearrin
3e61464dac
explicitly use https://notifications.bitwarden.com
2018-08-21 13:58:45 -04:00
Kyle Spearrin
85ca10dbb3
notification service implementation
2018-08-20 22:21:13 -04:00
Kyle Spearrin
e3ca470a6a
implement search service
2018-08-13 16:27:17 -04:00
Kyle Spearrin
c37359cdfd
use jslib import service
2018-08-06 11:40:12 -04:00
Kyle Spearrin
8eb48e4311
rename to "enable gravatars"
2018-07-31 00:02:09 -04:00
Kyle Spearrin
ac33d2f37c
add support for gravatars
2018-07-30 23:52:04 -04:00
Kyle Spearrin
17ae441c22
dont set default lock option in dev
2018-07-27 21:52:36 -04:00
Kyle Spearrin
f385c3773c
allow users to change lock options, default to 15 min
2018-07-27 15:08:59 -04:00
Kyle Spearrin
f9e756402f
prod endpoints commented in
2018-07-25 21:41:55 -04:00
Kyle Spearrin
65713477de
set locale for angular app
2018-07-23 21:47:08 -04:00
Kyle Spearrin
f4127a575b
filter analytics on self host
2018-07-19 19:49:48 -04:00
Kyle Spearrin
65860b166f
set environmentService baseUrl on self host
2018-07-19 17:27:02 -04:00