1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00
Commit Graph

11655 Commits

Author SHA1 Message Date
Vincent Salucci
8cb51da4ab [Send] Updated current access input type to text (#1648) 2021-03-01 09:42:06 -06:00
Vincent Salucci
de84468ad8 [Send] Updated current access input type to text (#857) 2021-03-01 09:41:46 -06:00
Matt Gibson
e77e1c94e8 Simplify send templates (#237)
* Simplify Send templates

* Fix internal template reference

* No trailing whitespace
2021-02-26 12:47:11 -06:00
Addison Beck
2e20978cee updated send access component (#852)
* updated send access component

* updated jslib

* bump jslib version (#851)

* code review fixes

* updated send access component

* updated jslib

* code review fixes

Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-02-25 17:25:53 -05:00
Thomas Rittson
2cc24335ef bump jslib version (#851) 2021-02-26 08:11:13 +10:00
Addison Beck
ff9343412e added props to send access models (#284) 2021-02-25 17:05:01 -05:00
Addison Beck
b8de7d2619 Merge pull request #735 from bitwarden/SendBadges
Send badges
2021-02-25 16:57:03 -05:00
Vlad
2a4f71625f jslib in browser fix 2021-02-26 00:06:08 +03:00
Thomas Rittson
00122ab166 Start cipher numbering at 1 in error messages (#283) 2021-02-26 05:53:45 +10:00
Vlad
0ed08cca23 remove excessive code
removed analytics and excessive components from jslib
2021-02-25 21:47:35 +03:00
addison
c620c419d7 missing * 2021-02-25 13:33:56 -05:00
addison
ac4afc6ef1 changed disabled badge style 2021-02-25 13:27:47 -05:00
addison
f429996d5c added status badges to Send 2021-02-25 13:12:47 -05:00
Vincent Salucci
721a9f5f69 [Send] Web cleanup (#850) 2021-02-25 11:23:52 -06:00
Jens Spanier
4ebbefa181 Use v2 of 2fa.directory API (#849) 2021-02-25 11:25:48 -05:00
Daniel James Smith
2c11e5d6a9 Updated year to current in copyright (#235)
We all would like to forget 2020 for obvious reasons...
2021-02-25 08:53:51 -05:00
Chad Scharf
d570e68c01 Merge pull request #734 from djsmith85/master
Updated year to current in copyright(s)
2021-02-25 08:53:34 -05:00
Vincent Salucci
e17649d869 [Send] Enterprise policy enforcement (#1637) 2021-02-24 16:03:44 -06:00
Daniel James Smith
90ffddd25e Updated year to current in copyright(s)
We all would like to forget 2020 for obvious reasons...
2021-02-24 22:52:53 +01:00
Chad Scharf
6a5d24be5e Merge pull request #733 from djsmith85/master
Fixes #723
2021-02-24 16:13:26 -05:00
Daniel James Smith
8207d86df5 Fixes #723
Change the link for fileBugReport to point to https://github.com/bitwarden/desktop/issues
2021-02-24 20:07:36 +01:00
Addison Beck
6ad930c609 Web send updates (#848)
* updated send link copy toast message

* added a show/hide toggle for Send options
2021-02-24 13:27:07 -05:00
Vincent Salucci
4853fb3e29 [Send] Add/Edit functionality (#1622)
* Update jslib (0951424 -> 1968dbf)

* [Send] Browser integration initial commit

* Update jslib (1968dbf -> 8a3b551)

* Cleaned up integration

* added radio button style support // updated warning UI/UX

* Update jslib (8a3b551 ->42348e2)
2021-02-23 15:37:55 -06: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
Addison Beck
3406734eed Merge pull request #730 from bitwarden/Send
Send Cleanup
2021-02-23 11:31:26 -05:00
addison
fe097e883e updated jslib 2021-02-23 11:08:28 -05:00
addison
077b4b8de5 updated disableSend implementations 2021-02-23 10:40:44 -05:00
Addison Beck
bddbe186fc Merge pull request #724 from bitwarden/Send 2021-02-23 09:46:15 -05:00
Thomas Rittson
42348e2fdc Improve import error messages (#280)
* Parse and format server import errors

* Fix linting issues

* Fix handling of non-validation errors
2021-02-23 13:56:42 +10:00
Vincent Salucci
11b8c5b5e8 Added clickable state to callout component (#282) 2021-02-22 20:32:40 -06:00
Vlad
a04a6026c7 fix lock file 2021-02-23 00:57:48 +03:00
Vlad
0c0bde051a locales fix 2021-02-23 00:51:36 +03:00
addison
696fddc970 label-hack change 2021-02-22 15:06:18 -05:00
addison
f6fb4fee29 refactor 2021-02-22 15:00:19 -05:00
Michael Loßin
a975f6df2b Change all "twofactorauth.org" references to "2fa.directory" (#840) 2021-02-22 12:45:23 -06:00
addison
7227b0c089 broke up some lines 2021-02-22 13:25:57 -05:00
addison
7e03d282df inital pass at menu bar functions 2021-02-22 13:17:02 -05:00
Emin Deniz
1cb77f847e fix popup height 2021-02-22 03:01:31 +03:00
Vlad
eb59c9e692 browser version of 287 issue
added condition when badge should set text based on setting
2021-02-22 01:35:14 +03:00
Tomer Shvueli
72d0a439d2 feat: Add option to auto-copy TOTP code when page auto fills credentials 2021-02-20 14:48:54 -05:00
Oscar Hinton
2ac9f92267 Resolve safari not checking vault timeout every 10s (#1615) 2021-02-20 11:10:33 +01:00
Vincent Salucci
8a3b551c6e [Send] Updated delete function for add/edit component (#277)
* [Send] Updated delete function for add/edit component

* Saved final return statement
2021-02-19 10:23:51 -06:00
Chad Scharf
1524f378db Merge pull request #725 from limonte/master
Bump sweetalert2 to latest
2021-02-18 18:49:18 -05:00
Limon Monte
f922e0ede3 chore: bump sweetalert2 to latest 2021-02-19 00:48:12 +02:00
Limon Monte
d2f1e39a9b chore: bump sweetalert2 to latest (#835) 2021-02-18 16:48:58 -05:00
Addison Beck
5f5580cff9 added toggle options logic (#276) 2021-02-18 16:04:12 -05:00
Chad Scharf
ca6078e6e8 Merge pull request #1619 from limonte/master
Bump sweetalert2 to latest
2021-02-18 15:54:30 -05:00
Limon Monte
451523c11d chore: bump sweetalert2 to latest 2021-02-18 20:49:18 +02:00
addison
07e78d75d5 remove unused code 2021-02-18 13:10:10 -05:00
Oscar Hinton
b0ae1bfa4c Add support for extending VaultTimeoutService (#275) 2021-02-18 19:08:20 +01:00