1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 11:13:46 +00:00
Commit Graph

11617 Commits

Author SHA1 Message Date
Chad Scharf
8d796dc3c2 Merge pull request #96 from bitwarden/soft-delete
Soft delete - update cipher search and added restore functionality
2020-04-10 10:01:17 -04:00
Chad Scharf
41a0cfd0a2 [Soft Delete] - Added trash and related functionality to web vault 2020-04-08 16:48:30 -04:00
Chad Scharf
3a10c1ff30 [Soft Delete] - cipher search rem deleted flag, filter array conditional 2020-04-08 16:44:13 -04:00
Kyle Spearrin
b8b3c01d68 test apple-events entitlement 2020-04-08 10:44:08 -04:00
Vincent Salucci
a96a20e1ca [Auto-Logout] Updated Context Menu State (#1201)
* Added context menu states

* Refactored title logic

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-04-07 19:19:47 -05:00
Chad Scharf
549fcc18ff Merge branch 'master' into soft-delete 2020-04-06 19:09:56 -04:00
Chad Scharf
2a3e03c70d [Soft Delete] - Included deleted flag on reload 2020-04-06 18:20:39 -04:00
Vincent Salucci
6e63a79cfd Merge pull request #125 from bitwarden/update-jslib
Update jslib (28e3fff -> 72e3893)
2020-04-06 13:14:51 -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
93e7e9d261 Update jslib (28e3fff -> 72e3893) (#427)
* Update jslib (28e3fff -> 72e3893)

* Update lock description

* Update vaultTimeoutService init

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-04-06 13:00:10 -05:00
Vincent Salucci
02b0f15c6d Update jslib (28e3fff -> 72e3893) (#1199)
* Update jslib 28e3fff -> 72e3893

* Update vaultTimeoutService init

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-04-06 12:44:28 -05:00
Vincent Salucci
967c3e5b33 Update vaultTimeoutService init 2020-04-06 12:02:18 -05:00
Vincent Salucci
97934da33b Update jslib (28e3fff -> 72e3893) 2020-04-06 12:01:03 -05:00
Vincent Salucci
72e3893f8e [Auto-Logout] Update Token Service (#94)
* Auto logout on restart

* Updated setTokens function

* Remove async deocrator from setTokens

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-04-06 11:06:32 -05:00
Vincent Salucci
e510738a03 [Auto-Logout] Implement Vault Timeout Options (#1194)
* Update jslib 31a2574 -> 28e3fff

* Initial commit for vault timeout

* Updated timeout/action retrieval in idle.background

* Cycle saved for idle check

* Await async calls for lock/logout in idle bg

* Updated lock vs log out conditional

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-04-06 10:40:16 -05:00
Kyoro
f18deddb59 Add context menu entry sanitation (#1198)
Fixes a bug where a context menu entry
(auto-fill, copy password, etc.)
would display incorrectly when it included an ampersand.
2020-04-06 11:25:07 -04:00
Chad Scharf
19668ab5f2 [Soft Delete] jslib updates for new API updates
New API methods and cipher Deleted Date property, plus search expansion to toggle on deleted flag.
2020-04-03 16:32:15 -04:00
Vincent Salucci
4152f80b78 Merge pull request #124 from bitwarden/update-service-dep
Update jslib (31a2574 -> 28e3fff)
2020-04-03 10:07:05 -05:00
Vincent Salucci
6916d68f37 Update jslib 31a2574 -> 28e3fff, update vault timeout service deps 2020-04-03 09:47:45 -05:00
Chad Scharf
cb8dfe376d Merge pull request #122 from bitwarden/fix-symlink-win
Fixed Windows Symlink command in package.json for npm scripts
2020-04-01 15:44:10 -04:00
Chad Scharf
9aa1f0ae0c Merge pull request #1193 from bitwarden/fix-symlink-win
Fixed Windows Symlink command in package.json for npm scripts
2020-04-01 14:34:11 -04:00
Chad Scharf
7f4fd13ad1 Fixed Windows Symlink command in package.json for npm scripts 2020-04-01 14:21:17 -04:00
Chad Scharf
d503097791 Fixed Windows Symlink command in package.json for npm scripts 2020-04-01 14:16:06 -04:00
Vincent Salucci
c1113852a4 [Auto-Logout] Implement Vault Timeout Options (#424)
* Update jslib (31a2574 -> 28e3fff)

* Initial commit of vault timeout implentation

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-04-01 10:18:36 -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
28e3fff739 [Auto-Logout] Implement logout functionality in VaultTimeoutService (#92)
* Initial commit for logic changes in VaultTimeoutService

* Fixed lint error

* Updated logOut spelling - as an action its two words

* Hitting save to make sure all my changes are included

* Made requested changes

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-03-29 10:38:16 -05:00
Vincent Salucci
64c54cfb86 [Auto-Logout] Refactor LockService and Update Dependencies (#91)
* initial commit for lockService name refactor

* Reverted ConstantsService vault timeout key to legacy string value

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-03-27 09:03:27 -05:00
Kyle Spearrin
84bd4a1829 appveyor prod deploy fixes 2020-03-25 08:39:47 -04:00
Kyle Spearrin
62ff3ac086 appveyor prod deploy fixes 2020-03-25 08:39:42 -04:00
Kyle Spearrin
d840e7caf6 New Crowdin translations (#420)
* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Korean)

* New translations messages.json (Polish)

* New translations messages.json (Czech)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)
v1.17.2
2020-03-24 14:52:37 -04:00
Kyle Spearrin
ce78d1d9fb New Crowdin translations (#1186)
* New translations messages.json (French)

* New translations messages.json (Korean)

* New translations copy.resx (Greek)

* New translations messages.json (Greek)

* New translations messages.json (Czech)

* New translations copy.resx (English, United Kingdom)

* New translations messages.json (Polish)

* New translations messages.json (Portuguese, Brazilian)

* New translations copy.resx (Korean)
v1.43.4
2020-03-24 14:51:19 -04:00
Kyle Spearrin
5bf3ca2708 New Crowdin translations (#505)
* New translations messages.json (Hebrew)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Swedish)

* New translations messages.json (Spanish)

* New translations messages.json (Russian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Italian)

* New translations messages.json (Hungarian)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (French)

* New translations messages.json (Finnish)

* New translations messages.json (Estonian)

* New translations messages.json (English, United Kingdom)

* New translations messages.json (Dutch)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Catalan)

* New translations messages.json (Bulgarian)
v2.13.2
2020-03-24 14:50:53 -04:00
Kyle Spearrin
c5d4dbd8f2 bump version 2020-03-24 14:21:57 -04:00
Kyle Spearrin
d38a1656e5 desktop artifacts 2020-03-24 11:53:14 -04:00
Kyle Spearrin
6d2da25263 missing quote 2020-03-24 11:35:22 -04:00
Kyle Spearrin
89accfb9c8 fix then 2020-03-24 11:31:23 -04:00
Kyle Spearrin
0dca6cba8c Compile artifacts 2020-03-24 11:24:16 -04:00
Kyle Spearrin
fedc03dbae upload dist artifacts for windows and linux 2020-03-24 11:00:46 -04:00
Kyle Spearrin
3c6b15821c build dist for win ci 2020-03-24 10:42:20 -04:00
Kyle Spearrin
4e530b4712 fix env refs 2020-03-24 10:36:29 -04:00
Kyle Spearrin
b6cb373749 Determine deployment variables 2020-03-24 10:33:49 -04:00
Kyle Spearrin
910ba20b14 move workflow to proper path 2020-03-24 09:05:15 -04:00
Kyle Spearrin
3acaeae955 stub out desktop workflow build file 2020-03-24 09:03:14 -04:00
Kyle Spearrin
58aeaf772d update jslib 2020-03-24 08:35:03 -04:00
Vincent Salucci
c0add18db2 Update Add-Edit Component load function (#416)
* Apply save changes prompt to groupings

* Revert "Apply save changes prompt to groupings"

This reverts commit 9e8873e5c7716f06bd228a10906d0765bfe575a4.

* Updated load function

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-03-23 12:48:14 -05:00
Oskar
4754acf629 fixing checksum file encoding to prevent encoding errors on linux (#121) 2020-03-21 20:56:53 -04:00
Kyle Spearrin
3e4a7e7a56 version bump 2020-03-21 00:55:44 -04:00
Kyle Spearrin
c46da3f17d version bump 2020-03-21 00:55:17 -04:00
Kyle Spearrin
18f576accd update jslib 2020-03-21 00:20:30 -04:00
Kyle Spearrin
9c2af32042 update jslib 2020-03-21 00:20:23 -04:00