Gucheng Wang
cfce5289ed
Rename getStateFromQueryParams() and getQueryParamsFromState()
2022-09-09 02:02:32 +08:00
Resulte Lee
e158b58ffa
fix: add hidden signal to support chrome extension to auto-signin ( #1109 )
...
* feat: add hiden applicationName(support chrome extension to auto recognize applicationName)
* feat: add hiden applicationName for all page
* fix typo
* delete unuseful code
* remove hidden applicationName from login page
* prevent crash if signupApplication is null
* Update App.js
Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>
2022-09-07 17:02:28 +08:00
Mario Fischer
a399184cfc
fix: correct edit URL in model list ( #1108 )
...
Co-authored-by: Mario Fischer <mario.fischer@inmanet.de>
2022-09-07 00:54:27 +08:00
Товарищ программист
d8b60f838e
fix: fix bugs about 3rd-party login in cas flow ( #1096 )
2022-09-05 23:02:25 +08:00
q1anx1
35676455bc
chore(style): add keyword spacing rule ( #1098 )
2022-09-04 19:40:30 +08:00
Gucheng Wang
8128671c8c
Improve email code
2022-09-04 12:15:07 +08:00
Gucheng Wang
d278bc9651
Add receiver for Email provider
2022-09-04 11:37:36 +08:00
Gucheng Wang
b23bd0b189
Support SUBMAIL email provider
2022-09-04 11:21:20 +08:00
Gucheng Wang
409be85264
Fix placeholder typo
2022-09-03 18:52:35 +08:00
conghuhu
e108d26ec7
fix: recover header logo && add styleint check ( #1084 )
...
* fix: fix header logo not show
* feat: update lint-staged
feat: add stylelint
2022-08-31 23:26:58 +08:00
Resulte Lee
8da50b7893
feat: extend managed accounts for get-account api ( #1068 )
...
* feat: add get-extend-account api
* feat: extend managed accounts for get-account api
* fix go-linter err
* Use GetApplicationsByOrganizationName
2022-08-30 00:57:27 +08:00
conghuhu
5948782cdd
fix: fix eslint error in webstorm ( #1073 )
2022-08-29 15:23:51 +08:00
conghuhu
674d1619dd
fix: fix hot update error #1071 ( #1072 )
2022-08-29 13:45:31 +08:00
conghuhu
11b8b65ca0
feat: update antd and react to latest ( #1069 )
2022-08-28 23:14:04 +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
wenxuan70
267833d9f9
feat: fix the application edit page bug due to this.props.location.search ( #1055 )
2022-08-22 15:13:58 +08:00
Fernando López Guevara
580d43101e
fix(i18n): add spanish translations ( #1043 )
...
* feat(i18n): add spanish translations
* feat(i18n): add missing translations
* feat(i18n): use new icon flag set
* use document protocol
* fix(i18n): use our static flags
2022-08-22 09:42:28 +08:00
wenxuan70
fdf2b880cb
feat: click on the app card to log in automatically ( #1049 )
2022-08-22 01:17:18 +08:00
Resulte Lee
1f11d22c1c
fix: add managed account table for supporting Chrome extension to auto login ( #1030 )
...
* feat: add manage accounts table(support chrome extension to auto login)
* fix go lint err
* rename manageAccounts to managedAccounts
* expand up&down buttom column width
* rename ManagedAccountsTable to ManagedAccountTable
2022-08-22 00:25:39 +08:00
Gucheng Wang
b6988286b5
Improve i18n for permission page
2022-08-21 23:17:14 +08:00
leoshine
64f787fab5
feat: can modify static resource url by app.conf ( #1045 )
...
* feat: can modify static resource url by app.conf
Signed-off-by: magicwind <2814461814@qq.com>
* Update static_filter.go
Signed-off-by: magicwind <2814461814@qq.com>
Co-authored-by: Yang Luo <hsluoyz@qq.com>
2022-08-21 21:40:27 +08:00
Resulte Lee
39c6bd5850
fix: country/region prompted page not show when signin ( #1047 )
2022-08-21 17:41:07 +08:00
Gucheng Wang
7312c5ce3c
Don't check domain for submitPermissionEdit()
2022-08-21 15:28:19 +08:00
Resulte Lee
0bc5b90218
fix: add country/region selectbox in prompt page ( #1022 )
2022-08-21 11:12:23 +08:00
q1anx1
f3b3376a3c
fix: fix get version error ( #1044 )
...
* feat: fix get version error
* feat: more safe
* fix
2022-08-21 10:47:36 +08:00
q1anx1
feec6abd88
fix: fix translations for system info page ( #1042 )
2022-08-20 23:00:37 +08:00
q1anx1
ef4c3833a4
feat: add system info page ( #1033 )
...
* feat: add system info page
* feat: add some code
* fix
2022-08-20 21:22:46 +08:00
Fernando López Guevara
7d979cbaf0
feat(storage): add support for min.io storage ( #1037 )
...
* feat(storage): add support for min.io storage
* fix(minio): use doublequote
* fix(storage): change storage name to MinIO
2022-08-20 11:30:13 +08:00
Gucheng Wang
a4fe2a6485
Add check for submitPermissionEdit()
2022-08-19 01:52:29 +08:00
Yixiang Zhao
8e9ed1205b
feat: support RBAC with domains model and add adapter to specify the table name for policy storage ( #1020 )
...
* feat: support RBAC with domains model and add adapter to specify the table name for policy storage
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix some bugs
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* add i18n
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
2022-08-18 11:49:32 +08:00
Yixiang Zhao
a341c65bb1
fix: third-party user may login to the built-in organization ( #1024 )
...
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
2022-08-17 23:18:38 +08:00
疯魔慕薇
91fa024f0b
feat: Mock SMS ( #1009 )
...
1. Update go-sms-sender to v0.3.0.
2. Fix: avoid page crash if not found provider info.
Signed-off-by: 疯魔慕薇 <kfanjian@gmail.com>
Signed-off-by: 疯魔慕薇 <kfanjian@gmail.com>
2022-08-17 22:02:45 +08:00
Gucheng Wang
c92d34e27c
Add GetPermissionsBySubmitter()
2022-08-15 14:09:12 +08:00
Yixiang Zhao
dfbf7753c3
feat: support RBAC model in permission ( #1006 )
...
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
2022-08-15 10:24:26 +08:00
leoshine
ba732b3075
feat: use staticBaseUrl for all static resources ( #1015 )
...
* feat: modify system image link
* Update App.less
Co-authored-by: Yang Luo <hsluoyz@qq.com>
2022-08-15 09:18:21 +08:00
q1anx1
ca13247572
chore(style): use eqeqeq
( #1013 )
2022-08-13 11:23:16 +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
Bingchang Chen
53ad454962
feat: responsive footer ( #1003 )
2022-08-10 20:31:42 +08:00
leoshine
fb203a6f30
feat: delete .env to fix static file path bug ( #999 )
2022-08-10 12:22:27 +08:00
Gucheng Wang
f716a0985f
Add disableSsl to provider.
2022-08-09 23:38:35 +08:00
jakiuncle
4dd67a8dcb
fix: fix all frontend warnings ( #983 )
...
* fix:fix all frontend warnings
* fix:fix all frontend warnings
* fix:fix all frontend warnings
* fix:fix all frontend warnings
* fix:fix all frontend warnings
* fix:fix all frontend warnings
2022-08-09 12:19:56 +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
q1anx1
b14554a5ba
feat(web): check style when commit ( #980 )
...
feat(web): check style when commit
2022-08-08 00:10:31 +08:00
Gucheng Wang
4665ffa759
Update i18n data
2022-08-08 00:02:47 +08:00
Bingchang Chen
ee8dd23a56
fix: fixed footer css ( #951 )
2022-08-07 17:22:52 +08:00
github-actions[bot]
08d0269e30
refactor: New Crowdin translations by Github Action ( #974 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-08-07 16:06:52 +08:00
leoshine
8e5cd18c91
fix: Restrict the request permissions of providers and applications ( #970 )
2022-08-07 16:05:05 +08:00
Gucheng Wang
32b4d98c2a
Add ExtendProductWithProviders().
2022-08-07 15:45:06 +08:00
q1anx1
45d2745b67
chore(style): add eslint rules: no-unused-imports and no-unused-vars ( #976 )
...
* feat(web): no-unused-imports and no-unused-vars
* chore: fix json style
2022-08-07 11:51:53 +08:00
qianxi0410
c428de6e42
feat: fix some comma dangle
2022-08-07 00:17:27 +08:00