Thomas Rittson
aba98ba944
Require user to verify email to use file Send ( #915 )
...
* Require user to verify email to use file Send
* bump jslib
2021-04-09 12:19:16 -04:00
Kyle Spearrin
f6e8c7152e
npm audit fixes
2021-04-09 12:14:44 -04:00
Kyle Spearrin
3a1fd5ba83
update lib refs
2021-04-09 12:12:11 -04:00
Snyk bot
e43f816a8d
fix: upgrade big-integer from 1.6.36 to 1.6.48 ( #906 )
...
Snyk has created this PR to upgrade big-integer from 1.6.36 to 1.6.48.
See this package in npm:
https://www.npmjs.com/package/big-integer
See this project in Snyk:
https://app.snyk.io/org/kspearrin/project/b65e7285-af54-4885-9245-af6852f0790a?utm_source=github&utm_medium=upgrade-pr
2021-04-09 12:08:04 -04:00
Snyk bot
9e61dbd512
fix: upgrade @microsoft/signalr-protocol-msgpack from 3.1.0 to 3.1.13 ( #907 )
...
Snyk has created this PR to upgrade @microsoft/signalr-protocol-msgpack from 3.1.0 to 3.1.13.
See this package in npm:
https://www.npmjs.com/package/@microsoft/signalr-protocol-msgpack
See this project in Snyk:
https://app.snyk.io/org/kspearrin/project/b65e7285-af54-4885-9245-af6852f0790a?utm_source=github&utm_medium=upgrade-pr
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
2021-04-09 12:07:32 -04:00
Snyk bot
8734d028d3
fix: upgrade @microsoft/signalr from 3.1.0 to 3.1.13 ( #905 )
...
Snyk has created this PR to upgrade @microsoft/signalr from 3.1.0 to 3.1.13.
See this package in npm:
https://www.npmjs.com/package/@microsoft/signalr
See this project in Snyk:
https://app.snyk.io/org/kspearrin/project/b65e7285-af54-4885-9245-af6852f0790a?utm_source=github&utm_medium=upgrade-pr
2021-04-09 12:06:40 -04:00
Oscar Hinton
58850821ba
Add proxies for notifications and portal. Simplify environment service ( #919 )
2021-04-09 09:57:25 +02:00
Oscar Hinton
f81ad479dd
Resolve org user confirm not showing error when hide fingerprint is enabled ( #918 )
2021-04-09 00:46:16 +02:00
Vincent Salucci
133d30ba97
[Reset Password] Rotate encryption key ( #916 )
...
* [Reset Password] Rotate encryption key
* Added logic for updating reset password key only if necessary
* Updated user's resetPasswordKey for each confirmed organization on key rotation
2021-04-08 11:09:06 -05:00
Oscar Hinton
09fba343fc
[Chore] Bump jslib ( #917 )
...
* Bump jslib
2021-04-07 20:42:57 +02:00
Vincent Salucci
ba3d4a2390
[Reset Password] Manage Reset Password permission ( #902 )
...
* [Reset Password] Manage Reset Password permission
* Update formatting
* Update jslib (f4f00b1
-> 97ece68
)
2021-04-06 22:40:17 -05:00
Matt Gibson
b1c59f3dc1
Create index of cipher orgs and use advanced search with org ciphers ( #903 )
...
* Create index of cipher orgs and use advanced search with org ciphers
* Update jslib
2021-04-05 18:55:20 -05:00
Naoaki Iwakiri
89dc3b70e1
Sort weak passwords by severity ( #446 )
...
* Sort weak passwords by weakness
* Move static methods into local const
2021-04-05 18:23:48 -04:00
Oscar Hinton
769c247832
Configure webpack to proxy requests which avoids CORS issues ( #914 )
2021-04-05 22:38:21 +02:00
Oscar Hinton
12e4b614f5
Fix WebAuthn dialog not resetting on success ( #910 )
2021-04-05 22:37:02 +02:00
Thomas Rittson
b28eaa1aae
Fix warning banner logic and open link in new tab ( #909 )
2021-04-06 06:26:04 +10:00
Matt Gibson
cd20b1c102
Update jslib ( #913 )
2021-04-05 15:19:46 -05:00
Erik Sennema
d6f80378eb
Update README.md ( #912 )
2021-04-05 11:07:54 -04: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
Matt Gibson
0aee3b7370
Update jslib ( #901 )
2021-03-30 19:01:16 -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 7877cb7751e6e765d45cf6ffbe5a684e60923b56.
* 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 8fd141c5b77acabac81ee2995dd09870eb98593a.
* 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
Daniel James Smith
1b74d22b46
Removed appveyor.yml and replaced badge in README.md ( #896 )
...
* Deleted appveyor.yml
* Replaced appveyor badge with GitHub workflow badge
2021-03-24 10:07:34 -04:00
cwille97
85a973afd4
Add locale info for hint equals password ( #701 )
...
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
2021-03-23 17:11:24 -04:00
Oscar Hinton
1ea8762eeb
WebAuthn ( #633 )
2021-03-16 17:44:31 +01:00
Matt Gibson
35ecbcc11a
Open pdf in same tab for Safari ( #888 )
...
Safari blocks sharing objectURL data between tabs.
Just use the same tab.
2021-03-11 18:05:24 -06:00
Kyle Spearrin
3e988a741b
New Crowdin updates ( #887 )
...
* New translations messages.json (Romanian)
* New translations messages.json (Russian)
* New translations messages.json (Latvian)
* New translations messages.json (Estonian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Ukrainian)
* New translations messages.json (Polish)
* New translations messages.json (Catalan)
* New translations messages.json (Dutch)
* New translations messages.json (Korean)
* New translations messages.json (Japanese)
* New translations messages.json (Hungarian)
* New translations messages.json (Finnish)
* New translations messages.json (German)
* New translations messages.json (Danish)
* New translations messages.json (English, United Kingdom)
2021-03-11 13:53:16 -05:00
Kyle Spearrin
db8f13d92f
update jslib
2021-03-11 10:49:39 -05:00
Thomas Rittson
1a5885d6b4
Minor release version bump to 2.19.0 ( #883 )
...
* Minor release version bump to 2.19.0
* bump package-lock.json
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
2021-03-10 11:24:30 -05:00
Kyle Spearrin
31d2a09416
New Crowdin updates ( #882 )
...
* New translations messages.json (French)
* New translations messages.json (German)
* New translations messages.json (Slovak)
* New translations messages.json (Serbian (Cyrillic))
2021-03-09 13:18:52 -05:00
Kyle Spearrin
8ae96a6f88
New Crowdin updates ( #881 )
...
* New translations messages.json (Romanian)
* New translations messages.json (Bengali)
* New translations messages.json (Swedish)
* New translations messages.json (Turkish)
* New translations messages.json (Ukrainian)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Vietnamese)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Indonesian)
* New translations messages.json (Croatian)
* New translations messages.json (Slovenian)
* New translations messages.json (Estonian)
* New translations messages.json (Latvian)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Esperanto)
* New translations messages.json (Malayalam)
* New translations messages.json (Sinhala)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Serbian (Latin))
* New translations messages.json (Serbian (Cyrillic))
* New translations messages.json (Slovak)
* New translations messages.json (French)
* New translations messages.json (Greek)
* New translations messages.json (Spanish)
* New translations messages.json (Afrikaans)
* New translations messages.json (Belarusian)
* New translations messages.json (Bulgarian)
* New translations messages.json (Catalan)
* New translations messages.json (Czech)
* New translations messages.json (Danish)
* New translations messages.json (German)
* New translations messages.json (Finnish)
* New translations messages.json (Russian)
* New translations messages.json (Hebrew)
* New translations messages.json (Hungarian)
* New translations messages.json (Italian)
* New translations messages.json (Japanese)
* New translations messages.json (Korean)
* New translations messages.json (Dutch)
* New translations messages.json (Polish)
* New translations messages.json (Portuguese)
* New translations messages.json (English, India)
2021-03-09 11:48:27 -05:00
Addison Beck
d8aae1358b
Send Date Fallback QA Fixes ( #879 )
...
* added expiration date time autopopulation and new messages
* updated jslib
2021-03-09 11:00:45 -05:00
Matt Gibson
ed53c3b8f6
Fix how it works link Send Info Card in Vault ( #878 )
2021-03-08 16:06:41 -06:00
Matt Gibson
79ffafcc17
Inform send in vault ( #876 )
...
* Add first pass info card to Vault view
* Make send-info title a link
* Make access links open new tab
* Separate Vault card message from access message
* Add period to card end
* Final wording. Change Bitwarden Send links to point to Send tab
2021-03-08 15:17:42 -06:00
Addison Beck
bdf6dcd8cd
Safari date time fix ( #877 )
...
* date/time fixes for safari
* cleanup
* updated jslib
* whitespace
2021-03-08 16:10:16 -05:00
Thomas Rittson
ec3154ea46
Fix cross-origin issues on 404 page ( #873 )
...
* Fix cross-origin issues on 404 page
* Add integrity hashes and use stable boostrap
* Restore absolute paths for css
2021-03-08 08:05:12 +10:00
Thomas Rittson
08fc18192d
update jslib ( #872 )
2021-03-05 09:55:59 +10:00
Joseph Flinn
b01c71f579
adding docker to the rc branch workflow ( #870 )
2021-03-04 13:28:32 -08:00
Matt Gibson
a6c98f462a
Show spinner when downloading file for Send Accesses ( #869 )
2021-03-04 14:58:45 -06:00
Thomas Rittson
473dd8739a
Expand encrypted export warning ( #866 )
...
* Add additional warnings about encrypted export
* Allow html body in showDialog
2021-03-05 06:56:25 +10:00
Joseph Flinn
722bcfc31b
Add rc auto ( #868 )
...
* adding new rc docker tag
* adding rc docker push
* updating task name
2021-03-04 10:07:59 -08:00
Thomas Rittson
929c3d7662
Disable save button and add spinner after submit ( #867 )
2021-03-04 11:23:32 -05:00
Addison Beck
e25a8e051a
updated jslib ( #865 )
2021-03-03 16:25:13 -05:00
Vincent Salucci
4a1b46dd41
[Send] Hide identifier if unavailable ( #864 )
2021-03-03 12:30:19 -06:00
Thomas Rittson
16877521e7
Exclude owners and admins from single organization policy when creating new org ( #855 )
...
* Fix single org policy when creating organization
Exclude owners and admins from policy when creating new org
* Remove looping async calls and fix linting
2021-03-03 08:16:04 +10:00
Addison Beck
a16abb94cd
Date time fallback fixes ( #863 )
...
* changed required state of expiration date for edit vs create modes
* updated jslib
2021-03-02 17:04:04 -05:00
Addison Beck
5c8e9a990c
changed send access creator identifier string ( #862 )
2021-03-02 16:17:56 -05:00
Addison Beck
c2515ed3ae
added date/time fallbacks for safari/ff ( #861 )
...
* added date/time fallbacks for safari/ff
* updated jslib
2021-03-02 14:02:15 -05:00
Matt Gibson
227f457409
Use download link requests ( #859 )
...
* Use download link requests
* Update jslib
* Update jslib
2021-03-02 11:11:27 -06:00