Yang Luo
|
0ec22ae6ff
|
Fix null bug in getLanguage()
|
2023-06-03 00:29:08 +08:00 |
|
Yang Luo
|
fb1db7823b
|
Add DummyPaymentProvider
|
2023-05-30 23:25:58 +08:00 |
|
Yang Luo
|
2389d47c34
|
Fix getFormattedDate()
|
2023-05-23 15:09:53 +08:00 |
|
Jadson Santos
|
af79fdedf2
|
feat: add new language: "pt" (#1837)
* feat: Added new locales pt-br
* fix: Changed pt-br to pt
* feat: Updated app.conf
* feat: Updated Setting.js
* feat: Changed folder locales pt-br to pt
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
|
2023-05-19 16:57:44 +08:00 |
|
Yang Luo
|
0b5ecca5c8
|
Support empty application in page
|
2023-05-16 22:17:39 +08:00 |
|
Yaodong Yu
|
eb39e9e044
|
feat: add multi-factor authentication (MFA) feature (#1800)
* feat: add two-factor authentication interface and api
* merge
* feat: add Two-factor authentication accountItem and two-factor api in frontend
* feat: add basic 2fa setup UI
* rebase
* feat: finish the two-factor authentication
* rebase
* feat: support recover code
* chore: fix eslint error
* feat: support multiple sms account
* fix: client application login
* fix: lint
* Update authz.go
* Update mfa.go
* fix: support phone
* fix: i18n
* fix: i18n
* fix: support preferred mfa methods
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
|
2023-05-05 21:23:59 +08:00 |
|
Yang Luo
|
d25508fa56
|
Improve chat UI
|
2023-04-22 23:20:40 +08:00 |
|
Yang Luo
|
f3ea39d20c
|
Fix result page button link
|
2023-04-21 23:56:33 +08:00 |
|
Yang Luo
|
be87078c25
|
Fix vi i18n
|
2023-04-15 14:16:49 +08:00 |
|
Dzung Do
|
984a69cb4b
|
feat: fix wrong Vietnamese flag (#1724)
* fix wrong Vietnam country code
* fix wrong Vietnam country code
* fix wrong Vietnam country code
* fix wrong Vietnam country code
|
2023-04-10 22:42:12 +08:00 |
|
Yang Luo
|
30ea3a1335
|
Improve getTags()
|
2023-04-09 15:54:21 +08:00 |
|
Yaodong Yu
|
a8937d3046
|
feat: refactor agreement modal and create folders to classify components (#1686)
* refactor: refactor agreement modal and create folders to classify components
* fix: i18
* fix: i18
* fix: i18n
|
2023-03-26 18:44:47 +08:00 |
|
Gucheng Wang
|
c7b9a77b4a
|
Remove Go i18n duplicates
|
2023-03-19 22:09:19 +08:00 |
|
Gucheng Wang
|
98f962f818
|
Support i18n of id
|
2023-03-19 19:56:56 +08:00 |
|
Gucheng Wang
|
31e4813df9
|
Finish i18n of fr
|
2023-03-18 18:54:05 +08:00 |
|
wht
|
ed052b0e6a
|
feat: add support for SUBMAIL sms (#1621)
* feat: add support for SUBMAIL sms
* fix: add SUBMAIL SMS icon
|
2023-03-06 21:23:45 +08:00 |
|
Yaodong Yu
|
8696b08db2
|
fix: empty countryCode of current account causes crash (#1603)
* fix: empty countryCode of current account cause crush
* Update UserEditPage.js
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
|
2023-03-01 22:09:48 +08:00 |
|
Yaodong Yu
|
5caceb4ae2
|
feat: fix bug that signup country code is undefined (#1590)
* feat: fix signup country code is undefined
* refactor: valid phone number in CN
|
2023-02-27 20:10:59 +08:00 |
|
Gucheng Wang
|
f5672357e6
|
fix resetting phone bug
|
2023-02-25 15:46:54 +08:00 |
|
Gucheng Wang
|
181e7c8c7d
|
Refactor out getCountryCodeOption()
|
2023-02-25 15:25:47 +08:00 |
|
Gucheng Wang
|
36c5a9d09b
|
Sort country list
|
2023-02-25 15:08:08 +08:00 |
|
Gucheng Wang
|
d104a292e7
|
fix normal user phone edit control
|
2023-02-25 11:47:34 +08:00 |
|
Yang Luo
|
3f0a741e6c
|
Improve i18n languages
|
2023-02-18 17:35:36 +08:00 |
|
Yang Luo
|
3a70f4e788
|
Add Setting.isResponseDenied()
|
2023-02-18 16:21:12 +08:00 |
|
Yaodong Yu
|
eb72c9f273
|
feat: support multiple country codes for sending SMS (#1557)
* feat: support multiple country code
* feat: improve UI
* feat: migrate accountItem
* fix: Aliyun compatible
* fix: phone validate
* fix: typo
|
2023-02-16 22:53:28 +08:00 |
|
Yaodong Yu
|
950a274b23
|
fix: region don't display in userEditPage (#1544)
|
2023-02-12 18:56:56 +08:00 |
|
hsluoyz
|
8b8c866fd2
|
feat: replace gomail and disable the Email username check for Mailtrap (#1538)
|
2023-02-11 15:59:23 +08:00 |
|
LilithHC
|
943aa61869
|
feat: add provider icons and menus (#1522)
* fix: add provider icons(email and captcha) and menus
* fix: add provider icons and menus
|
2023-02-06 20:28:40 +08:00 |
|
WangGuan
|
8698f4111a
|
feat: add all remaining Goth providers to Casdoor OAuth login (#1484)
* feat: add Amazon support as OAuth 3rd-party login
* refactor: comebine the same URLs
* refactor: use hyper component to create login button
* feat: add all remaining Goth providers to Casdoor OAuth login
* refactor: remove redundant props
* fix: check provider auth url and params
|
2023-02-04 12:20:18 +08:00 |
|
Yaodong Yu
|
95b32d5ebf
|
feat: support customize theme (#1500)
* refactor: simplify functions and improve variable naming
* feat: add themeEditor component
* feat: support customize theme
* chore: resolve conflict and add LICENCE
* chore: format code
* refactor: use icon replace background url
* feat: improve organization and application theme editor
|
2023-02-01 22:06:40 +08:00 |
|
imp2002
|
b47baa06e1
|
fix: remove "Agreement" in edit application error (#1506)
|
2023-01-31 22:56:19 +08:00 |
|
Chell
|
457e6208ad
|
feat: terms of use auto selected (#1485)
|
2023-01-19 20:31:21 +08:00 |
|
Chell
|
d10b1347a8
|
feat: add terms of use in signin page (#1476)
* feat: extract terms of use renderer
* fix: layout
* fix: form styling
* fix: required state
* feat: application terms of use setting
* fix: refactor getTermsOfUseContent
* fix: refactor renderers
|
2023-01-19 18:39:24 +08:00 |
|
Yaodong Yu
|
fcdf1e8dd2
|
feat: improve Select component performance (#1472)
|
2023-01-12 23:11:11 +08:00 |
|
Yaodong Yu
|
b525210835
|
feat: destroy session after delete user (#1441)
* fix: destroy session after delete user
* feat: visual session
* fix: go lint
* feat: add translation
* feat: auto flush after offline
* fix: delete one session
* fix: move 403 page to baseListPage
|
2023-01-06 15:04:13 +08:00 |
|
Chell
|
f465fc6ce0
|
feat: support changing theme in antd 5 (#1430)
* feat: add global theme change function
* feat: add icons
* feat: in app theme changer
* feat: use antd built-in themes
* fix: multiple styling problem
* fix: theme init from localstorage
* feat: dark mode footer
* feat: casdoor logo color theme
* feat: select theme box icon adaptive to theme
* fix: menu bar style
* fix: language box style
* feat: translation
* feat: update translation of select theme box without reloading
* fix: mobile view
* fix: better structured select theme box
* feat: add compact icon
* fix: redundant theme fetch
* fix: redundant theme fetch
* fix: various styling problems
|
2022-12-29 22:30:37 +08:00 |
|
Chell
|
a71a190db5
|
feat: fix bug in redirectToLoginPage() (#1422)
|
2022-12-24 01:10:02 +08:00 |
|
Chell
|
5d1548e989
|
feat: fix absolute URL redirection (#1419)
* fix: redirect to absolute url
* fix: original jump
|
2022-12-23 11:05:15 +08:00 |
|
WangGuan
|
ae130788ec
|
feat: add Line support as OAuth 3rd-party login (#1413)
|
2022-12-21 02:25:58 +08:00 |
|
Gucheng Wang
|
c5ef841d3f
|
Disable isValidIdCard()
|
2022-12-12 01:07:31 +08:00 |
|
Chell
|
ef836acfe9
|
fix: login page flag icon preload (#1393)
|
2022-12-11 11:22:58 +08:00 |
|
Gucheng Wang
|
96566a626b
|
Increase Detail field size
|
2022-12-07 01:53:03 +08:00 |
|
Yaodong Yu
|
ca314bbfb5
|
feat: refactor layout and fix footer CSS (#1370)
|
2022-12-06 00:50:17 +08:00 |
|
Yaodong Yu
|
0856977b92
|
feat: update to antd 5.0 (#1362)
* feat: update to ant5.X
* fix: incompatible styles
* fix: adjust the style
|
2022-12-04 23:05:30 +08:00 |
|
YiNN
|
5bb7a4153f
|
feat: add cloudflare turnstile captcha (#1327)
* feat: add cloudflare turnstile captcha
* fix: rename turnstile to cloudflare turnstile
|
2022-11-26 17:17:49 +08:00 |
|
Yaodong Yu
|
b10fb97c92
|
feat: finish policy list management (#1317)
|
2022-11-25 16:02:20 +08:00 |
|
Mr Forest
|
ba9d1e2388
|
fix: fix bug in GetAcceptLanguage() (#1322)
|
2022-11-24 20:43:35 +08:00 |
|
Yaodong Yu
|
19ba37e0c2
|
feat: can specify available UI languages for an organization (#1306)
|
2022-11-19 22:11:19 +08:00 |
|
Chell
|
61c2fd5412
|
feat: fix the issue of jumping back to the login page after resetting password (#1288)
* fix: redirect to login page
* fix: front end router
* fix: front end router
* fix: signup page router
* fix: redirect to login page
|
2022-11-13 12:16:49 +08:00 |
|
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 |
|