From d1bb5739479d67b4f12dc5c8dce40e71ea991ca7 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 17 Jul 2023 23:21:48 +0600 Subject: [PATCH] Add Alliance Auth / authentication --- .../webextension/images/icons/Alliance Auth.svg | 4 ++++ src/technologies/a.json | 17 +++++++++++++++++ src/technologies/j.json | 4 ++-- 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 src/drivers/webextension/images/icons/Alliance Auth.svg diff --git a/src/drivers/webextension/images/icons/Alliance Auth.svg b/src/drivers/webextension/images/icons/Alliance Auth.svg new file mode 100644 index 000000000..25dcce48e --- /dev/null +++ b/src/drivers/webextension/images/icons/Alliance Auth.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/a.json b/src/technologies/a.json index 27acf0ec1..b91305365 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -2446,6 +2446,23 @@ "scriptSrc": "\\.alliai\\.com/", "website": "https://www.alliai.com" }, + "Alliance Auth": { + "cats": [ + 69 + ], + "description": "Alliance Auth is an access management platform designed for Eve Online groups. It controls access to applications and services based on in-game memberships.", + "icon": "Alliance Auth.svg", + "dom": "link[rel='stylesheet'][href*='/static/allianceauth/css']", + "implies": [ + "Django", + "Python", + "Font Awesome", + "Bootstrap", + "jQuery" + ], + "oss": true, + "website": "https://gitlab.com/allianceauth/allianceauth" + }, "AlloyUI": { "cats": [ 12 diff --git a/src/technologies/j.json b/src/technologies/j.json index e7e916906..0f0cedba4 100644 --- a/src/technologies/j.json +++ b/src/technologies/j.json @@ -851,7 +851,7 @@ "cats": [ 26 ], - "description": "jQTouch is an open-source Zepto/ JQuery plugin with native animations, automatic navigation, and themes for mobile WebKit browsers like iPhone, G1 (Android), and Palm Pre.", + "description": "jQTouch is an open-source Zepto/ jQuery plugin with native animations, automatic navigation, and themes for mobile WebKit browsers like iPhone, G1 (Android), and Palm Pre.", "icon": "jQTouch.png", "js": { "jQT": "" @@ -936,7 +936,7 @@ "cats": [ 59 ], - "description": "JQuery Modal is an overlay dialog box or in other words, a popup window that is made to display on the top or 'overlayed' on the current page.", + "description": "jQuery Modal is an overlay dialog box or in other words, a popup window that is made to display on the top or 'overlayed' on the current page.", "dom": "link[href*='jquery.modal.min.css']", "icon": "jQuery Modal.png", "implies": "jQuery",