Boris Aranovich
58867a5afe
Precaution against iframe creating blank space on the page ( #637 )
...
Since the notification bar is added inside of the active page, page specific styles may override how the iframe is rendered in an undesirable way.
I came across this when logging in an internal corporate web-app we're using which for some reason has a global css setting of `iframe { min-height: 349px }` because nobody anticipated that 3rd party DOM elements would be injected to the page.
This modification should have no impact other than negating these global styles.
2018-06-05 10:52:47 -04:00
Kyle Spearrin
5412a43509
Merge branch 'master' of github.com:bitwarden/browser
2018-06-04 12:31:18 -04:00
Kyle Spearrin
edd628b71e
border should be 1 px
2018-06-04 12:31:14 -04:00
Kyle Spearrin
17c9e34ae9
New Crowdin translations ( #633 )
...
* New translations messages.json (Bulgarian)
* New translations messages.json (Portuguese)
* New translations messages.json (Korean)
* New translations messages.json (Vietnamese)
* 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 (Polish)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Japanese)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Chinese Traditional)
* New translations copy.resx (Korean)
2018-06-04 11:39:23 -04:00
Kyle Spearrin
b71b58d81b
bump version
2018-06-04 11:28:32 -04:00
Kyle Spearrin
6f64e9bc9b
border color
2018-06-01 17:00:43 -04:00
Kyle Spearrin
37a64beb32
theme scrollbars
2018-06-01 12:13:49 -04:00
Kyle Spearrin
de08a25c14
autofill adjustments
2018-06-01 08:36:46 -04:00
Gabriel Augendre
9a0b1239e6
Add more expiration date fields ( #631 )
...
These should match `expirationDateMonth` and `expirationDateYear`
2018-06-01 08:33:53 -04:00
Kyle Spearrin
78ef55aed4
add korean and persian languages
2018-05-31 22:28:15 -04:00
Kyle Spearrin
5d7638e6e2
New Crowdin translations ( #630 )
...
* New translations messages.json (Bulgarian)
* New translations messages.json (Slovak)
* New translations messages.json (Persian)
* New translations copy.resx (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 (Russian)
* New translations messages.json (Norwegian Bokmal)
* 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 copy.resx (Vietnamese)
* New translations messages.json (Korean)
* 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 copy.resx (Dutch)
* New translations messages.json (Estonian)
* New translations messages.json (Finnish)
* New translations messages.json (Japanese)
* 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 copy.resx (Korean)
2018-05-31 22:23:56 -04:00
Kyle Spearrin
e338a6b566
theme tweaks
2018-05-31 16:06:08 -04:00
Kyle Spearrin
8659cc96cb
dark theme styling
2018-05-31 15:45:03 -04:00
Kyle Spearrin
324ea5114d
implement showToast
2018-05-31 14:42:59 -04:00
Kyle Spearrin
db06b60704
start styling for dark theme
2018-05-30 23:11:05 -04:00
Kyle Spearrin
344cd2ac40
add theme support to browser extension
2018-05-30 17:26:43 -04:00
Kyle Spearrin
70291453d5
dont use null field names
2018-05-24 09:29:27 -04:00
Kyle Spearrin
58a267243a
add street to address detection
2018-05-24 08:57:14 -04:00
Kyle Spearrin
047547169a
delayed autofill attempt
2018-05-18 17:05:46 -04:00
Kyle Spearrin
7eceedf2fc
fix tests and export component
2018-05-18 15:57:37 -04:00
Kyle Spearrin
7167dd3fb7
add support for export service
2018-05-17 10:57:52 -04:00
Kyle Spearrin
ff67b9be82
supports duo platform util
2018-05-16 15:30:36 -04:00
Kyle Spearrin
9c10943806
init lock service
2018-05-16 10:20:49 -04:00
Kyle Spearrin
be327e4f5a
logout async
2018-05-15 23:40:30 -04:00
Kyle Spearrin
d431e53e46
clear collections on logout
2018-05-15 23:27:06 -04:00
Kyle Spearrin
ee186c3148
Merge branch 'master' of github.com:bitwarden/browser
2018-05-12 22:21:44 -04:00
Kyle Spearrin
bc6d778b35
dont autofill same field twice
2018-05-12 22:21:39 -04:00
Kyle Spearrin
8f51c278ef
dont load notification bar in iframe on safari
2018-05-12 10:59:52 -04:00
Kyle Spearrin
193de9fcdf
ignore certain inline elements in MutationObserver
2018-05-11 14:50:44 -04:00
Kyle Spearrin
1db201097f
version bump
2018-05-09 16:36:11 -04:00
Kyle Spearrin
5d0c480586
move shortcuts to ts
2018-05-09 14:13:20 -04:00
Kyle Spearrin
898fa7a095
convert some content scripts to ts
2018-05-09 14:00:13 -04:00
Kyle Spearrin
4fe710f8e7
detect safari browser properly
2018-05-09 08:39:12 -04:00
Kyle Spearrin
17b1d84519
option to only fill visible fields (for autofill on page load)
2018-05-08 09:11:32 -04:00
Kyle Spearrin
fe94d0533b
Revert "set focus manually before search text"
...
This reverts commit fee87030de .
2018-05-08 08:44:33 -04:00
Kyle Spearrin
fee87030de
set focus manually before search text
2018-05-08 08:35:17 -04:00
Kyle Spearrin
190bc5b90c
version bump
2018-05-07 16:30:22 -04:00
Kyle Spearrin
86a0edc894
version bump
2018-05-04 11:35:10 -04:00
Kyle Spearrin
73013d51e0
input verbatim
2018-04-25 17:53:51 -04:00
Kyle Spearrin
e57a38fbb1
move sync to post login action
2018-04-25 12:08:23 -04:00
Kyle Spearrin
11a0d8f4c1
centralize some things in jslib
2018-04-24 17:04:49 -04:00
Kyle Spearrin
c67b63a452
refactor utils service to utils
2018-04-23 13:04:11 -04:00
Kyle Spearrin
97835f7627
detect chages on promise catch
2018-04-23 11:50:14 -04:00
Kyle Spearrin
613dfaafd0
from async for safari bug
2018-04-23 11:40:23 -04:00
Kyle Spearrin
b40e51a7d1
safari totp copy workaround
2018-04-23 11:30:12 -04:00
Kyle Spearrin
06e56f0b57
copy totp from each implementation of autofill
2018-04-23 10:02:30 -04:00
Kyle Spearrin
271f9df8ae
pass crypto function service more
2018-04-21 23:55:34 -04:00
Kyle Spearrin
b97a6321de
switch to web crypto function service
2018-04-21 23:23:34 -04:00
Kyle Spearrin
c1b0114f07
large chevron
2018-04-20 16:57:24 -04:00
Kyle Spearrin
3009e08e32
version bump
2018-04-19 23:11:41 -04:00