Yaodong Yu
bbbd857a45
fix: fix bug that failed to run initApi adapter in docker ( #2696 )
2024-02-13 23:12:25 +08:00
Yang Luo
fbc603876f
feat: add originFrontend to app.conf
2023-10-17 21:47:18 +08:00
Yang Luo
1c296e9b6f
feat: activate enableGzip by default in app.conf
2023-10-15 01:27:42 +08:00
Yang Luo
6a9d1e0fe5
Add frontendBaseDir
2023-10-04 12:19:56 +08:00
haiwu
6fe5c44c1c
feat: support radius accounting request ( #2362 )
...
* feat: add radius server
* feat: parse org from packet
* feat: add comment
* feat: support radius accounting
* feat: change log
* feat: add copyright
2023-09-26 22:48:00 +08:00
haiwu
b94d06fb07
feat: add some Radius protocol code ( #2351 )
...
* feat: add radius server
* feat: parse org from packet
* feat: add comment
* Update main.go
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
2023-09-24 16:50:31 +08:00
Yang Luo
15269d3315
Refactor out conf_quota.go
2023-08-19 16:39:21 +08:00
Yang Luo
812bc5f6b2
Fix "nu" bug in GetLanguage()
2023-06-20 21:16:01 +08:00
Yang Luo
2d04731622
Provide default value for logConfig
2023-06-10 15:59:56 +08:00
Yang Luo
f2e3182a69
Fix null value in backend Translate()
2023-06-07 02:17:48 +08:00
Alex OvsInc
18cc952f8e
feat: Customization of the initialization file ( #1936 )
2023-06-05 21:00:28 +08:00
Sergey Zabodalov
10e66f8020
fix: Get logger configuration from app.conf file ( #1907 )
...
* feat: Get logger configuration from file
* feat: Get logger configuration from file
* Remove GetConfigLogs()
2023-05-30 21:30:09 +08:00
yehong
02e692a300
feat: return most backend API errors to frontend ( #1836 )
...
* feat: return most backend API errros to frontend
Signed-off-by: yehong <239859435@qq.com>
* refactor: reduce int type change
Signed-off-by: yehong <239859435@qq.com>
* feat: return err backend in token.go
Signed-off-by: yehong <239859435@qq.com>
---------
Signed-off-by: yehong <239859435@qq.com>
2023-05-30 15:49:39 +08:00
Yang Luo
293b9f1036
Remove languages in app.conf
2023-05-18 15:44:11 +08:00
Yang Luo
be87078c25
Fix vi i18n
2023-04-15 14:16:49 +08:00
Dzung Do
984a69cb4b
feat: fix wrong Vietnamese flag ( #1724 )
...
* fix wrong Vietnam country code
* fix wrong Vietnam country code
* fix wrong Vietnam country code
* fix wrong Vietnam country code
2023-04-10 22:42:12 +08:00
Gucheng Wang
98f962f818
Support i18n of id
2023-03-19 19:56:56 +08:00
Yang Luo
910816c7a3
Fix bug in GetLanguage()
2023-02-24 20:17:23 +08:00
Yang Luo
3f0a741e6c
Improve i18n languages
2023-02-18 17:35:36 +08:00
Yang Luo
842d4865b2
Fix router error message's i18n
2023-02-18 16:11:23 +08:00
Mr Forest
27bd771fed
feat: handle the dataSourceName when DB changes ( #1352 )
...
* fix: handle the dataSourceName when DB changes
* reduce duplication of code
2022-12-02 22:20:18 +08:00
WangGuan
7867060b71
feat: add quota limitation to organizations, users, providers and applications ( #1339 )
2022-11-29 11:01:41 +08:00
Mr Forest
d86f3c88c7
feat: support i18n in backend err messages ( #1232 )
...
* feat: support i18n in backend err messages
* use gofumpt to fmt code
* fix review problems
* support auto generate err message
* delete beego/i18n moudle
* fix Github action test problems
* fix review problems
* use gofumpt to format code
* use gofumpt to fmt code
2022-10-23 15:16:24 +08:00
Gucheng Wang
04709f731b
Update beego to v1.12.11
2022-09-29 19:45:17 +08:00
Mr Forest
07c1e3b836
feat: support simple LDAP server ( #1155 )
...
* feat:Support simple ldap server
* fix:fix review problems
* fix:fix review problems
2022-09-24 21:48:29 +08:00
Gucheng
5707e38912
feat: add batchSize to conf ( #1120 )
2022-09-13 20:31:22 +08:00
cofecatt
7599e2715a
feat: add demo mode ( #1097 )
...
* feat: add demo mode
* feat: add demo mode
* Update app.conf
* Update authz.go
* Update authz.go
Co-authored-by: Yang Luo <hsluoyz@qq.com>
2022-09-04 21:20:19 +08:00
Gucheng Wang
2394c8e2b4
Make sure newStaticBaseUrl is not empty
2022-08-29 21:27:47 +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
108fdc174f
chore(ci): add linter the check go code style ( #991 )
...
* feat(ci): auto format go code
* fix: fix #997
* chore(ci): add go code style linter
* fix: fix cmd error
* chore: add `linter` of needs
* chore: modiy commnet style
2022-08-13 10:57:13 +08:00
q1anx1
2ea58cd639
chore(style): use gofumpt
to fmt go code ( #967 )
2022-08-07 12:26:14 +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>
2022-07-11 12:36:20 +08:00
Gucheng Wang
06759041a8
Fix socks5Proxy config typo.
2022-07-08 23:24:54 +08:00
Gucheng Wang
2020955270
Fix cannot support old Docker version bug, revert PR: https://github.com/casdoor/casdoor/pull/606
2022-06-15 01:20:00 +08:00
Товарищ программист
5f8924ed4e
feat: support overriding configuration with env ( #590 )
2022-03-20 23:21:09 +08:00
Gucheng Wang
e31aaf5657
Rename httpProxy.
2022-03-03 08:59:38 +08:00
Gucheng Wang
db37f53d6c
Update license headers.
2022-02-13 23:39:27 +08:00
Gucheng Wang
19ed35f964
Add getOriginFromHost().
2022-01-29 23:43:25 +08:00
Gucheng Wang
339a85e4b0
Support tableNamePrefix in authz table.
2022-01-20 14:20:37 +08:00
hanpeng
c3fb48f473
fix: Add a configuration that can set the table prefix. There is no prefix by default ( #432 )
...
* fix: Add a configuration that can set the table prefix. There is no prefix by default
* fix: Add a configuration that can set the table prefix. There is no prefix by default
2022-01-20 13:50:20 +08:00
hanpeng
a111fd672c
fix: Add the configuration of whether to print SQL. The default value is false ( #429 )
2022-01-19 16:58:45 +08:00
Steve0x2a
2f70e77e53
fix: wrong sub return and docker-compose boolean value error. ( #375 )
...
* fix: wrong sub return
Signed-off-by: 0x2a <stevesough@gmail.com>
* fix: yaml bool value must be enclosed in quotes
Signed-off-by: 0x2a <stevesough@gmail.com>
2021-12-16 11:10:25 +08:00
Gucheng Wang
589c0404d2
Fix dataSourceName config to use correct DB host in Docker.
2021-12-12 23:51:53 +08:00
Gucheng Wang
96e2f286ee
Merge into one origin config.
2021-12-12 19:26:06 +08:00
Yixiang Zhao
b73b9a65b6
feat: support third-party application to login with SAML rather than only Casdoor itself ( #350 )
...
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
2021-12-10 00:23:04 +08:00
Yixiang Zhao
113398c36b
feat: support SAML and test with aliyun IDaaS ( #346 )
...
* feat: support SAML and test with aliyun IDaaS
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* refactor: refactor saml.go and router
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: add param to getSamlLogin()
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* feat: add inputs to parse metadata automatically and show sp-acs-url, sp-entity-id
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
2021-12-06 21:46:50 +08:00
Gucheng Wang
dc9d2389a5
Add IntranetEndpoint to provider.
2021-12-04 16:38:34 +08:00
Gucheng Wang
21f433d278
Add logPostOnly.
2021-11-09 23:32:53 +08:00
Yang Luo
9a71bb02e3
Add data to oidcDiscovery.
2021-09-25 15:17:35 +08:00
Yang Luo
ea8017dd4b
Change default db password to 6 digits.
2021-09-21 20:07:34 +08:00