* Try to fix some security vulnerabilities present in used packages
(Ran npm audit fix, solved some of the issues)
* Implement custom field ordering with new handle placement
(WIP, as an update for the jslib is needed to work correctly)
* Update reference for jslib
* Restore original state of package-lock.json
* Downgrade node sass package
* New translations messages.json (Bulgarian)
* New translations messages.json (Russian)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Persian)
* New translations messages.json (Polish)
* New translations messages.json (Portuguese)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Romanian)
* New translations messages.json (Slovak)
* New translations messages.json (Spanish)
* New translations messages.json (Swedish)
* New translations messages.json (Thai)
* New translations messages.json (Turkish)
* New translations messages.json (Ukrainian)
* New translations messages.json (Vietnamese)
* New translations messages.json (Korean)
* New translations messages.json (Japanese)
* New translations copy.resx (English, United Kingdom)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Croatian)
* New translations messages.json (Czech)
* New translations messages.json (Danish)
* New translations messages.json (Dutch)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Estonian)
* New translations messages.json (Finnish)
* New translations messages.json (French)
* New translations messages.json (German)
* New translations messages.json (Hindi)
* New translations messages.json (Hungarian)
* New translations messages.json (Indonesian)
* New translations messages.json (Italian)
* New translations messages.json (Portuguese)
* Add actions to secure notes (view, copy)
- I miss the ability to copy a note after searching from it, as a former
lastpass user. This hopefully brings that back to me.
* PR review changes
- remove changes to hi/messages.json
- change "Secure Note" to just "Note"
* remove unnecessary change
* 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.
* 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.