Chell
7e5952c804
fix: login / signin frontend router ( #1244 )
...
* fix: go to link
* fix: remove gotologin
* fix: redirect to login page
* fix: redirect to login page
* remove comments
* fix: formats
* fix: formats
* Update Setting.js
Co-authored-by: hsluoyz <hsluoyz@qq.com>
2022-10-28 02:23:57 +08:00
Yaodong Yu
b0f572c51a
feat: add left-side image and improve login page ( #1226 )
2022-10-22 21:43:41 +08:00
Resulte Lee
f02875e1b1
fix: enable captcha in the application which is not built-in ( #1061 )
2022-08-23 23:30:45 +08:00
q1anx1
a741c5179a
chore(style): modify eslint rules ( #1011 )
...
* chore(style): use strict rules
* chore: modify position
* chore(style): warn about `console.log` and `==`
* fix: fix `console.log` error
* Update CropperDiv.js
* Update HomePage.js
Co-authored-by: Yang Luo <hsluoyz@qq.com>
2022-08-13 00:04:18 +08:00
q1anx1
deed857788
chore(style): allow case declarations and ban var
( #987 )
...
* chore(style): allow case declarations
* chore(style): ban `var` and prefer `const`
2022-08-08 23:35:24 +08:00
qianxi0410
c428de6e42
feat: fix some comma dangle
2022-08-07 00:17:27 +08:00
qianxi0410
9bca6bb72e
feat: no-multi-spacing
2022-08-07 00:06:20 +08:00
qianxi0410
cd966116d4
feat: comma dangle
2022-08-06 23:54:56 +08:00
Yang Luo
a0b0e186b7
Improve i18n code and data.
2022-07-17 17:56:43 +08:00
キリサメ qianxi
503d244166
feat(web): add lint ( #875 )
...
* feat: add lint
* feat: fix lint error
* chore: add ignore file
* chore: close indent
2022-07-10 15:45:55 +08:00
leoshine
b9404f14dc
feat: fix bug of using email provider from wrong application ( #869 )
2022-07-10 00:40:52 +08:00
Yixiang Zhao
9f7924a6e0
fix: mask email and phone number on the backend ( #563 )
...
* fix: mask email and phone number on the backend
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: login with masked email or phone
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: improve regex
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
2022-03-15 12:54:57 +08:00
Товарищ программист
adf036d8c7
fix: fix missing username in forgetpage ( #487 )
2022-02-14 19:47:18 +08:00
Gucheng Wang
db37f53d6c
Update license headers.
2022-02-13 23:39:27 +08:00
Gucheng Wang
728fe11a3c
Refactor CountDownInput.
2022-01-07 20:34:27 +08:00
Yang Luo
cc8c9b32ef
Fix missing options in renderOptions().
2021-12-24 14:09:12 +08:00
Bingchang Chen
70a550d8bc
feat: login by code ( #344 )
...
Signed-off-by: abingcbc <abingcbc626@gmail.com>
2021-12-07 00:05:53 +08:00
Gucheng Wang
d224e728a3
Reduce CountDownInput args.
2021-11-28 20:57:14 +08:00
Gucheng Wang
36b7993994
Improve UI.
2021-11-28 20:18:03 +08:00
Gucheng Wang
7923bffa6d
Improve forget page CSS.
2021-11-28 14:23:00 +08:00
Gucheng Wang
4e92a8273c
Improve forget page logic.
2021-11-28 11:10:07 +08:00
Gucheng Wang
cbf973882d
Show CustomGithubCorner in other pages.
2021-11-06 22:04:20 +08:00
sh1luo
21b4e0e51d
fix: clear all console warnings ( #192 )
...
Signed-off-by: sh1luo <690898835@qq.com>
2021-07-25 11:10:45 +08:00
Yang Luo
a42a76400e
Improve "Send Code" button style.
2021-06-27 00:52:15 +08:00
Yang Luo
2ba44748c2
Add maskEmail(), fix Safari bug.
2021-06-25 21:35:20 +08:00
turbodog
3a806c14ff
feat: improve i18n and add some translation
...
Signed-off-by: turbodog <turbodog1003@gmail.com>
2021-06-20 00:32:16 +08:00
Yang Luo
8bc9163def
Improve i18n.
2021-06-15 22:12:50 +08:00
Weihao
c983ee7ca6
feat: won't send verification code if there is no account bounded to phone/email
...
Signed-off-by: Weihao <1340908470@qq.com>
2021-06-07 19:13:06 +08:00
Weihao Chen
1cb5ae54c5
feat: add "forget password" [front & backend] ( #75 )
...
* feat: add "forget password" [front & backend]
Signed-off-by: Weihao <1340908470@qq.com>
* fix: verification code can be sent even if no mobile phone or email is selected
refactor: forgetPassword -> forget; GetEmailAndPhoneByUsername -> GetEmailAndPhone; remove useless note
Signed-off-by: Weihao <1340908470@qq.com>
2021-06-02 13:39:01 +08:00