764 Commits

Author SHA1 Message Date
Yang Luo
953d3d5bc5 Change personal to real name. 2022-02-27 13:44:44 +08:00
Yixiang Zhao
ddee97f544
fix: this.props.location undefined (#513)
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
v1.21.1
2022-02-26 18:39:24 +08:00
Yang Luo
c58a6d8725 Set enableSigninSession to false by default. 2022-02-25 23:58:13 +08:00
Yang Luo
a5ff9549c1 Remove useless menu item. 2022-02-25 22:35:24 +08:00
Yang Luo
fe57dcbff4 Improve translation. 2022-02-25 21:31:15 +08:00
Yixiang Zhao
f8c4ca0f00
feat: add cancel buttons on the edit page (#509)
* feat: add cancel buttons on the edit page

Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>

* fix: remove warning and primary type of cancel buttons

Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
v1.21.0
2022-02-25 18:16:02 +08:00
Jerry
e738c42bd8
fix: facebook login exceptions (#508)
* Fix the exception caused by "Username" being empty when logging in with facebook

* fix: facebook login missing "Username" exception
v1.20.2
2022-02-23 23:58:17 +08:00
Steve0x2a
cbc8c58e85
fix: oidc jwks endpoint only return default cert (#506)
Signed-off-by: Steve0x2a <stevesough@gmail.com>
v1.20.1
2022-02-21 23:17:16 +08:00
Gucheng Wang
07c90e048f Update personal name. 2022-02-21 16:01:39 +08:00
Steve0x2a
a33076ada4
feat: add AD-FS support (#505)
Signed-off-by: Steve0x2a <stevesough@gmail.com>
v1.20.0
2022-02-20 15:01:48 +08:00
Ghost Lee
9cabc4035f
fix: docker-compose.yml has duplicated label (#502)
the casdoor service config in docker-compose.yml has duplicated restart label
v1.19.2
2022-02-20 14:15:57 +08:00
Steve0x2a
274096fe9d
fix: empty iss return (#503)
Signed-off-by: Steve0x2a <stevesough@gmail.com>
v1.19.1
2022-02-18 12:36:11 +08:00
Steve0x2a
661abd6b6e
feat: add steam support (#497)
* feat: add steam support

Signed-off-by: 0x2a <stevesough@gmail.com>

* fix: wrong name

Signed-off-by: Steve0x2a <stevesough@gmail.com>
v1.19.0
2022-02-16 19:57:46 +08:00
Yixiang Zhao
4122c94205
feat: add pagination for LdapSyncPage and fix the bug Ldap auto-sync cannot disable (#496)
* feat: add pagination for LdapSyncPage

Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>

* fix: Ldap auto sync cannot disable

Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
v1.18.0
2022-02-15 23:03:53 +08:00
Rafael Firmino
68ef5f8311
test: add tests in strings manipulation (#477)
* test: add tests in strings manipulation

Add tests 
improving functions like BoolToString, CamelToSnakeCase, GetMinLenStr and SnakeString

* Add copyrig

* test: fix tests description

* test: add tests for function manupulate string
2022-02-15 21:56:59 +08:00
大雄
e35b058ab4
feat: add helm manifest for k8s and makefile (#444)
Signed-off-by: henrywangx <henrywangx@gmail.com>

Co-authored-by: xiong wang <xiong.wang@inceptio.ai>
v1.17.0
2022-02-15 21:47:13 +08:00
Gucheng Wang
7d1f368bc2 Support docx file upload. 2022-02-15 21:21:07 +08:00
Gucheng Wang
0bd86baf4d Fix crash in incremental ID. 2022-02-14 22:58:26 +08:00
Товарищ программист
adf036d8c7
fix: fix missing username in forgetpage (#487) v1.16.6 2022-02-14 19:47:18 +08:00
Zixuan Liu
2d19d366d4
fix: miss ca-certificates in docker image (#491)
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
v1.16.5
2022-02-14 00:18:26 +08:00
Gucheng Wang
db37f53d6c Update license headers. 2022-02-13 23:39:27 +08:00
Gucheng Wang
eacd5f59db Update logo. 2022-02-13 23:34:29 +08:00
Gucheng Wang
9024010081 Update demo site URL. 2022-02-13 20:47:34 +08:00
Yang Luo
3aab6c8687 Support from link. 2022-02-12 09:55:06 +08:00
Yang Luo
7391773f0e Fix payment list error. 2022-02-12 00:36:53 +08:00
Yang Luo
de8163a19b Update https://registry.npm.taobao.org in Dockerfile. 2022-02-11 22:54:15 +08:00
Yang Luo
07abe06332 Use utf8mb4 for DB encoding. 2022-02-11 22:38:56 +08:00
Gucheng Wang
0bc29465e5 Improve error handling in WeChatIdProvider. 2022-02-11 20:42:48 +08:00
Rafael Firmino
c37b0111a7
test: add tests in setting file (#481)
* test: add tests in setting file

* Add Copyright

* fix: format importation convention

Co-authored-by: Rafael Firmino <rafaelfirmino@gmail.com>
2022-02-10 17:21:27 +08:00
Rafael Firmino
47d1448c02
test: add step in gitHub action from running tests first (#476)
* Add step for running tests in github actions

The test xlsx/xlsx_test.go is removed becout the path containing
file not exist.

* Fix error in test

* test: This test was supposed to test getUsers, but it does nothing

This test will be rewrite for using a clean database, today its
necessary create a syncer manualy for this test pass.

* Add syncer tests

* Fix Copyright position

* fix: back with test file
v1.16.4
2022-02-10 17:15:15 +08:00
Steve0x2a
eb15afec34
fix: use new dingtalk api and support qrcode method (#486)
Signed-off-by: Steve0x2a <stevesough@gmail.com>
2022-02-10 17:14:18 +08:00
Yang Luo
e1c54744dc Add cert to ApplicationEditPage.js 2022-02-08 20:59:20 +08:00
Yang Luo
612b5f5c2e Improve message in GetOAuthToken(). 2022-02-08 20:52:20 +08:00
Rafael Firmino
bd38552db5
test: add tests in time util package (#474)
* test: add tests in time util package

* Add copyright
v1.16.3
2022-02-07 22:21:19 +08:00
Steve0x2a
256b433e57
fix: IsTokenExpired function adjustment (#475)
* fix: IsTokenExpired function adjustment

Signed-off-by: Steve0x2a <stevesough@gmail.com>

* fix: tokenExpired err

Signed-off-by: Steve0x2a <stevesough@gmail.com>
2022-02-07 22:20:36 +08:00
Steve0x2a
63161d6135
fix: infoflow's parameter error (#480)
* fix: missing state parameter

Signed-off-by: Steve0x2a <stevesough@gmail.com>

* fix: infoflow's parameter error

Signed-off-by: Steve0x2a <stevesough@gmail.com>

* fix: use userid instead of imid

Signed-off-by: Steve0x2a <stevesough@gmail.com>
v1.16.2
2022-02-07 21:50:51 +08:00
Steve0x2a
5640d258bb
fix: missing state parameter (#478)
Signed-off-by: Steve0x2a <stevesough@gmail.com>
v1.16.1
2022-02-07 15:54:37 +08:00
Steve0x2a
f85f4c0cf8
feat: add infoflow idp support (#472)
* feat: add infoflow internal backend support

Signed-off-by: Steve0x2a <stevesough@gmail.com>

* feat: add infoflow idp support

Signed-off-by: Steve0x2a <stevesough@gmail.com>

* fix: copyright and comment

Signed-off-by: Steve0x2a <stevesough@gmail.com>
v1.16.0
2022-02-05 21:54:38 +08:00
Yang Luo
0720794e75 Fix bug in IsTokenExpired(). 2022-02-05 21:16:30 +08:00
Yang Luo
940aa2bc2d Add payment pages. 2022-02-05 20:13:15 +08:00
Товарищ программист
db44957b1f
fix: fix proxy for swagger (#471) v1.15.4 2022-02-04 20:00:40 +08:00
Rafael Firmino
e5e1fdae76
FIx: menu redirect to swagger (#470) 2022-02-04 19:08:32 +08:00
Rafael Firmino
80f01074fa
fix: 'restart always' instruction is in wrong position (#468) v1.15.3 2022-02-03 21:27:27 +08:00
Steve0x2a
d943d5cc61
fix: oauth params null value error (#465)
Signed-off-by: Steve0x2a <stevesough@gmail.com>
v1.15.2
2022-01-30 17:58:54 +08:00
Gucheng Wang
19ed35f964 Add getOriginFromHost(). 2022-01-29 23:43:25 +08:00
Товарищ программист
5757021e87
fix: prohibit cross-origin access (#462) v1.15.1 2022-01-29 21:52:04 +08:00
Gucheng Wang
259a4e1307 Fix Docker compose on Apple M1 Chip 2022-01-29 10:42:33 +08:00
Gucheng Wang
034d822dd5 Fix empty UserInfo ID in wecom_internal.go 2022-01-29 10:27:45 +08:00
Gucheng Wang
a8502d1173 Fix GetIdProvider() bug. 2022-01-29 09:52:48 +08:00
Steve0x2a
3c2f7b7fc8
feat: add protection against attacks (#460)
Signed-off-by: 0x2a <stevesough@gmail.com>
v1.15.0
2022-01-29 00:32:57 +08:00