4cb0cd7c5a
feat: add Organization.HasPrivilegeConsent to block add-user API for the "built-in" org ( #3864 )
2025-06-06 23:05:01 +08:00
b7fafcc62b
feat: improve InitFromFile() code order to fix GetOrganizationApplicationCount always returns 0 bug ( #3720 )
2025-04-11 01:43:54 +08:00
95e8bdcd36
feat: add initDataNewOnly to app.conf to skip overriding existing data in initDataFromFile() ( #3294 )
...
* feat: support control whether overwrite existing data during initDataFromFile
* feat: change conf var name
* feat: change conf var name
2024-10-18 00:08:08 +08:00
c0f22bae43
feat: better handling of organization.AccountItems on init_data import ( #3263 )
...
* Better handling of accountitems on init_data import.
* Removed commented code.
* Update init_data.go
* Update init_data.go
---------
Co-authored-by: Yang Luo <hsluoyz@qq.com >
2024-10-03 08:49:09 +08:00
c302dc7b8e
fix: fix bug when init plan and pricing and record ( #2934 )
...
* fix: fix potential bugs in init data
* fix: improve code format
* fix: fix bug when init plan and pricing and record
2024-05-07 23:33:01 +08:00
d24ddd4f1c
feat: fix potential bugs in init_data.go ( #2932 )
...
* fix: fix potential bugs in init data
* fix: improve code format
2024-05-07 23:11:08 +08:00
2187310dbc
feat: fix bug in initDefinedOrganization()
2024-05-06 13:57:08 +08:00
1dfbbf0e90
feat: fix bug that fails to import built-in org via init_data.json ( #2922 )
2024-05-05 01:06:15 +08:00
d51af3378e
fix: fix init data not saved to database ( #2885 ) ( #2886 )
2024-04-21 11:55:06 +08:00
92b6fda0f6
feat: support more objects in init_data JSON ( #2776 )
2024-03-05 23:41:46 +08:00
e71d0476f0
feat: support data initialization for groups, adapters, enforcers, plans and pricings ( #2685 )
2024-02-08 20:46:40 +08:00
b118a3bb76
Add TokenFields to application
2024-01-09 22:09:21 +08:00
e3f28e8b4c
feat: Support more flexible login method control ( #2566 )
2024-01-02 21:11:52 +08:00
807aea5ec7
feat: add tags to application ( #2027 )
...
* feat: add tags to application
* fix: fix for merge master
* feat: update i18n(backend&frontend) for application tags
2023-06-30 00:04:12 +08:00
18cc952f8e
feat: Customization of the initialization file ( #1936 )
2023-06-05 21:00:28 +08:00
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
6131286cbd
Add getBuiltInAccountItems()
2023-02-19 09:45:06 +08:00
eb72c9f273
feat: support multiple country codes for sending SMS ( #1557 )
...
* feat: support multiple country code
* feat: improve UI
* feat: migrate accountItem
* fix: Aliyun compatible
* fix: phone validate
* fix: typo
2023-02-16 22:53:28 +08:00
26acece8af
feat: add all other missing objects to init_data ( #1407 )
...
* Add all other missing objects to init_data.json
* Format golang code
* feat: add all other missing objects to init_data
* feat: add all other missing objects to init_data
2022-12-18 01:49:42 +08:00
b337b908ea
feat: fix the bug that admin cannot upload avatar for other users ( #1323 )
2022-11-25 09:36:47 +08:00
7e756b8ee2
feat: manager applications in organization scope ( #1290 )
...
* feat: manager applications in organization scope(front end)
* fix: application can use own organization and admin provider
* fix: improve methed to get provider
* fix: modify provider methods by convention
2022-11-21 01:17:55 +08:00
9d5b019243
fix: nil error if init data is empty ( #1247 )
2022-10-29 20:04:43 +08:00
155660b0d7
feat: get user api return roles and permissions ( #929 )
2022-07-30 17:31:56 +08:00
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 >
2022-07-05 00:36:22 +08:00