Jiawei Chen
0bda29f143
feat: show 404 error for non-existent objects in edit pages
v1.333.0
2023-06-10 01:56:15 +08:00
Yang Luo
05703720c5
Add Custom to resourceType
2023-06-09 21:52:30 +08:00
hsluoyz
cc566bf31f
Move DoMigration() after CreateTables()
2023-06-09 09:36:20 +08:00
XDTD
e93d8c19d9
feat: resolve user pages malfunction after using tableNamePrefix ( #1945 )
v1.332.0
2023-06-08 00:43:05 +08:00
Yang Luo
f2e3182a69
Fix null value in backend Translate()
2023-06-07 02:17:48 +08:00
Yang Luo
f934531083
Fix organization search in some pages
2023-06-06 20:53:45 +08:00
XDTD
e1c0af345f
feat: resolve casdoor as SAML SP with keycloak login not work bug ( #1937 )
...
* fix: resolve casdoor as SAML SP with keycloak login not work
* Update provider.go
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
v1.331.0
2023-06-06 15:19:00 +08:00
Yang Luo
3b3bfe39f9
Fix user field bug
2023-06-06 14:59:50 +08:00
Alex OvsInc
18cc952f8e
feat: Customization of the initialization file ( #1936 )
v1.330.0
2023-06-05 21:00:28 +08:00
Yang Luo
43439bc8c6
Apply tableNamePrefix before migration
2023-06-05 00:30:48 +08:00
Yang Luo
9a2800e3b3
Add error to Enforce()
2023-06-04 17:29:34 +08:00
Yaodong Yu
fdaad2b608
chore: refactor enforce() handler and update Swagger docs ( #1931 )
...
* chore: add swaggerof enforce api
* Update enforcer.go
* Update string.go
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
2023-06-04 17:19:58 +08:00
Yang Luo
2d43fe0b39
Fix cert empty issue in GetSamlMeta()
v1.329.1
2023-06-04 01:25:18 +08:00
Yaodong Yu
5d776a3ce6
fix: handle error of list in frontend ( #1930 )
2023-06-04 01:21:24 +08:00
Yang Luo
5ec7a54bf8
Add description fields to objects
2023-06-04 01:21:17 +08:00
Yang Luo
0c118477e8
Add groups to UserInfo
2023-06-04 01:21:10 +08:00
Yang Luo
c858d0e0b0
Fix model page bug
2023-06-03 10:35:58 +08:00
Yang Luo
9cffb43265
Fix subscription page bugs
2023-06-03 10:15:29 +08:00
Yang Luo
51a76518ad
Init adapter in getEnabledSyncerForOrganization()
v1.329.0
2023-06-03 09:23:36 +08:00
hsluoyz
08dbbab70e
feat: revert "feat: fix the bug that sycner does not initialize" ( #1926 )
...
This reverts commit ec3c24ba68d593b0c7c1f1913aa307cf1968e390.
2023-06-03 09:17:34 +08:00
Yang Luo
0ec22ae6ff
Fix null bug in getLanguage()
2023-06-03 00:29:08 +08:00
Yaodong Yu
ec3c24ba68
feat: fix the bug that sycner does not initialize ( #1924 )
v1.328.0
2023-06-03 00:15:28 +08:00
Yang Luo
ed688efdbb
Fix bug in org user list page
2023-06-02 22:09:18 +08:00
Yang Luo
06543a01d3
Add organization to /userinfo
2023-06-02 21:51:05 +08:00
Yang Luo
70c372c3f7
Fix Provider API responses
2023-06-02 11:49:38 +08:00
Yang Luo
b1b3184e75
Speed up user pagination query
2023-06-01 22:55:44 +08:00
Yang Luo
5349fa7ff3
Speed up object.DoMigration()
2023-06-01 22:25:19 +08:00
907997375
9147225956
feat: fix table sticky columns on chat and message pages ( #1917 )
v1.327.0
2023-06-01 21:02:21 +08:00
Yang Luo
11f3af1ede
Improve Select modes
2023-05-31 17:36:11 +08:00
Yang Luo
0aa4df40c6
Fix i18n
2023-05-31 11:46:03 +08:00
Yang Luo
7caa885131
Fix subscription bugs
2023-05-31 11:33:01 +08:00
Yang Luo
f4b69cad9b
Add owner to select-plan page
2023-05-31 00:29:54 +08:00
Yang Luo
fb1db7823b
Add DummyPaymentProvider
2023-05-30 23:25:58 +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()
v1.326.1
2023-05-30 21:30:09 +08:00
Yang Luo
4c8648d323
Add PaypalPaymentProvider
2023-05-30 20:32:05 +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>
v1.326.0
2023-05-30 15:49:39 +08:00
leoil
34151c0095
feat: Support uploading roles and permssions via xlsx files. ( #1899 )
...
* Support uploading roles and permissions via xlsx file.
* Template xlsx file for uploading users and permissions.
* reformat according to gofumpt.
* fix typo.
v1.325.0
2023-05-28 11:29:43 +08:00
Yang Luo
c7cea331e2
Improve NewWechatPaymentProvider() arg
2023-05-27 19:28:24 +08:00
Yaodong Yu
8ede4993af
feat: specify login organization
v1.324.0
2023-05-27 19:02:54 +08:00
Crowdin Bot
d04dd33d8b
refactor: New Crowdin Backend translations by Github Action
2023-05-27 09:52:47 +00:00
Crowdin Bot
8cb21253f6
refactor: New Crowdin translations by Github Action
2023-05-27 09:52:19 +00:00
UsherFall
7fc697b711
ci: fix bug in WeChat payment provider
2023-05-27 17:50:56 +08:00
Yaodong Yu
80e6e7f0a7
fix: fix bug about updating parent component value in CountryCodeSelect ( #1891 )
v1.323.2
2023-05-25 10:45:13 +08:00
Yang Luo
d29fc88d68
Add getRawGetParameter()
2023-05-25 09:47:39 +08:00
Yaodong Yu
225e9cf70a
fix: set initial value in CountryCodeSelect ( #1890 )
v1.323.1
2023-05-24 23:27:04 +08:00
Yang Luo
c57c6e37dd
Fix bug in getRedirectUri()
2023-05-24 23:22:25 +08:00
Yaodong Yu
4d860525bf
feat: fix MFA page bug in OAuth login ( #1889 )
v1.323.0
2023-05-24 21:31:03 +08:00
Yang Luo
a64263f812
Support "#" in redirectUri
2023-05-24 21:29:45 +08:00
Yang Luo
95ab2472ce
Make logo length to 200
2023-05-23 21:57:35 +08:00
guangwu
54e4747dbc
refactor: code-optimization ( #1885 )
...
* refactor: code-optimization
* fix: restoring code style
* fix: gofmt
2023-05-23 17:54:51 +08:00