1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 10:43:35 +00:00
Commit Graph

11655 Commits

Author SHA1 Message Date
Thomas Rittson
b7acbcf3a7 Enable platform-specific export warning message (#295) 2021-03-05 08:56:20 +10:00
Joseph Flinn
1c39c294e0 Merge pull request #749 from bitwarden/add-rc-auto
fixing typo
2021-03-04 14:43:36 -08:00
Thomas Rittson
7f04d8e952 Add extra encrypted export warnings 2021-03-05 07:53:35 +10:00
Hinton
907fabdd8e Remove allow from html since it's moved to js 2021-03-04 22:36:17 +01:00
Joseph Flinn
b01c71f579 adding docker to the rc branch workflow (#870) 2021-03-04 13:28:32 -08:00
Thomas Rittson
962678bd4e Add extra warnings about encrypted export 2021-03-05 07:06:02 +10:00
Thomas Rittson
70b9fc931f update jslib 2021-03-05 07:05:49 +10: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
34e7970363 Merge pull request #1595 from joseph-flinn/master
Adding build/release workflows
2021-03-04 11:38:22 -08:00
Joseph Flinn
fd13592932 removing test code and removing cloc from release 2021-03-04 11:27:25 -08:00
Hinton
b7889b15ff Add support for WebAuthn 2021-03-04 20:19:59 +01:00
Joseph Flinn
a467881a76 fixing typo 2021-03-04 10:23:54 -08:00
Joseph Flinn
3d425e5b8c Merge pull request #748 from bitwarden/add-rc-auto
adding artifacts to the builds on the rc branch
2021-03-04 10:08:20 -08: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
Joseph Flinn
8facd15772 adding artifacts to the builds on the rc branch 2021-03-04 09:54:14 -08:00
Addison Beck
7a9ad3dc32 Merge pull request #1656 from bitwarden/DateTimeFallback
implemented date & time fallbacks for safari and FF
2021-03-04 12:53:49 -05:00
Joseph Flinn
0a5f370fc2 adding artifact uploads for the rc branch (#245) 2021-03-04 09:51:45 -08:00
Thomas Rittson
929c3d7662 Disable save button and add spinner after submit (#867) 2021-03-04 11:23:32 -05:00
Thomas Rittson
8328b55774 Expand encrypted export warning (#294)
* Allow html body in showDialog

* Add extra warnings about encrypted export
2021-03-04 11:15:51 -05:00
addison
290c3b3a69 code review fixes 2021-03-04 10:48:56 -05:00
Tomer Shvueli
6eb7106bc5 fix: Nest sub option in Options page, tie auto fill & auto copy features together 2021-03-04 09:58:22 -05:00
Addison Beck
e25a8e051a updated jslib (#865) 2021-03-03 16:25:13 -05:00
addison
50b8f6955c implemented date & time fallbacks for safari and FF 2021-03-03 15:03:05 -05:00
Addison Beck
729ab4f20b fixed up the send date fallbacks again (#293)
* fixed up the send date fallbacks again

* gave localizations string a better name

* added fallback values to clear expiration
2021-03-03 15:02:05 -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
f836629b48 Date time fallback fixes (#292)
* tightened up the Send datetime fallback conditionals

* cleaned up
2021-03-02 17:00:07 -05:00
Addison Beck
5c8e9a990c changed send access creator identifier string (#862) 2021-03-02 16:17:56 -05:00
Matt Gibson
6cb75e508a update jslib (#244) 2021-03-02 13:30:02 -06: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
Vincent Salucci
61d7fcfc85 Fixed lint warnings (#1655) 2021-03-02 12:31:52 -06:00
Matt Gibson
36089fd68f Write backup before deleting lowdb database (#291)
* Write backup before deleting lowdb database

* Const for unchanged variables
2021-03-02 11:25:45 -06:00
Matt Gibson
1a59c542bd Update jslib (#1654) 2021-03-02 11:12:17 -06:00
Matt Gibson
87b6ba5cbf Merge pull request #743 from bitwarden/update-jslib
Update jslib
2021-03-02 11:12:02 -06: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
vachan-maker
2e4a3501a2 Update change-kdf.component.html (#860) 2021-03-02 11:21:34 -05:00
Matt Gibson
fcd0c529ca Direct download for send (#243)
* Remove Get file capability

This needs to be removed because the SendFileResponse no longer contains
a url to download the file from. Instead, a GetDownloadLink method
must be used. That method increments access count, which is not
desirable for the owner of the Send. The cleanest approach is to remove
the capability, which also matches Web client's behavior

* jslib updates

* Use GetDownloadData method to receive download Url

* Update jslib
2021-03-02 10:05:20 -06:00
Matt Gibson
704ceef5f9 Update jslib 2021-03-02 09:51:31 -06:00
Matt Gibson
3942868cf4 Include File size in SendRequest (#289) 2021-03-02 09:46:46 -06:00
Addison Beck
70654926ad added date/time fallbacks for safar/ff (#290) 2021-03-02 10:33:43 -05:00
Matt Gibson
1324416784 Direct download for send (#288)
* Allow for responding with time-limited download URL

* Re-verify access on download link request
2021-03-01 15:03:04 -06:00
Addison Beck
fd36237f85 Merge pull request #741 from bitwarden/ClearSendPassword
updated jslib
2021-03-01 12:13:14 -05:00
Addison Beck
0d30f461d8 Merge pull request #1649 from bitwarden/ClearSendPassword
updated jslib
2021-03-01 12:06:43 -05:00
Addison Beck
fade7f1713 updated jslib (#858) 2021-03-01 12:06:33 -05:00
addison
ea0a30d626 updated jslib 2021-03-01 12:00:49 -05:00
addison
701f20ed63 updated jslib 2021-03-01 11:59:50 -05:00
Oscar Hinton
97fb84a3e3 Resolve safari not refreshing badge correctly (#1644) 2021-03-01 17:32:18 +01:00
Addison Beck
301ef455f3 clear Send password if whitespace (#287) 2021-03-01 11:31:03 -05:00