1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00
Commit Graph

60 Commits

Author SHA1 Message Date
Oscar Hinton
bcf0f19aa2 [Typescript] Convert password generator (#366)
* Convert password generator to typescript.

* Misc cleanup.
2017-11-09 15:33:51 -05:00
Kyle Spearrin
44eedc8b1d require all templates for in-line html 2017-11-07 16:59:21 -05:00
Oscar Hinton
8ae178aff3 Rewrite lock module to TypeScript. (#354) 2017-11-03 16:40:44 -04:00
Kyle Spearrin
e3dea4084f fix callbacks for user service methods 2017-11-03 15:40:19 -04:00
Kyle Spearrin
fbba9b673d fixes during crypto service testing 2017-11-02 09:17:53 -04:00
Kyle Spearrin
7455b39835 reference component now that ui router is updated 2017-11-02 08:11:10 -04:00
Oscar Hinton
a66e32590b [Typescript] Convert tools page to TS (#344)
* Convert controller to TS.

* Remove $scope and move methods into class.

* Convert tools to component.
2017-11-02 08:02:14 -04:00
Oscar Hinton
c18f5a8076 Upgrade ui-router to 1.0.10 (#345)
* Start upgrading to ui-router 1.0.0

* Remove ui-router event polyfill.
2017-11-01 19:38:30 -04:00
Oscar Hinton
f1262147a3 History of generated passwords (#310)
* Save last 5 passwords.

* Move password history to seperate page.

* Use the util helpers for accessing the local storage.

* Change close to back for password history. Remove unused html.

* Change orderBy to use the date instead of magic array.

* Move historyService to background.

* Add passwords generated from shortcut and contextmenu to history.

* Fix return to edit/add not working in password generator history.

* Change password icon to clipboard.

* Change link to password history to use on-click.

* Clear password generator history on logout.

* Code style fix.

* Add new .wrap class for wrapping long text. Fix password icon.
2017-10-17 16:42:05 -04:00
Kyle Spearrin
cebf913999 updates to icon component and state init 2017-10-17 13:16:05 -04:00
Kyle Spearrin
0fc9f498df more login to cipher renames 2017-10-14 16:55:47 -04:00
Oscar Hinton
a99ce875ca Website icons (#285)
* Initial attempt at adding favicons.

* Cache the favicons for 30 days.

* Refactor faviconService, remove unused faviconDirective.

* Change icon url to icons.bitwarden.com. Update style to support dynamic size of icon.

* Use hostname instead of domain.

* Fix getFavicon throwing an exception if the uri is not a valid url.

* Add enabled property to faviconService to prevent slow calls to storage. Fixed chrome not displaying chrome://favicon properly.

* Fix chrome disable favicon not working as expected.

* Add default icon.

* Fix jshint errors.

* Cleanup of faviconService, removed caching related code. Add faviconComponent for handling favicons.

* Remove faviconService, moved functionallity into faviconComponent.

* Fix faviconComponent not updating when uri changes.

* Rename favicon to icon.

* Improve whitelist.
2017-10-12 14:48:29 -04:00
Kyle Spearrin
41dda3bb61 Expand vault all tabs. Search from curr. tab page. 2017-09-27 20:12:19 -04:00
Kyle Spearrin
60d75ce5fe private mode page with message 2017-09-09 15:41:49 -04:00
Kyle Spearrin
220703a9d7 environment settings 2017-08-22 12:01:17 -04:00
Kyle Spearrin
3a8f149008 premium membership page 2017-07-13 22:33:34 -04:00
Kyle Spearrin
0574c538e7 upload new attachments 2017-07-12 09:57:08 -04:00
Kyle Spearrin
89b1639dda setup attachments page 2017-07-12 00:11:17 -04:00
Kyle Spearrin
64784d0e36 select another two factor method 2017-06-26 16:36:56 -04:00
Kyle Spearrin
7815af24e5 two-factor support in browser extensions 2017-06-26 15:37:15 -04:00
Kyle Spearrin
16098a1743 support user encryption key 2017-06-02 00:10:29 -04:00
Kyle Spearrin
863cfbad4a refactor for enc type header and CryptoKey 2017-04-22 10:58:32 -04:00
Kyle Spearrin
9e6c0f79ef Added export vault function to tools. 2017-04-12 08:45:31 -04:00
Kyle Spearrin
df3893722c various bug fixes #92 #84 2017-02-23 19:31:29 -05:00
Kyle Spearrin
0bd77352b0 Added refresh token check for each API call. refactored logout messaging from authService 2017-01-19 00:21:20 -05:00
Kyle Spearrin
0b63eb58ba Added two factor flow into identity login 2017-01-18 22:14:51 -05:00
Kyle Spearrin
6bb6c7074b convert to identityserver auth 2017-01-17 23:07:46 -05:00
Kyle Spearrin
fb486003b5 Refactored rename of Sites => Logins 2017-01-03 18:40:07 -05:00
Kyle Spearrin
53cd3d7848 Feature settings. i18n of notification bar. 2016-12-30 20:55:59 -05:00
Kyle Spearrin
61f205b4b8 pass folderId to add site 2016-12-08 19:24:06 -05:00
Kyle Spearrin
e414dd1867 tracking vault state with stateService 2016-12-08 00:56:38 -05:00
Kyle Spearrin
d16b9920ec from state passed around 2016-12-07 00:07:01 -05:00
Kyle Spearrin
4476eb7389 Added new page for viewing sites within a folder 2016-12-06 23:54:03 -05:00
Kyle Spearrin
f37737c8f6 Added credits/thank you page for contributors 2016-11-29 21:27:06 -05:00
Kyle Spearrin
c9413a5c49 Added view site option to current tab listing 2016-11-09 21:45:29 -05:00
Kyle Spearrin
c982667338 Added lock timer and adjusted context menus and badge appropriately 2016-10-25 00:23:21 -04:00
Kyle Spearrin
80ed37ada6 Added setting to not store key via lock options, only keeping it in memory. Fixed some i18n and created constants service 2016-10-24 22:16:47 -04:00
Kyle Spearrin
d49f0fcac3 move sync upon login to vault controller initiated via state params. 2016-09-26 20:29:23 -04:00
Kyle Spearrin
f28b690a2a formatting 2016-09-22 13:15:42 -04:00
Kyle Spearrin
438fbc1888 folders management pages implemented 2016-09-21 19:10:48 -04:00
Kyle Spearrin
ef4b97b336 stubbed out folders and sync settings pages 2016-09-21 17:14:01 -04:00
Kyle Spearrin
f4bac9cffb remove angular jwt lib 2016-09-21 12:04:40 -04:00
Kyle Spearrin
8a3a981ac1 two step login page 2016-09-21 11:35:24 -04:00
Kyle Spearrin
ee4548a84a registration 2016-09-20 19:57:24 -04:00
Kyle Spearrin
0219068bb6 password hint 2016-09-20 17:47:21 -04:00
Kyle Spearrin
797a18b46a created home and splash pages 2016-09-20 16:40:04 -04:00
Kyle Spearrin
2fefdf8f6c help and about settings pages 2016-09-20 12:06:01 -04:00
Kyle Spearrin
e5c58c12fe password generator from vault add/edit 2016-09-19 22:37:17 -04:00
Kyle Spearrin
350d671c26 Generate andcopy passwords. Save password options 2016-09-17 22:57:51 -04:00
Kyle Spearrin
d0ca428d90 setup and stub out password generator page 2016-09-17 18:27:36 -04:00