Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
ec47727
Merge pull request #311 from Authenticator-Extension/dev
mymindstorm Apr 2, 2019
a62d7f6
change compile options
mymindstorm Jun 7, 2019
c6bde6c
move interfaces to .d.ts files and add an interface
mymindstorm Jun 7, 2019
61bd7b9
- updated all dependincies to latest
mymindstorm Jun 8, 2019
36d1ad9
gts fix
mymindstorm Jun 8, 2019
391dc96
vuex
mymindstorm Jun 8, 2019
0161e72
wip
mymindstorm Jun 9, 2019
300d3d2
stuff
mymindstorm Jun 14, 2019
0d32962
it renders now.
mymindstorm Jun 16, 2019
19f659b
load svgs in a less messy way
mymindstorm Jun 16, 2019
5bdbd75
Move main body to component
mymindstorm Jun 18, 2019
ab174a3
- about page
mymindstorm Jun 19, 2019
5780c18
modal pages to sfcs
mymindstorm Jun 19, 2019
2a92d78
info => pagehandler
mymindstorm Jun 19, 2019
8b00bc1
first mutation
mymindstorm Jun 23, 2019
c407366
more basic stuff
mymindstorm Jun 23, 2019
c01f15a
info works
mymindstorm Jun 24, 2019
d543cb5
edit button
mymindstorm Jun 24, 2019
8006b83
Codes exist
mymindstorm Jun 25, 2019
878cd39
codes update and password entry works
mymindstorm Jun 26, 2019
8f898be
fix #348
mymindstorm Jul 3, 2019
d559ae2
- Adding accounts manually works properly
mymindstorm Jul 3, 2019
5654c7a
- ok and confirm messages
mymindstorm Jul 4, 2019
677846c
Merge commit '8f898be98c95cf8002860cfcedc29da4fc586e9a' into super-bi…
mymindstorm Jul 4, 2019
6480fa8
lock
mymindstorm Jul 4, 2019
239eddd
remove edge stuff
mymindstorm Jul 5, 2019
a1c8656
qr
mymindstorm Jul 5, 2019
f36b771
copy code
mymindstorm Jul 5, 2019
ecddcb1
filter
mymindstorm Jul 5, 2019
a2e3488
- search
mymindstorm Jul 5, 2019
d1ae8bb
qr
mymindstorm Jul 5, 2019
4cb0f2f
add getter to check if entries show as 'encrypted'
mymindstorm Jul 5, 2019
cbf87cb
dragula works and ignores drag if not editing
mymindstorm Jul 6, 2019
553d6c6
Fix issues with secrets getting set to 'Encrypted' in storage.
mymindstorm Jul 6, 2019
0611bbd
prefrences page
mymindstorm Jul 6, 2019
b473117
sync clock
mymindstorm Jul 6, 2019
63bfdf2
change password
mymindstorm Jul 6, 2019
cd45cf6
export
mymindstorm Jul 6, 2019
e9202f0
change storage space
mymindstorm Jul 6, 2019
5c67bbb
drive
mymindstorm Jul 6, 2019
ed2b40b
dropbox
mymindstorm Jul 7, 2019
afcb6c3
- uploads from backround on first login
mymindstorm Jul 7, 2019
a21dcce
import
mymindstorm Jul 7, 2019
13ff4df
hotp next
mymindstorm Jul 7, 2019
b0541de
cleanup
mymindstorm Jul 7, 2019
7519706
change invalid hash behavior to warning
mymindstorm Jul 8, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ about: Report a bug in Authenticator


**Platform:** <This is required>
- Browser: [Chrome, Firefox, Edge]
- Browser: [Chrome, Firefox]
- Browser Version:
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ npm install -g gts
# install development dependencies
npm install
# compile
npm run [chrome, firefox, edge]
npm run [chrome, firefox]
```

Note that Windows users should download a tool like [Git Bash](https://git-scm.com/download/win) or [Cygwin](http://cygwin.com/) to build. Building for Edge requires the [Windows App Certification Kit](https://developer.microsoft.com/en-us/windows/develop/app-certification-kit)
Note that Windows users should download a tool like [Git Bash](https://git-scm.com/download/win) or [Cygwin](http://cygwin.com/) to build.
2 changes: 1 addition & 1 deletion _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"description": "QR Error."
},
"errorsecret": {
"message": "Secret Error. Only Base32(A-Z, 2-7 and =) and HEX(0-9 and A-F) are supported. However, your secret is: ",
"message": "Invalid account secret",
"description": "Secret Error."
},
"add_qr": {
Expand Down
71 changes: 0 additions & 71 deletions edge-files/AppXManifest.xml

This file was deleted.

Binary file removed edge-files/Assets/icon_150.png
Binary file not shown.
Binary file removed edge-files/Assets/icon_44.png
Binary file not shown.
Binary file removed edge-files/Assets/icon_50.png
Binary file not shown.
Loading