02c06bc93c
feat: add baidu support as idp ( #438 )
...
* feat: add baidu support as idp
Signed-off-by: Steve0x2a <stevesough@gmail.com >
* fix: add license
Signed-off-by: Steve0x2a <stevesough@gmail.com >
2022-01-22 19:36:44 +08:00
630b84f534
feat: add PKCE support ( #434 )
...
* feat: add PKCE support
Signed-off-by: Steve0x2a <stevesough@gmail.com >
* fix: error output when challenge is empty
Signed-off-by: Steve0x2a <stevesough@gmail.com >
2022-01-21 09:29:19 +08:00
c22ab44894
Update import path.
2022-01-20 14:11:46 +08:00
9fd175eefd
Add ErrorText to syncer.
2022-01-17 21:17:42 +08:00
d183b9eca9
Change syncer.SyncInterval to second-level.
2022-01-17 19:27:52 +08:00
cee2c608a2
Disable PasswordModal when needed in user edit page.
2022-01-15 21:34:37 +08:00
82d0e895e0
Update users and roles when org is changed in permission edit page.
2022-01-15 21:11:47 +08:00
dee9bac110
Show signupApplication in user edit page.
2022-01-15 18:29:10 +08:00
b91b4aec91
Allow global admin to modify username.
2022-01-13 23:20:10 +08:00
728fe11a3c
Refactor CountDownInput.
2022-01-07 20:34:27 +08:00
a4d83af768
refactor: New Crowdin translations by Github Action ( #412 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2022-01-02 23:55:06 +08:00
9b6131890c
Add permission page.
2022-01-01 16:28:33 +08:00
ff22bf507f
Add role page.
2022-01-01 15:11:16 +08:00
2d4103d751
Add isUserExtended to webhook.
2022-01-01 11:16:37 +08:00
4611b59b08
Add webhook edit page's preview.
2022-01-01 10:58:39 +08:00
dbebd1846f
Fix code sign-in link hiding.
2021-12-31 13:36:10 +08:00
4b65320a96
Support user uploading via xlsx.
2021-12-31 13:00:35 +08:00
5e8897e41b
Make cert work.
2021-12-31 10:02:06 +08:00
ba1646a0c3
Add cert pages.
2021-12-31 00:36:36 +08:00
c1cd187558
Improve UI.
2021-12-29 20:50:49 +08:00
d5f802ec7d
Support IdCard in signup page.
2021-12-28 17:48:24 +08:00
64d3b7e87f
Add EnableSigninSession to app.
2021-12-28 17:15:47 +08:00
9943e3c316
Add isEnabled to webhook.
2021-12-26 21:03:12 +08:00
0c665edcbc
Add headers to webhook.
2021-12-26 20:43:32 +08:00
5015bf1c7d
Add method to webhook.
2021-12-26 19:56:02 +08:00
2ec947d488
Update project_id.
2021-12-26 09:49:00 +08:00
10a85f2386
feat: add server-side search, filter and sorter for all pages ( #388 )
...
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com >
Co-authored-by: Yang Luo <hsluoyz@qq.com >
2021-12-25 10:55:10 +08:00
e79e3c36d0
Support more DBs in syncer.
2021-12-24 23:23:06 +08:00
cc8c9b32ef
Fix missing options in renderOptions().
2021-12-24 14:09:12 +08:00
f4890a6a22
Improve syncer.initAdapter().
2021-12-23 21:28:40 +08:00
fa45d3083a
fix: Add loading and countdown status to the verification code sending button ( #384 )
...
Add loading and countdown status to the verification code sending button
Revert "Add bcrypt encrypted password type"
This reverts commit ae995b5805
.
fix:indentation
2021-12-23 19:41:26 +08:00
f5bc76016d
Add restriction to built-in org and app modification.
2021-12-23 00:52:32 +08:00
d6c2d0f3e8
feat: Add bcrypt encrypted password type ( #386 )
...
* Add loading and countdown status to the verification code sending button
* Add bcrypt encrypted password type
* Revert "Add loading and countdown status to the verification code sending button"
This reverts commit 782b9e229a
.
* Update bcrypt.go
* Update go.sum
2021-12-22 20:26:19 +08:00
7cfece3019
Add GetMaskedProvider() and GetMaskedProviders().
2021-12-21 00:20:12 +08:00
3efbcc739d
Support WeChat MP at the same time.
2021-12-20 23:36:28 +08:00
99ef329325
feat: support mobile login with WeChat Official Accounts ( #383 )
...
* fix: adjust the accessToken field
Signed-off-by: 0x2a <stevesough@gmail.com >
* fix: missing name and owner
Signed-off-by: 0x2a <stevesough@gmail.com >
* feat: support mobile login with WeChat
Signed-off-by: 0x2a <stevesough@gmail.com >
2021-12-20 20:21:12 +08:00
8f0995ca34
Fix bug in showing OAuthWidget.
2021-12-20 01:11:42 +08:00
db56f54b8c
Add TablePrimaryKey to syncer.
2021-12-19 23:33:22 +08:00
bf642b35d4
Add isHashed to syncer's tableColumn.
2021-12-19 23:32:42 +08:00
5ee5299a68
Improve syncer code.
2021-12-19 22:30:54 +08:00
e7f395cfd4
Add tableColumns to syncer.
2021-12-19 10:21:05 +08:00
29d512d316
Fix translation.
2021-12-19 01:13:11 +08:00
5814ae6baf
Fix translation.
2021-12-19 01:08:59 +08:00
52145abdc8
Improve translation.
2021-12-19 00:34:37 +08:00
157e515310
refactor: New Crowdin translations by Github Action ( #380 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2021-12-18 23:34:17 +08:00
755d912f61
feat: add refresh token mechanism for server side ( #336 )
...
* feat: add refresh token mechanism for server side
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com >
* feat: add refresh token expire configuration UI
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com >
2021-12-18 18:49:38 +08:00
95f2a3b311
Add TokenFormat to application.
2021-12-18 16:16:34 +08:00
16cc64f08d
Fix translation.
2021-12-18 11:42:56 +08:00
07f9a9ee96
Add more fields to syncer.
2021-12-17 20:33:03 +08:00
c2110ef59d
Add sync pages.
2021-12-17 16:35:45 +08:00