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

11638 Commits

Author SHA1 Message Date
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
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