Yaodong Yu
9f3ee275a8
feat: reformat frontend alert texts with correct i18n ( #1341 )
...
* fix: add i18
* fix: standard prompt message
v1.172.0
2022-12-02 00:06:28 +08:00
Chell
fcda64ad7d
fix: provider sort alphabetical order ( #1347 )
v1.171.2
2022-12-01 22:51:10 +08:00
Yaodong Yu
d815bf92bd
fix: handle add message in frontend ( #1340 )
v1.171.1
2022-11-29 20:32:47 +08:00
WangGuan
7867060b71
feat: add quota limitation to organizations, users, providers and applications ( #1339 )
v1.171.0
2022-11-29 11:01:41 +08:00
Mr Forest
8890d1d7c7
fix: check credential existence when signing via WebAuthn ( #1336 )
...
* fix: check credential existence when signing via WebAuthn
* fix review problem
v1.170.2
2022-11-28 21:47:17 +08:00
Chell
6e6a0a074a
fix: application edit mobile view ( #1331 )
...
* fix: application edit mobile view
* fix: decompose elements
* fix: decomposition
* fix: remove space component
* Update ApplicationEditPage.js
Co-authored-by: hsluoyz <hsluoyz@qq.com>
v1.170.1
2022-11-28 21:10:49 +08:00
Thai
cff3007992
feat: add get-permissions-by-role API ( #1335 )
v1.170.0
2022-11-28 15:30:46 +08:00
Mr Forest
fe448cbcf4
feat: check user existence when signing in via verification code ( #1334 )
...
* fix:check user existence when logining by verification code
* fix review problems
* Update verification.go
Co-authored-by: hsluoyz <hsluoyz@qq.com>
v1.169.0
2022-11-28 00:11:33 +08:00
Chell
2ab25df950
fix: prompt page translation ( #1330 )
...
* fix: prompt page translation
* add multiple translations
* fix: translation consistency
* fix: translation consistency
* fix: add translation
* fix: add translation
* Update data.json
Co-authored-by: hsluoyz <hsluoyz@qq.com>
v1.168.1
2022-11-27 21:04:45 +08:00
WangGuan
b895926754
feat: use another filename when uploading a duplicated file instead of replacing it ( #1329 )
...
* fix: upload a file with the same name, not replace
* Update resource.go
Co-authored-by: hsluoyz <hsluoyz@qq.com>
v1.168.0
2022-11-27 17:32:15 +08:00
YiNN
5bb7a4153f
feat: add cloudflare turnstile captcha ( #1327 )
...
* feat: add cloudflare turnstile captcha
* fix: rename turnstile to cloudflare turnstile
v1.167.0
2022-11-26 17:17:49 +08:00
Yaodong Yu
b7cd598ee8
fix: fail to return after flush the page ( #1325 )
...
* fix: fail to return after flush the page
Old methed just get the url path parameter when click the butten. But when the page flushed, the returnUrl will disappear, so can not return to the specified page.
* Update UserEditPage.js
* Update UserEditPage.js
Co-authored-by: hsluoyz <hsluoyz@qq.com>
v1.166.1
2022-11-25 23:08:45 +08:00
Yaodong Yu
b10fb97c92
feat: finish policy list management ( #1317 )
v1.166.0
2022-11-25 16:02:20 +08:00
Yaodong Yu
b337b908ea
feat: fix the bug that admin cannot upload avatar for other users ( #1323 )
v1.165.0
2022-11-25 09:36:47 +08:00
Mr Forest
ba9d1e2388
fix: fix bug in GetAcceptLanguage() ( #1322 )
v1.164.1
2022-11-24 20:43:35 +08:00
Mr Forest
29ec1d2d9c
feat: update Xorm to v1.0.5 to fix the PostgreSQL bug in Xorm ( #1321 )
...
* fix:update xorm version
* fix pr problems
* update xorm version to 1.2.0
* update xorm version to 1.0.5
* fix pr problems
* generate go.sum file
v1.164.0
2022-11-24 19:28:51 +08:00
Mr Forest
84a03f6c8e
feat: add webhook for add/update org/provider ( #1316 )
v1.163.0
2022-11-24 00:29:15 +08:00
会思考的下丘脑
56ff06bbea
feat: add parameter v0 for Casbin APIs ( #1315 )
v1.162.0
2022-11-23 22:39:17 +08:00
Yaodong Yu
7e756b8ee2
feat: manager applications in organization scope ( #1290 )
...
* feat: manager applications in organization scope(front end)
* fix: application can use own organization and admin provider
* fix: improve methed to get provider
* fix: modify provider methods by convention
v1.161.0
2022-11-21 01:17:55 +08:00
Yaodong Yu
19ba37e0c2
feat: can specify available UI languages for an organization ( #1306 )
v1.160.0
2022-11-19 22:11:19 +08:00
Mr Forest
b98ce19211
feat: fix bug in GetDefaultApplication() that caused login error for other orgs ( #1299 )
...
* fix:fix bug in GetDefaultApplication
* fix:fix bug in GetDefaultApplication
v1.159.0
2022-11-16 00:39:05 +08:00
会思考的下丘脑
37d1a73c0c
feat: encode redirectUri ( #1297 )
v1.158.0
2022-11-15 19:05:59 +08:00
Yaodong Yu
727877cf54
fix: illegal user when new a permission ( #1298 )
v1.157.2
2022-11-15 14:19:20 +08:00
Mr Forest
939b416717
fix: limit only under PC can login by following Wechat Official Account ( #1293 )
v1.157.1
2022-11-14 09:03:55 +08:00
imp2002
f115843fbb
feat: fix verification code send time's limit logic ( #1292 )
v1.157.0
2022-11-13 22:00:48 +08:00
Mr Forest
aa6a4dc74f
feat: support login by following wechat official account ( #1284 )
...
* show QRcode when click WeChat Icon
* update how to show qrcode
* handle wechat scan qrcode
* fix api problems
* fix url problems
* fix problems
* modify get frequency
* remove useless print
* fix:fix PR problems
* fix: fix PR problems
* fix:fix PR problem
* fix IMG load delay problems
* fix:fix provider problems
* fix test problems
* use gofumpt to fmt code
* fix:delete useless variables
* feat:add button for follow official account
* fix:fix review problems
* use gofumpt to fmt code
* fix:fix scantype problems
* fix Response problem
* use gofumpt to format code
v1.156.0
2022-11-13 15:05:15 +08:00
cofecatt
462a82a3d5
fix: Add distinctions between access_token and refresh_token ( #1280 )
v1.155.2
2022-11-13 13:00:25 +08:00
Dinn
262aeba7e2
fix(RoleEditPage): Fix a crash when the sample role domains is null ( #1268 )
v1.155.1
2022-11-13 12:28:24 +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
v1.155.0
2022-11-13 12:16:49 +08:00
Chell
d542208eb8
feat: fix select language box overlay ( #1289 )
...
* fix: select language box overlay
* fix: select language box position
* fix: select language box position
* fix: select language box position
v1.154.0
2022-11-13 10:52:22 +08:00
Yaodong Yu
f818200c95
feat: fix empty organization in adapter edit page ( #1274 )
v1.153.0
2022-11-08 21:03:15 +08:00
Yaodong Yu
5bc2e91344
fix: fix typo ( #1264 )
v1.152.1
2022-11-06 21:14:26 +08:00
Gucheng Wang
295f732b18
Show tag in i18n
2022-11-06 20:19:31 +08:00
cofecatt
770ae47471
feat: fix memory leak problem ( #1257 )
v1.152.0
2022-11-06 01:43:27 +08:00
Chell
2ce4f96355
fix: forget page mobile view ( #1263 )
v1.151.2
2022-11-05 22:54:22 +08:00
Chell
07ed834b27
fix: system info mobile view ( #1261 )
v1.151.1
2022-11-05 22:46:52 +08:00
Yaodong Yu
8d686411ee
feat: support add providers inside the Organization scope ( #1250 )
...
* feat: support add providers inside the Organization scope
Signed-off-by: magicwind <2814461814@qq.com>
* Update ProviderListPage.js
* fix: gloabal admin can see all providers
* fix: table fixed column warning
* fix: edit application page can get all providers
Signed-off-by: magicwind <2814461814@qq.com>
Co-authored-by: hsluoyz <hsluoyz@qq.com>
v1.151.0
2022-11-04 21:31:08 +08:00
Yaodong Yu
ce722897f1
feat: support prefix path for storage files ( #1258 )
v1.150.0
2022-11-04 21:08:39 +08:00
Mr Forest
a8381e875b
feat: change all occurrences when a object name is changed ( #1252 )
v1.149.0
2022-11-02 00:17:38 +08:00
Ke Wang
4c81fd7d16
feat: fix generating wrong x.509 private key file header ( #1253 )
...
According to the [official x509 documentation](https://pkg.go.dev/crypto/x509#MarshalPKCS1PrivateKey ), the private key generated using `x509.MarshalPKCS1PrivateKey` starts with `-----BEGIN RSA PRIVATE KEY-----` instead of `-----BEGIN PRIVATE KEY-----`. Otherwise, it will not be parsed by most tools (like OpenSSL, [jwt.io](https://jwt.io/ ), etc.) because it does not conform to the specification.
v1.148.0
2022-11-01 22:19:38 +08:00
xAmast
25ee4226d3
feat: clear the session of a signin but non-existent user ( #1246 )
v1.147.0
2022-10-29 20:18:02 +08:00
Bingchang Chen
9d5b019243
fix: nil error if init data is empty ( #1247 )
v1.146.1
2022-10-29 20:04:43 +08:00
Mr Forest
6bb7b545b4
feat: restrict DingTalk user log in who is under the DingTalk Org(which ClientId belong) ( #1241 )
...
* feat: fix bug in GetAcceptLanguage()
* feat: add appName when logging in with DingTalk
* fix review problems
* format code
* delete useless printf
* modify display name
Co-authored-by: Gucheng Wang <nomeguy@qq.com>
v1.146.0
2022-10-28 22:14:05 +08:00
wenxuan70
25d56ee8d5
feat: allow captcha to be enabled when logging in ( #1211 )
...
* Fix bug in GetAcceptLanguage()
* feat: allow captcha to be enabled when logging in
* feat: when the login password is wrong, enable captcha
* feat: Restrict captcha from frontend
* fix: modify CaptchaModal component
* fix: modify the words of i18n
* Update data.json
Co-authored-by: Gucheng Wang <nomeguy@qq.com>
Co-authored-by: hsluoyz <hsluoyz@qq.com>
v1.145.0
2022-10-28 13:38:14 +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>
v1.144.1
2022-10-28 02:23:57 +08:00
Yaodong Yu
80bf29d79a
feat: fix showing wrong error message: "Please sign in first" ( #1245 )
v1.144.0
2022-10-27 23:50:45 +08:00
Yaodong Yu
971e53dfd8
fix: fix duplicated user bug in user list page ( #1243 )
...
* fix: user list repititon errer
* Update UserListPage.js
Co-authored-by: hsluoyz <hsluoyz@qq.com>
v1.143.1
2022-10-27 22:51:05 +08:00
Bingchang Chen
654b903d7a
feat: fix multi-platform docker image ( #1242 )
v1.143.0
2022-10-26 23:31:00 +08:00
jakiuncle
2f72e6971b
fix: make the app list in homepage have the same height ( #1239 )
...
* fix: make the app list in homepage have the same height
* fix: make the app list in homepage have the same height
* Update SingleCard.js
Co-authored-by: hsluoyz <hsluoyz@qq.com>
v1.142.1
2022-10-25 19:27:24 +08:00
Mr Forest
d4b587b93e
feat: fix bug in GetAcceptLanguage() ( #1237 )
...
Co-authored-by: Gucheng Wang <nomeguy@qq.com>
v1.142.0
2022-10-25 10:50:10 +08:00