Gucheng Wang
3e4dbc2dcb
fix: URL bug in getUploadFileUrl function
v1.71.5
2022-07-20 17:49:11 +08:00
Yixiang Zhao
48b5b27982
fix: invalid redirect url after sign up ( #896 )
...
* fix: invalid redirect url after sign up
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* Update App.js
* Update Setting.js
Co-authored-by: Yang Luo <hsluoyz@qq.com>
v1.71.4
2022-07-19 23:31:17 +08:00
q1anx1
1839252c30
chore(web): sort import members ( #895 )
2022-07-18 20:57:38 +08:00
q1anx1
1fff1db6a7
fix(web): fix the bug of infinity loop animate when unauthorized ( #891 )
...
* fix(web): fix the bug of infinity loop when unauthorized
* fix
* fix
* fix
* Update BaseListPage.js
* Update OrganizationListPage.js
* Update OrganizationListPage.js
Co-authored-by: Yang Luo <hsluoyz@qq.com>
v1.71.3
2022-07-17 18:20:52 +08:00
Yang Luo
a0b0e186b7
Improve i18n code and data.
2022-07-17 17:56:43 +08:00
Yang Luo
8c7f235ee1
Fix bug in uploadFile()'s URL.
2022-07-17 14:29:06 +08:00
waltcow
a0a762aa6f
fix: typo in field tag in BilibiliUserInfo ( #890 )
v1.71.2
2022-07-17 11:31:43 +08:00
Yixiang Zhao
2eec53a6d0
fix: actions initialized to null and model/resources not updated with the owner ( #887 )
...
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
v1.71.1
2022-07-16 15:00:42 +08:00
Yixiang Zhao
117dec4542
feat: failed to sync keycloak users in the PostgreSQL database ( #886 )
...
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
v1.71.0
2022-07-16 12:14:35 +08:00
waltcow
895cdd024d
fix: Typo in user model xorm tag ( #883 )
v1.70.1
2022-07-15 12:01:27 +08:00
q1anx1
f0b0891ac9
feat: query user by userId
( #879 )
...
* feat: add `getUserByUserId` func
* Update user.go
Co-authored-by: Yang Luo <hsluoyz@qq.com>
v1.70.0
2022-07-14 21:46:13 +08:00
Yang Luo
10449e89ab
Fix owner bug in GetUser().
2022-07-13 22:56:35 +08:00
Gucheng Wang
6e70f0fc58
Refactor CheckAccessPermission().
2022-07-13 00:50:32 +08:00
Yixiang Zhao
2bca424370
feat: implement access control using casbin ( #806 )
...
* feat: implement access control using casbin
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* chore: sort imports
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: remove
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* Update auth.go
Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>
v1.69.0
2022-07-13 00:34:35 +08:00
Gucheng Wang
de49a45e19
Add escapePath for getUploadFileUrl().
2022-07-12 23:24:24 +08:00
Gucheng Wang
f7243f879b
Fix some JS warnings.
v1.68.0
2022-07-12 20:47:11 +08:00
Товарищ программист
7f3b2500b3
feat: support webauthn ( #407 )
...
* feat: support webauthn
* Update init.go
* Update user_webauthn.go
* Update UserEditPage.js
* Update WebauthnCredentialTable.js
* Update LoginPage.js
Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>
2022-07-12 20:06:01 +08:00
Bingchang Chen
208dc11d25
fix: set SessionOn always true ( #877 )
...
* fix: set SessionOn always true
* Update adapter.go
Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>
v1.67.1
2022-07-11 12:36:20 +08:00
キリサメ qianxi
503d244166
feat(web): add lint ( #875 )
...
* feat: add lint
* feat: fix lint error
* chore: add ignore file
* chore: close indent
v1.67.0
2022-07-10 15:45:55 +08:00
Gucheng Wang
475b6da35a
Rename session storage item to signinUrl.
2022-07-10 11:50:48 +08:00
leoshine
b9404f14dc
feat: fix bug of using email provider from wrong application ( #869 )
v1.66.0
2022-07-10 00:40:52 +08:00
Bingchang Chen
0baae87390
feat: fix oauth unknown authority in docker ( #871 )
v1.65.0
2022-07-09 17:36:56 +08:00
Gucheng Wang
06759041a8
Fix socks5Proxy config typo.
2022-07-08 23:24:54 +08:00
Bingchang Chen
cf4e76f9dc
feat: add footer to door pages ( #868 )
v1.64.0
2022-07-08 20:36:49 +08:00
Товарищ программист
81f2d01dc1
fix: fix dockerfile ( #866 )
v1.63.2
2022-07-07 16:10:15 +08:00
Bingchang Chen
61773d3173
fix: support user-defined clientId&Secret ( #862 )
v1.63.1
2022-07-06 19:27:59 +08:00
Bingchang Chen
ec29621547
feat: init from configuration file ( #858 )
...
* feat: init from configuration file
* Update init_data.json.template
* Update init_data.go
Co-authored-by: Yang Luo <hsluoyz@qq.com>
v1.63.0
2022-07-05 00:36:22 +08:00
leoshine
b8e324cadf
fix: azurad provider ( #855 )
v1.62.7
2022-07-04 16:40:23 +08:00
Gucheng Wang
f37fd6ba87
Fix empty arg bug in getPermanentAvatarUrl().
2022-07-03 19:31:12 +08:00
Товарищ программист
b4bf734fe8
fix: fix cors filter ( #847 )
...
* fix: fix cors filter
* Update cors_filter.go
Co-authored-by: Yang Luo <hsluoyz@qq.com>
v1.62.6
2022-07-02 13:45:18 +08:00
aecra
f0431701c9
fix: fix OAuth error response ( #835 )
...
* fix: fix OAuth error response
* fix: provide more detailed error messages for TokenError
v1.62.5
2022-07-01 14:53:34 +08:00
Yixiang Zhao
aa5078de15
fix: crowdin kept deleting translations ( #843 )
...
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
v1.62.4
2022-07-01 10:51:40 +08:00
YunShu
9a324b2cca
fix: Update Crowdin link ( #841 )
v1.62.3
2022-06-30 22:05:20 +08:00
aecra
919eaf1df4
fix: fix CORS error after sucessful OPTION ( #838 )
v1.62.2
2022-06-30 21:29:02 +08:00
Atom Pi
cd902a21ba
fix: some minor bugs and make Dockerfile more productive. ( #831 )
...
* fix: some minor bugs and make Dockerfile more productive.
* fix: make GitHub CI configuration support build image with STANDARD target.
* fix: Naming the base stage in multi-stage builds with lowercase letters to support various operating systems.
* fix: copy swagger to the image as well.
v1.62.1
2022-06-29 23:21:18 +08:00
Gucheng Wang
fe0ab0aa6f
Fix downloadFile()'s google proxy.
2022-06-29 22:01:38 +08:00
Resulte Lee
a0e11cc8a0
feat: add aliyun captcha ( #833 )
...
* feat: add aliyun captcha provider
* Rename App key
* fix typo
* Rename HMACSHA1 & Reused clientId2 and clientSecret2
* Update ProviderEditPage.js
* Delete unused import
Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>
v1.62.0
2022-06-29 11:31:32 +08:00
Yixiang Zhao
8a66448365
feat: support casdoor as saml idp to connect keycloak ( #832 )
...
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
v1.61.0
2022-06-28 22:05:02 +08:00
Resulte Lee
477d386f3c
fix: captcha preview panic when clientId or clientSecret is empty ( #824 )
...
* fix: captcha preview panic when clientId or clientSecret is empty
* return original errors from captcha
v1.60.1
2022-06-26 22:09:57 +08:00
Gucheng Wang
339c6c2dd0
Fix null bug in getTermsofuseContent().
2022-06-26 09:34:01 +08:00
aecra
7c9370ef90
feat: add CORS filter to fix OPTION request failure ( #826 )
v1.60.0
2022-06-26 01:28:33 +08:00
Ryao
31b586e391
feat: Add email config test on provider edit page ( #819 )
...
* feat: Add email config test on provider edit page
* Re-use send-email API
* Optimize code
Optimize code
* Update service.go
* Update service.go
Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>
v1.59.0
2022-06-24 01:47:10 +08:00
Gucheng Wang
249f83e764
Fix TestProduct() compile error.
2022-06-23 00:54:31 +08:00
Yixiang Zhao
16f5569e50
fix: encryption without salt ( #821 )
...
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
v1.58.5
2022-06-22 22:30:27 +08:00
Resulte Lee
f99c1f44e8
fix: don't trigger countdown if failed to send verification code ( #815 )
...
* feat: add countdown when no captcha provider found
* fix: add countdown when sent code successfully
v1.58.4
2022-06-22 22:22:40 +08:00
Gucheng Wang
c8c4dfbfb8
Fix bug and i18n issue in captcha provider edit page.
2022-06-22 21:54:25 +08:00
Resulte Lee
d9c6ff2507
fix: captcha widget JS warnings ( #820 )
v1.58.3
2022-06-22 18:31:18 +08:00
Gucheng Wang
e1664f2f60
Fix newApplication() to add provider.
v1.58.2
2022-06-22 00:08:46 +08:00
Resulte Lee
460a4d4969
fix: init default captcha provider ( #810 )
...
* feat: init built in provider
* Update built-in provider in application
* Delete unnecessary judge
* Update init.go
Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>
2022-06-22 00:03:55 +08:00
leoshine
376bac15dc
fix: improve swagger Api docunment ( #812 )
v1.58.1
2022-06-21 23:11:29 +08:00