Skip to content

Commit

Permalink
authme 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer authored Jan 18, 2021
1 parent 315acd7 commit 3c54962
Show file tree
Hide file tree
Showing 30 changed files with 6,662 additions and 6,317 deletions.
29 changes: 16 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
---
name: Bug report
about: Use this template for reporting a bug.
title: ''
labels: 'Type: Bug'
title: ""
labels: "Type: Bug"
assignees: Levminer

---

**Describe the bug:**
# Describe the bug:

- `A clear and concise description of what the bug is.`

## Error message:

- A clear and concise description of what the bug is.
- `Paste the error message here or the screenshot of the error`

**To Reproduce:**
## To reproduce:

- Steps to reproduce the behavior (Detailed steps):
- `Steps to reproduce the behavior (Detailed steps):`

**Expected behavior:**
## Expected behavior:

- A clear and concise description of what you expected to happen.
- `A clear and concise description of what you expected to happen.`

**Version Info:**
## Version Info:

- Paste version informations here (Top menu > Info > About > Copy):
- `Paste version informations here (Top menu > Info > About > Copy):`

**Additional context:**
## Additional context:

- Add any other context about the problem here.
- `Add any other context about the problem here.`
23 changes: 11 additions & 12 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
---
name: Feature request
about: Use this template for creating a feature request
title: ''
labels: 'Type: Feature'
about: Use this template for creating a feature request.
title: ""
labels: "Type: Feature"
assignees: Levminer

---

**Is your feature request related to a problem? Please describe:**
# Your feature request related to the problem:

- A clear and concise description of what the problem is.
- `A clear and concise description of what the problem is.`

**Describe the solution you'd like:**
## Describe the solution you'd like:

- A clear and concise description of what you want to happen.
- `A clear and concise description of what you want to happen.`

**Describe alternatives you've considered:**
## Describe alternatives you've considered:

- A clear and concise description of any alternative solutions or features you've considered.
- `A clear and concise description of any alternative solutions or features you've considered.`

**Additional context:**
## Additional context:

- Add any other context or screenshots about the feature request here.
- `Add any other context or screenshots about the feature request here.`
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
**Purpose**
# Reference issue

- Describe the problem or feature in addition to a link to the issues.\_
- Reference the issue with #number here.

**Approach**
## Purpose

- How does this change address the problem
- Describe the problem or feature.

**TODO**
## Approach

- How does this change or address the problem.

## TODO

- [ ] Read [Contributing](https://github.com/Levminer/authme/blob/main/.github/CONTRIBUTING.md)
- [ ] Read [Code of conduct](https://github.com/Levminer/authme/blob/main/.github/CODE_OF_CONDUCT.md)
Expand Down
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
## Release cycle

- Standard updates: Coming on Tuesdays if everything is going well.
- Hotfix updates or Security updates: On Tuesdays, Thursdays or Saturdays if there is a problem that can not wait until the next Tuesday.
- Hotfix updates: On Tuesdays, Thursdays or Saturdays if there is a problem that can not wait until the next Tuesday.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Authme

- Simple cross platform two-factor authentication app for desktop.
- Available on: [Windows x64](github.com/Levminer/authme/releases/latest), [Linux x64](github.com/Levminer/authme/releases/latest), [Mac x64 (Alpha)](https://nightly.link/Levminer/authme/workflows/mac-artifacts/dev/authme-latest-mac-x64-installer-portable.zip)

<img src="https://raw.githubusercontent.com/Levminer/authme/main/img/screenshot.png?raw=true">

## How to use

- Simple quick start guide.
- For detailed instructions check out the: [Docs](https://docs.authme.levminer.com/#/import?id=import)
- If you just want to test the app download this sample import file, unzip it, and import it to Authme: [Download](https://github.com/Levminer/authme/blob/main/sample/authme_import_sample.zip?raw=true)

#### Getting started

Expand All @@ -13,20 +17,16 @@
1. From Google Authenticator: (Example: Import all of your saved QR codes from your Google Authenticator app.)
1. From stand alone QR codes: (Example: You screenshot all the QR codes from your favourite websites, and import all of them to Authme.)

- If you just want to test the app download this sample import file, unzip it, and import it to Authme: [Download](https://github.com/Levminer/authme/blob/main/sample/authme_import_sample.zip?raw=true)

### How to import
#### How to import

- For detailed instructions check out the: [Docs](https://docs.authme.levminer.com/#/import?id=import)
- If you are importing from Google Authenticator you have to install: [Python](https://www.python.org/downloads/)

1. For non technical people: Instructions in the app.
1. For technical people: Check out this: [README](https://github.com/Levminer/authme/blob/main/extract/README.md)

- If you are importing from Google Authenticator you have to install: [Python](https://www.python.org/downloads/)

## Authme Web Beta
## Authme Web

- Authme is now available as a web app in beta version. It's a PWA app to, so you can install it on your phone!
- Authme is now available as a web app. It's a PWA app to, so you can install it on your Android or IOS phone!
- Try it out and give feedback: [Authme Web](https://github.com/levminer/authme-web)

## Release cycle
Expand All @@ -37,6 +37,7 @@
## Contributing and development

- Read: [Contributing](https://github.com/Levminer/authme/blob/main/.github/CONTRIBUTING.md)
- Read: [Code Of Conduct](https://github.com/Levminer/authme/blob/main/.github/CODE_OF_CONDUCT.md)

## License

Expand Down
8 changes: 4 additions & 4 deletions app/application/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<title>Authme</title>
<meta charset="UTF-8" />
<title>Authme</title>
<!-- css -->
<link rel="stylesheet" href="../.././src/[email protected]" />
<link rel="stylesheet" href="../.././src/[email protected]" />
<link rel="stylesheet" href="./src/css/index.css" />
<!-- js -->
<script defer src="../.././src/[email protected]"></script>
<script defer src="./src/js/convert.js"></script>
<script defer src="./src/js/index.js"></script>
<script defer src="./src/js/save.js"></script>
<!-- css -->
<link rel="stylesheet" href="../.././src/[email protected]" />
<link rel="stylesheet" href="../.././src/[email protected]" />
<link rel="stylesheet" href="./src/css/index.css" />
<!-- favicon -->
<link rel="shortcut icon" href="../../img/icon.ico" type="image/x-icon" />
</head>
Expand Down
5 changes: 5 additions & 0 deletions app/application/src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,8 @@ input:hover::placeholder {
position: relative;
top: 10px;
}

.blur {
color: transparent;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
12 changes: 3 additions & 9 deletions app/application/src/js/convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ const handlefiles = (files) => {
// read file
if (window.FileReader) {
getastext(files[0])
console.log("File uploaded successfully!")
console.warn("Authme - File uploaded successfully")
} else {
console.log("Can't upload file!")
console.warn("Authme - Can't upload file")
}
}

Expand All @@ -20,15 +20,13 @@ const getastext = (fileToRead) => {

const loadhandler = (event) => {
const text = event.target.result
console.log(text)
save_text = text
console.log(save_text)
processdata(text)
}

const errorhandler = (evt) => {
if (evt.target.error.name == "NotReadableError") {
alert("Failed to upload the file! You uploaded a corrupted or not supported file!")
console.warn("Failed to upload the file! You uploaded a corrupted or not supported file")
}
}

Expand All @@ -52,9 +50,5 @@ const processdata = (text) => {
return (i + 1) % 5
})

console.log("Data:")
console.log(data.length)
console.log(data)

separation()
}
Loading

0 comments on commit 3c54962

Please sign in to comment.