MediaWiki:Gadget-AjaxLogin.js
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/**
* SPDX-License-Identifier: GPL-3.0-or-later
* _addText: '{{Gadget Header|license=GPL-3.0-or-later}}'
*
* @source {@link https://git.qiuwen.net.cn/InterfaceAdmin/QiuwenGadgets/src/branch/master/src/AjaxLogin}
* @author 安忆 <i@anyi.in>
* @license GPL-3.0-or-later {@link https://www.qiuwenbaike.cn/wiki/H:GPL-3.0}
*/
/**
* Copyright (C) 安忆
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/**
* +------------------------------------------------------------+
* | === WARNING: GLOBAL GADGET FILE === |
* +------------------------------------------------------------+
* | All changes should be made in the repository, |
* | otherwise they will be lost. |
* +------------------------------------------------------------+
* | Changes to this page may affect many users. |
* | Please discuss changes by opening an issue before editing. |
* +------------------------------------------------------------+
*/
/* <nowiki> */
(() => {
"use strict";
// dist/AjaxLogin/AjaxLogin.js
function asyncGeneratorStep(n, t, e, r, o, a, c) {
try {
var i = n[a](c), u = i.value;
} catch (n2) {
return void e(n2);
}
i.done ? t(u) : Promise.resolve(u).then(r, o);
}
function _asyncToGenerator(n) {
return function() {
var t = this, e = arguments;
return new Promise(function(r, o) {
var a = n.apply(t, e);
function _next(n2) {
asyncGeneratorStep(a, r, o, _next, _throw, "next", n2);
}
function _throw(n2) {
asyncGeneratorStep(a, r, o, _next, _throw, "throw", n2);
}
_next(void 0);
});
};
}
function _createForOfIteratorHelper(r, e) {
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
if (!t) {
if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) {
t && (r = t);
var n = 0, F = function() {
};
return { s: F, n: function() {
return n >= r.length ? { done: true } : { done: false, value: r[n++] };
}, e: function(r2) {
throw r2;
}, f: F };
}
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
}
var o, a = true, u = false;
return { s: function() {
t = t.call(r);
}, n: function() {
var r2 = t.next();
return a = r2.done, r2;
}, e: function(r2) {
u = true, o = r2;
}, f: function() {
try {
a || null == t.return || t.return();
} finally {
if (u) throw o;
}
} };
}
function _unsupportedIterableToArray(r, a) {
if (r) {
if ("string" == typeof r) return _arrayLikeToArray(r, a);
var t = {}.toString.call(r).slice(8, -1);
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
}
}
function _arrayLikeToArray(r, a) {
(null == a || a > r.length) && (a = r.length);
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
return n;
}
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
var _iterator = _createForOfIteratorHelper(__getOwnPropNames(from)), _step;
try {
for (_iterator.s(); !(_step = _iterator.n()).done; ) {
let key = _step.value;
if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
get: () => from[key],
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
});
}
} catch (err) {
_iterator.e(err);
} finally {
_iterator.f();
}
}
return to;
};
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
value: mod,
enumerable: true
}) : target,
mod
));
//! src/AjaxLogin/options.json
var loginElementSelector = 'a:has(.ajaxlogin-mount-point),#pt-login>a,.vector-user-menu-login>a,#user-tools>a[href*="Special"],.mainpage-top-menu>li:nth-child(2) a';
var version = "4.0";
//! src/AjaxLogin/AjaxLogin.ts
var import_ext_gadget13 = require("ext.gadget.Util");
//! src/AjaxLogin/modules/addListener.ts
var import_ext_gadget = require("ext.gadget.FilterAlteredClicks");
var addListener = ($element, eventListener) => {
$element.on("click", (0, import_ext_gadget.filterAlteredClicks)(eventListener));
$element.on("keydown", eventListener);
};
//! src/AjaxLogin/modules/api.ts
var import_ext_gadget2 = require("ext.gadget.Util");
var api = (0, import_ext_gadget2.initMwApi)("AjaxLogin/".concat(version));
//! src/AjaxLogin/modules/core.tsx
var import_ext_gadget11 = __toESM(require("ext.gadget.React"), 1);
//! src/AjaxLogin/modules/util/checkValid.tsx
var import_ext_gadget4 = __toESM(require("ext.gadget.React"), 1);
//! src/AjaxLogin/modules/i18n.ts
var import_ext_gadget3 = require("ext.gadget.i18n");
var getI18nMessages = () => {
return {
"6-digit number": (0, import_ext_gadget3.localize)({
en: "6-digit number",
ja: "6桁の数字",
"zh-hans": "6位数字",
"zh-hant": "6位數字"
}),
Cancel: (0, import_ext_gadget3.localize)({
en: "Cancel",
ja: "キャンセル",
zh: "取消"
}),
"Enter password": (0, import_ext_gadget3.localize)({
en: "Enter password",
ja: "パスワード",
"zh-hans": "请输入密码",
"zh-hant": "請輸入密碼"
}),
"Enter 2FA verification code": (0, import_ext_gadget3.localize)({
en: "2FA verification code",
ja: "2FA認証コード",
"zh-hans": "请输入2FA验证码",
"zh-hant": "請輸入2FA驗證碼"
}),
"Forgot password?": (0, import_ext_gadget3.localize)({
en: "Forgot password?",
ja: "パスワードをお忘れですか?",
"zh-hans": "忘记密码?",
"zh-hant": "忘記密碼?"
}),
"Getting login token": (0, import_ext_gadget3.localize)({
en: "Getting login token",
ja: "ログイントークンを取得しています",
"zh-hans": "正在获取登录令牌",
"zh-hant": "正在獲取登入權杖"
}),
"help for I agree with the relevant terms": (0, import_ext_gadget3.localize)({
en: 'When you login, it means that you have carefully read, fully understood and agreed to comply with our <a rel="noopener" target="_blank" href="/wiki/QW:TOS" title="Terms of Service">Terms of Service</a>, <a rel="noopener" target="_blank" href="/wiki/QW:PIPP" title="Personal Information Protection Policy">Personal Information Protection Policy</a> and <em>the <a rel="noopener" target="_blank" href="/wiki/QW:GTGL" title="Common Program">Common Program</a></em>.',
ja: 'ログインをすると、あなたは本サイトの『<a rel="noopener" target="_blank" href="/wiki/QW:TOS" title="利用規約">利用規約</a>』『<a rel="noopener" target="_blank" href="/wiki/QW:PIPP" title="個人情報保護方針">個人情報保護方針</a>』『<a rel="noopener" target="_blank" href="/wiki/QW:GTGL" title="共同綱領">共同綱領</a>』を十分に理解し、同意したことになります。',
"zh-hans": '登录时,即代表您已仔细阅读、充分了解并同意遵守本网站的《<a rel="noopener" target="_blank" href="/wiki/QW:TOS" title="用户协议">用户协议</a>》、《<a rel="noopener" target="_blank" href="/wiki/QW:PIPP" title="个人信息保护方针">个人信息保护方针</a>》及《<a rel="noopener" target="_blank" href="/wiki/QW:GTGL" title="共同纲领">共同纲领</a>》。',
"zh-hant": '登錄時,即代表您已仔細閱讀、充分了解並同意遵守本網站的《<a rel="noopener" target="_blank" href="/wiki/QW:TOS" title="用戶協議">用戶協議</a>》、《<a rel="noopener" target="_blank" href="/wiki/QW:PIPP" title="個人信息保護方針">個人信息保護方針</a>》及《<a rel="noopener" target="_blank" href="/wiki/QW:GTGL" title="共同綱領">共同綱領</a>》。'
}),
"I agree": (0, import_ext_gadget3.localize)({
en: "I agree",
ja: "同意する",
zh: "我同意"
}),
"I agree with the relevant terms": (0, import_ext_gadget3.localize)({
en: "I agree with the relevant terms",
ja: "関連する規約を読み、同意",
"zh-hans": "我已阅读并同意相关条款",
"zh-hant": "我已閲讀並同意相關條款"
}),
"Invalid 2FA verification code": (0, import_ext_gadget3.localize)({
en: "Invalid 2FA verification code",
ja: "2FA認証コードが間違っています",
"zh-hans": "2FA验证码错误",
"zh-hant": "2FA驗證碼錯誤"
}),
"Invalid username or password": (0, import_ext_gadget3.localize)({
en: "Invalid username or password",
ja: "利用者名またはパスワードが間違っています",
"zh-cn": "用户名或密码错误",
"zh-hk": "用戶名稱或密碼錯誤",
"zh-tw": "使用者名稱或密碼錯誤"
}),
"Keep me logged in": (0, import_ext_gadget3.localize)({
en: "Keep me logged in",
ja: "ログイン状態を保持",
"zh-hans": "记住我的登录状态",
"zh-hant": "記住我的登入狀態"
}),
"Logging in": (0, import_ext_gadget3.localize)({
en: "Logging in",
ja: "ログインしています",
"zh-hans": "正在登录",
"zh-hant": "正在登入"
}),
Login: (0, import_ext_gadget3.localize)({
en: "Login",
ja: "ログイン",
"zh-hans": "登录",
"zh-hant": "登入"
}),
"Login cancelled": (0, import_ext_gadget3.localize)({
en: "Login cancelled",
ja: "ログインキャンセル",
"zh-hans": "登录取消",
"zh-hant": "登入取消"
}),
"Login succeed": (0, import_ext_gadget3.localize)({
en: "Login succeed",
ja: "ログインに成功しました",
"zh-hans": "登录成功",
"zh-hant": "登入成功"
}),
"Login token got": (0, import_ext_gadget3.localize)({
en: "Login token got",
ja: "ログイントークンの取得に成功しました",
"zh-hans": "获取登录令牌成功",
"zh-hant": "獲取登入權杖成功"
}),
"New password": (0, import_ext_gadget3.localize)({
en: "New password",
ja: "新しいパスワード",
"zh-hans": "新密码",
"zh-hant": "新密碼"
}),
"New password is required": (0, import_ext_gadget3.localize)({
en: "New password is required",
ja: "新しいパスワードを設定してください",
"zh-hans": "需要设置新密码",
"zh-hant": "需要設置新密碼"
}),
Password: (0, import_ext_gadget3.localize)({
en: "Password",
ja: "パスワード",
"zh-hans": "密码",
"zh-hant": "密碼"
}),
"Reset password": (0, import_ext_gadget3.localize)({
en: "Reset password",
ja: "パスワードをリセット",
"zh-hans": "重置密码",
"zh-hant": "重新設定密碼"
}),
Username: (0, import_ext_gadget3.localize)({
en: "Username",
ja: "利用者名",
"zh-cn": "用户名",
"zh-hk": "用戶名稱",
"zh-tw": "使用者名稱"
}),
AgreedOrNot: (0, import_ext_gadget3.localize)({
en: "Please read the relevant terms. If you agree, check the checkbox to confirm",
ja: "関連する規約をお読みいただき、同意される場合は、チェックボックスにチェックを入れて確認してください",
"zh-hans": "请阅读相关条款。若同意,勾选复选框以确认",
"zh-hant": "請閲讀相關條款。若同意,勾選複選框以確認"
}),
DoubleCheckAgreedOrNot: (0, import_ext_gadget3.localize)({
en: 'You have carefully read, fully understood and agreed to comply with our <a rel="noopener" target="_blank" href="/wiki/QW:TOS" title="Terms of Service">Terms of Service</a>, <a rel="noopener" target="_blank" href="/wiki/QW:PIPP" title="Personal Information Protection Policy">Personal Information Protection Policy</a> and <a rel="noopener" target="_blank" href="/wiki/QW:GTGL" title="Common Program">Common Program</a>.',
ja: 'あなたは本サイトの『<a rel="noopener" target="_blank" href="/wiki/QW:TOS" title="利用規約">利用規約</a>』『<a rel="noopener" target="_blank" href="/wiki/QW:PIPP" title="個人情報保護方針">個人情報保護方針</a>』『<a rel="noopener" target="_blank" href="/wiki/QW:GTGL" title="共同綱領">共同綱領</a>』を十分に理解し、同意したことになります。',
"zh-hans": '您已仔细阅读、充分了解并同意遵守本网站的《<a rel="noopener" target="_blank" href="/wiki/QW:TOS" title="用户协议">用户协议</a>》《<a rel="noopener" target="_blank" href="/wiki/QW:PIPP" title="个人信息保护方针">个人信息保护方针</a>》《<a rel="noopener" target="_blank" href="/wiki/QW:GTGL" title="共同纲领">共同纲领</a>》。',
"zh-hant": '您已仔細閱讀、充分了解並同意遵守本網站的《<a rel="noopener" target="_blank" href="/wiki/QW:TOS" title="用戶協議">用戶協議</a>》《<a rel="noopener" target="_blank" href="/wiki/QW:PIPP" title="個人信息保護方針">個人信息保護方針</a>》《<a rel="noopener" target="_blank" href="/wiki/QW:GTGL" title="共同綱領">共同綱領</a>》。'
}),
Empty2FA: (0, import_ext_gadget3.localize)({
en: "The 2FA verification code cannot be empty",
ja: "2FA認証コードが入力されていません",
"zh-hans": "2FA验证码不能为空",
"zh-hant": "2FA驗證碼不能爲空"
}),
EmptyPassword: (0, import_ext_gadget3.localize)({
en: "The password cannot be empty",
ja: "パスワードが入力されていません",
"zh-hans": "密码不能为空",
"zh-hant": "密碼不能爲空"
}),
EmptyUsernameOrPassword: (0, import_ext_gadget3.localize)({
en: "The username or password cannot be empty",
ja: "利用者名またはパスワードが入力されていません",
"zh-cn": "用户名或密码不能为空",
"zh-hk": "用戶名稱或密碼不能爲空",
"zh-tw": "使用者名稱或密碼不能爲空"
}),
"Network error": (0, import_ext_gadget3.localize)({
en: "Network error. Redirecting...",
ja: "ネットワークエラー、リダイレクト中...",
"zh-hans": "网络异常。重定向中……",
"zh-hant": "網路異常。重新導向中……"
}),
SelectedOrNot: (0, import_ext_gadget3.localize)({
en: "If selected, the login status will be kept for 6 months. If not selected, it will be kept for 1 month.",
ja: "チェックを入れるとログイン状態が6ヶ月間保持され、入れない場合は1ヶ月間保持されます。",
"zh-hans": "勾选则保持登录状态6个月,不勾选则保持1个月。",
"zh-hant": "勾選则保持登入狀態6個月,不勾選則保持1個月。"
}),
TooFrequent: (0, import_ext_gadget3.localize)({
en: "The user login is too frequent, please try again in five minutes",
ja: "利用者が頻繁すぎるため、5分後に再試行してください",
"zh-cn": "用户登录过于频繁,请五分钟后再试",
"zh-hk": "用戶登入過於頻繁,請五分鐘後再試",
"zh-tw": "使用者登入过于频繁,请五分钟后再试"
}),
"Unexpected API response": (0, import_ext_gadget3.localize)({
en: "Unexpected API response: $1. Redirecting...",
ja: "予期せぬAPIの応答:$1、リダイレクト中...",
"zh-hans": "意外的API响应:$1。重定向中……",
"zh-hant": "意外的API響應:$1。重新導向中……"
})
};
};
var i18nMessages = getI18nMessages();
var getMessage = (key) => {
return i18nMessages[key] || key;
};
//! src/AjaxLogin/modules/initWindowManager.ts
var initWindowManager = () => {
return new OO.ui.WindowManager();
};
var windowManager = initWindowManager();
//! src/AjaxLogin/modules/util/oouiConfirm.ts
var oouiConfirm = /* @__PURE__ */ function() {
var _ref = _asyncToGenerator(function* (options) {
const messageDialog = new OO.ui.MessageDialog();
windowManager.addWindows([messageDialog]);
const instance = windowManager.openWindow(messageDialog, options);
const data = yield instance.closed;
const _data = data;
return !!((_data === null || _data === void 0 ? void 0 : _data.action) === "accept");
});
return function oouiConfirm2(_x) {
return _ref.apply(this, arguments);
};
}();
//! src/AjaxLogin/modules/util/checkValid.tsx
var import_ext_gadget5 = require("ext.gadget.Toastify");
var checkValid = /* @__PURE__ */ function() {
var _ref2 = _asyncToGenerator(function* ([agreeTosCheckbox, nameInput, pwdInput], toastifyInstance) {
let isAgreeTos = agreeTosCheckbox.isSelected();
const isFill = ![nameInput.getValue().trim(), pwdInput.getValue().trim()].includes("");
toastifyInstance.hideToast();
yield windowManager.clearWindows();
if (!isAgreeTos) {
isAgreeTos = yield oouiConfirm({
message: $(/* @__PURE__ */ import_ext_gadget4.default.createElement("span", {
innerHTML: getMessage("DoubleCheckAgreedOrNot")
})),
actions: [{
label: $(/* @__PURE__ */ import_ext_gadget4.default.createElement("b", null, getMessage("Cancel"))),
action: "cancel",
flags: ["safe", "close"]
}, {
label: $(/* @__PURE__ */ import_ext_gadget4.default.createElement("b", null, getMessage("I agree"))),
action: "accept",
flags: ["primary", "progressive"]
}]
});
if (!isAgreeTos) {
toastifyInstance = (0, import_ext_gadget5.toastify)({
text: getMessage("AgreedOrNot"),
duration: -1
}, "info");
}
} else if (!isFill) {
toastifyInstance = (0, import_ext_gadget5.toastify)({
text: getMessage("EmptyUsernameOrPassword"),
duration: -1
}, "info");
}
const isValid = isAgreeTos && isFill;
return {
isAgreeTos,
isValid,
toastifyInstance
};
});
return function checkValid2(_x2, _x3) {
return _ref2.apply(this, arguments);
};
}();
//! src/AjaxLogin/modules/util/generateElements.tsx
var import_ext_gadget6 = __toESM(require("ext.gadget.React"), 1);
var generateElements = (isAgreeTos) => {
const messageDialog = new OO.ui.MessageDialog();
const nameInput = new OO.ui.TextInputWidget({
icon: "userAvatar",
placeholder: getMessage("Username"),
validate: "non-empty"
});
const pwdInput = new OO.ui.TextInputWidget({
icon: "key",
placeholder: getMessage("Password"),
type: "password",
validate: "non-empty"
});
const agreeTosCheckbox = new OO.ui.CheckboxInputWidget({
selected: isAgreeTos
});
const agreeTosLayout = new OO.ui.FieldLayout(agreeTosCheckbox, {
align: "inline",
label: getMessage("I agree with the relevant terms")
});
const keepLoginCheckbox = new OO.ui.CheckboxInputWidget();
const keepLoginLayout = new OO.ui.FieldLayout(keepLoginCheckbox, {
align: "inline",
help: getMessage("SelectedOrNot"),
label: getMessage("Keep me logged in")
});
const label = /* @__PURE__ */ import_ext_gadget6.default.createElement("label", {
className: ["oo-ui-labelWidget", "oo-ui-labelElement-label"],
style: {
fontSize: "90%",
textAlign: "justify"
}
});
const $label = $(label);
const $agreeTos = $label.clone().append(agreeTosLayout.$element);
const $forgotPassword = $label.clone().css("float", "right").append(/* @__PURE__ */ import_ext_gadget6.default.createElement("a", {
href: mw.util.getUrl("Special:PasswordReset"),
title: getMessage("Reset password")
}, getMessage("Forgot password?")));
const $inputBox = $label.clone().css({
display: "block",
"font-size": "inherit",
padding: "6px 0"
}).append(nameInput.$element.css("margin-bottom", "6px"), pwdInput.$element);
const $tosLabel = $label.clone().html(getMessage("help for I agree with the relevant terms"));
const $rememberMe = $label.clone().append(keepLoginLayout.$element.css("margin-top", "6px"));
return {
$agreeTos,
$forgotPassword,
$inputBox,
$rememberMe,
$tosLabel,
agreeTosCheckbox,
keepLoginCheckbox,
messageDialog,
nameInput,
pwdInput
};
};
//! src/AjaxLogin/modules/util/oouiPrompt.tsx
var import_ext_gadget7 = __toESM(require("ext.gadget.React"), 1);
//! src/AjaxLogin/modules/util/removeWindowResizeHandler.ts
var removeWindowResizeHandler = () => {
$(window).off({
"orientationchange resize": windowManager.onWindowResizeHandler
});
};
//! src/AjaxLogin/modules/util/oouiPrompt.tsx
var oouiPrompt = /* @__PURE__ */ function() {
var _ref3 = _asyncToGenerator(function* (retypePassword) {
const codeDialog = new OO.ui.MessageDialog();
const codeInput = new OO.ui.TextInputWidget({
icon: "key",
placeholder: retypePassword ? getMessage("New password") : getMessage("6-digit number"),
validate: "integer"
});
const codeLayout = new OO.ui.FieldLayout(codeInput, {
align: "top",
label: $(/* @__PURE__ */ import_ext_gadget7.default.createElement("b", {
className: ["oo-ui-messageDialog-title", "oo-ui-window-head"]
}, retypePassword ? getMessage("Enter password") : getMessage("Enter 2FA verification code")))
});
windowManager.addWindows([codeDialog]);
const instance = windowManager.openWindow(codeDialog, {
message: codeLayout.$element
});
removeWindowResizeHandler();
void instance.opened.then(() => {
codeInput.on("enter", () => {
windowManager.getCurrentWindow().close({
action: "accept"
});
});
codeInput.focus();
});
const data = yield instance.closed;
const _data = data;
return (_data === null || _data === void 0 ? void 0 : _data.action) === "accept" ? codeInput.getValue() : null;
});
return function oouiPrompt2(_x4) {
return _ref3.apply(this, arguments);
};
}();
//! src/AjaxLogin/modules/util/queryLoginToken.ts
var import_ext_gadget8 = require("ext.gadget.Toastify");
var queryLoginToken = /* @__PURE__ */ function() {
var _ref4 = _asyncToGenerator(function* (toastifyInstance) {
toastifyInstance.hideToast();
toastifyInstance = (0, import_ext_gadget8.toastify)({
text: getMessage("Getting login token")
});
const loginToken = yield api.getToken("login");
toastifyInstance.hideToast();
toastifyInstance = (0, import_ext_gadget8.toastify)({
text: getMessage("Login token got"),
duration: -1
});
return {
loginToken,
toastifyInstance
};
});
return function queryLoginToken2(_x5) {
return _ref4.apply(this, arguments);
};
}();
//! src/AjaxLogin/modules/util/redirectOriginLoginPage.ts
var import_ext_gadget9 = require("ext.gadget.Util");
var redirectOriginLoginPage = /* @__PURE__ */ function() {
var _ref5 = _asyncToGenerator(function* () {
yield windowManager.clearWindows();
yield (0, import_ext_gadget9.delay)(3 * 1e3);
location.href = mw.util.getUrl("Special:Userlogin");
});
return function redirectOriginLoginPage2() {
return _ref5.apply(this, arguments);
};
}();
//! src/AjaxLogin/modules/util/showError.ts
var import_ext_gadget10 = require("ext.gadget.Toastify");
var showError = (error, toastifyInstance) => {
console.error("[AjaxLogin] Ajax error:", error);
toastifyInstance.hideToast();
(0, import_ext_gadget10.toastify)({
text: getMessage("Network error"),
close: true,
duration: -1
}, "error");
};
//! src/AjaxLogin/modules/core.tsx
var import_ext_gadget12 = require("ext.gadget.Toastify");
var ajaxLogin = (toastifyInstance, isAgreeTos = false) => {
const {
$agreeTos,
$forgotPassword,
$inputBox,
$rememberMe,
$tosLabel,
agreeTosCheckbox,
keepLoginCheckbox,
messageDialog,
nameInput,
pwdInput
} = generateElements(isAgreeTos);
let loginToken = "";
const _login = /* @__PURE__ */ function() {
var _ref6 = _asyncToGenerator(function* ({
loginContinue = false,
retypePassword = false
} = {}) {
try {
var _response$clientlogin, _response$clientlogin2;
if (!loginContinue) {
({
loginToken,
toastifyInstance
} = yield queryLoginToken(toastifyInstance));
}
const params = {
action: "clientlogin",
format: "json",
formatversion: "2",
logintoken: loginToken,
loginreturnurl: location.href,
username: nameInput.getValue(),
password: pwdInput.getValue()
};
if (keepLoginCheckbox.isSelected()) {
params.rememberMe = true;
}
if (loginContinue || retypePassword) {
yield windowManager.clearWindows();
delete params.loginreturnurl;
delete params.username;
delete params.password;
params.logincontinue = true;
const value = yield oouiPrompt(retypePassword);
toastifyInstance.hideToast();
if (value === null) {
(0, import_ext_gadget12.toastify)({
text: getMessage("Login cancelled")
}, "info");
void windowManager.clearWindows();
return;
} else if (value === "") {
if (retypePassword) {
toastifyInstance = (0, import_ext_gadget12.toastify)({
text: getMessage("EmptyPassword"),
duration: -1
}, "warning");
void _login({
retypePassword: true
});
} else {
toastifyInstance = (0, import_ext_gadget12.toastify)({
text: getMessage("Empty2FA"),
duration: -1
}, "warning");
void _login({
loginContinue: true
});
}
return;
}
if (retypePassword) {
params.password = value;
params.retype = value;
} else {
params.OATHToken = value;
}
}
toastifyInstance.hideToast();
toastifyInstance = (0, import_ext_gadget12.toastify)({
text: getMessage("Logging in")
}, "info");
const response = yield api.post(params);
toastifyInstance.hideToast();
if (((_response$clientlogin = response["clientlogin"]) === null || _response$clientlogin === void 0 ? void 0 : _response$clientlogin.status) === "PASS") {
(0, import_ext_gadget12.toastify)({
text: getMessage("Login succeed")
}, "success");
location.reload();
} else if ((_response$clientlogin2 = response["clientlogin"]) !== null && _response$clientlogin2 !== void 0 && _response$clientlogin2.messagecode) {
const {
messagecode
} = response["clientlogin"];
switch (messagecode) {
case "login-throttled":
toastifyInstance = (0, import_ext_gadget12.toastify)({
text: getMessage("TooFrequent"),
duration: -1
}, "error");
break;
case "oathauth-auth-ui":
void _login({
loginContinue: true
});
break;
case "oathauth-login-failed":
toastifyInstance = (0, import_ext_gadget12.toastify)({
text: getMessage("Invalid 2FA verification code"),
duration: -1
}, "warning");
void _login({
loginContinue: true
});
break;
case "resetpass-temp-emailed":
toastifyInstance = (0, import_ext_gadget12.toastify)({
text: getMessage("New password is required"),
duration: -1
}, "warning");
void _login({
retypePassword: true
});
break;
case "wrongpassword":
toastifyInstance = (0, import_ext_gadget12.toastify)({
text: getMessage("Invalid username or password"),
duration: -1
}, "warning");
yield windowManager.clearWindows();
ajaxLogin(toastifyInstance);
break;
default:
(0, import_ext_gadget12.toastify)({
text: getMessage("Unexpected API response").replace("$1", messagecode),
close: true,
duration: -1
}, "error");
void redirectOriginLoginPage();
}
}
} catch (error) {
showError(error, toastifyInstance);
void redirectOriginLoginPage();
}
});
return function login() {
return _ref6.apply(this, arguments);
};
}();
const check = /* @__PURE__ */ function() {
var _ref7 = _asyncToGenerator(function* () {
const {
isValid,
isAgreeTos: lastIsAgreeTos,
toastifyInstance: lastToastifyInstance
} = yield checkValid([agreeTosCheckbox, nameInput, pwdInput], toastifyInstance);
toastifyInstance = lastToastifyInstance;
if (isValid) {
void _login();
} else {
ajaxLogin(toastifyInstance, lastIsAgreeTos);
}
});
return function check2() {
return _ref7.apply(this, arguments);
};
}();
pwdInput.on("enter", () => {
void check();
});
messageDialog.getActionProcess = (action) => new OO.ui.Process(() => {
if (action === "login") {
void check();
} else {
toastifyInstance.hideToast();
void windowManager.clearWindows();
}
});
windowManager.addWindows([messageDialog]);
void windowManager.openWindow(messageDialog, {
actions: [{
action: "login",
flags: ["primary", "progressive"],
label: $(/* @__PURE__ */ import_ext_gadget11.default.createElement("b", null, getMessage("Login")))
}, {
action: "cancel",
flags: ["safe", "close"],
label: $(/* @__PURE__ */ import_ext_gadget11.default.createElement("b", null, getMessage("Cancel")))
}],
message: $(/* @__PURE__ */ import_ext_gadget11.default.createElement("div", {
className: "oo-ui-window-foot"
}, [$inputBox, $forgotPassword, $rememberMe, $agreeTos, $tosLabel])),
title: $(/* @__PURE__ */ import_ext_gadget11.default.createElement("b", {
className: "oo-ui-window-head"
}, getMessage("Login"))),
size: "small"
});
removeWindowResizeHandler();
};
//! src/AjaxLogin/AjaxLogin.ts
void (0, import_ext_gadget13.getBody)().then(function initAutoLogin($body) {
const {
wgUserName
} = mw.config.get();
if (wgUserName) {
return;
}
const $loginElement = $body.find(loginElementSelector);
if (!$loginElement.length) {
return;
}
windowManager.$element.appendTo($body);
const fakeToastifyInstance = {
hideToast: () => {
}
};
const eventListener = (event) => {
if (!(0, import_ext_gadget13.checkA11yConfirmKey)(event)) {
return;
}
event.preventDefault();
ajaxLogin(fakeToastifyInstance);
};
addListener($loginElement, eventListener);
});
})();