Skip to content

Commit

Permalink
authme 3.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer authored Dec 21, 2021
1 parent 648c97c commit 4028f54
Show file tree
Hide file tree
Showing 40 changed files with 1,380 additions and 1,650 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
ecmaVersion: 12,
},
rules: {
indent: ["error", "tab", { SwitchCase: 1 }],
indent: ["off", "tab", { SwitchCase: 1 }],
quotes: ["error", "double"],
semi: ["error", "never"],
eqeqeq: ["off"],
Expand Down
9 changes: 5 additions & 4 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@

- There are the currently supported versions:

| Version | Supported | Release Date | End Of Support |
| ------- | --------- | --------------- | --------------- |
| 1.x.x | No | 2020 October 10 | 2020 December 1 |
| 2.x.x | Yes | 2020 December 1 | - |
| Version | Supported | Release Date | End Of Support |
| ------- | --------- | ---------------- | ---------------- |
| 1.x.x | No | 2020 October 10 | 2020 December 1 |
| 2.x.x | No | 2020 December 1 | 2021 December 28 |
| 3.x.x | Yes | 2021 December 28 | - |

## Reporting a Vulnerability

Expand Down
5 changes: 1 addition & 4 deletions .tailwindrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
module.exports = {
mode: "jit",
purge: {
enabled: true,
content: ["./app/**/*.html", "./app/**/*.js"],
},
content: ["./app/**/*.html", "./app/**/*.js"],
theme: {
extend: {
inset: {
Expand Down
165 changes: 100 additions & 65 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
[![Mac Download](https://img.shields.io/badge/Mac-Download-brightgreen?style=for-the-badge)](https://api.levminer.com/api/v1/authme/alpha/mac)
[![Updated](https://img.shields.io/github/last-commit/levminer/authme/dev?color=yellowgreen&label=Updated&style=for-the-badge)](https://github.com/Levminer/authme/actions/workflows/alpha-artifacts.yml)

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

## Features

Expand Down
40 changes: 2 additions & 38 deletions app/application/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,43 +21,7 @@ <h5 class="mx-3 flex flex-row m-0 font-bold build-content text-center">You are r
</div>
</div>

<!-- offline mode -->
<div class="w-full text-white bg-popup-red font-bold offline hidden">
<div class="container flex flex-row items-center justify-between px-6 py-4 mx-auto">
<div class="flex">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>

<p class="mx-3 relative top-1">Authme runs in offline mode. The app will work fine, but you can't look for new updates!</p>
</div>
<a onclick="this.parentElement.style.display='none'" class="p-1 transition-colors duration-200 transform rounded-md hover:text-gray-800 cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
</svg>
</a>
</div>
</div>

<!-- online mode -->
<div class="w-full text-white bg-popup-green font-bold online hidden">
<div class="container flex flex-row items-center justify-between px-6 py-4 mx-auto">
<div class="flex">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>

<p class="mx-3 relative top-1">Authme runs in online mode. The app reconnected to the internet, you can look for new updates!</p>
</div>
<a onclick="this.parentElement.style.display='none'" class="p-1 transition-colors duration-200 transform rounded-md hover:text-gray-800 cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
</svg>
</a>
</div>
</div>

<!-- update -->
<!-- manual update -->
<div class="w-full text-white bg-popup-blue font-bold update hidden">
<div class="container flex flex-row items-center justify-between px-6 py-4 mx-auto">
<div class="flex">
Expand Down Expand Up @@ -155,7 +119,7 @@ <h5 class="mx-3 flex flex-row m-0 font-bold build-content text-center">You are r
</div>

<!-- content -->
<div class="bg-gray-700 w-3/5 mx-auto mt-20 mb-60 rounded-2xl relative text-center content">
<div class="bg-gray-700 w-3/5 mx-auto mt-20 mb-60 rounded-2xl relative text-center content p-1">
<h1 class="h1 mb-5">Authme</h1>
<div class="mx-auto rounded-2xl bg-gray-800 w-2/3" id="choose">
<h3 class="pt-3">Please choose your import file!</h3>
Expand Down
Loading

0 comments on commit 4028f54

Please sign in to comment.