448 Commits

Author SHA1 Message Date
6883ec34c6 Fix the sidebar menu type filtering (#667) 2025-06-13 16:50:53 +08:00
4c45e7ff27 Update the changelog for v1.5.0 (#664) 2025-06-09 21:36:54 +08:00
5621daea98 Update the version to 1.5.0 (#663) v1.5.0 2025-06-09 21:32:12 +08:00
71d168dfea Add data permission in init test sql (#662) 2025-06-09 21:00:49 +08:00
2d4365189d Update menu sort in init test sql (#661) 2025-06-09 20:27:56 +08:00
0c28a46e60 Update auth failed default status code (#660)
* Update auth failed default status code

* update init sql
2025-06-09 19:58:06 +08:00
a4c7dae99c Update the plugin download interface permission (#659) 2025-06-09 19:10:48 +08:00
bfda0a226c Update code generate interface permission (#658) 2025-06-09 19:10:40 +08:00
c9bbb105a3 Update data scope and rule to m2m (#657) 2025-06-09 19:10:15 +08:00
b415dc8912 Add OAuth2 user to auto bind a role (#656) 2025-06-08 20:18:24 +08:00
05b74d71a3 Simplify OAuth2 model and optimize auth service (#655) 2025-06-08 16:51:19 +08:00
10c0c691a7 Update user email and phone operation logic (#654) 2025-06-08 16:43:51 +08:00
0bc3786fc6 Update OAuth2 callback interface return (#653) 2025-06-06 20:35:25 +08:00
8e041ccb1b Update the changelog for v1.4.3 (#651) 2025-06-02 20:43:12 +08:00
a82e9b7b9d Fix data permission condition for filter data (#650) v1.4.3 2025-06-01 00:51:31 +08:00
7bab8cc636 Update default value for role filter scopes (#649) 2025-05-31 23:53:47 +08:00
7659b63d88 Add data permission condition for filter data (#648) 2025-05-31 23:40:59 +08:00
33ebc5723f Add get all data scope rules interface (#647) 2025-05-31 23:09:26 +08:00
86d9efd785 Update the server startup time to string (#646) 2025-05-31 17:26:07 +08:00
57ae7f03a6 Refactor routes to better align with RESTful (#645) 2025-05-31 17:01:44 +08:00
6ee3983846 Fix the filter of query all menus (#642) 2025-05-30 22:48:30 +08:00
f05ed5cdda Fix the menu delete interface arg description (#641) 2025-05-30 18:58:33 +08:00
187dfa5344 Fix the role update business variables (#640) 2025-05-30 18:56:50 +08:00
918c8a9d33 Update the changelog for v1.4.2 (#639) 2025-05-29 18:12:45 +08:00
ccfe35ea85 Simplify the user info update business (#638) v1.4.2 2025-05-29 18:09:50 +08:00
4a118c166a Fix overwriting existing init files in code generator (#637) 2025-05-28 20:17:18 +08:00
5f3823cb6d Fix auto-increment id for postgres init data (#632)
* fix: Reset auto-increment values for all tables based on max id

* refactor: Remove auto-increment reset for mysql

* remove unused code
2025-05-28 13:01:44 +08:00
19ef52da9b Optimize install and build of plugin zip (#636)
* Optimiz install and build of plugin zip

* fix import
2025-05-27 11:46:17 +08:00
39c3339a8d Optimize role-related data processing performance (#635) 2025-05-26 20:04:13 +08:00
9f52629dcb Update the captcha invalidation error class (#634) 2025-05-26 19:16:56 +08:00
1cddd6e2d5 Update non-linked sidebar support (#633)
* Update non-linked sidebar support

* fix typing
2025-05-26 15:52:45 +08:00
ed10e6ff47 Update the changelog for v1.4.1 (#630) 2025-05-25 14:19:41 +08:00
48574fb50a Update the token decode for logout interface (#629) v1.4.1 2025-05-25 14:16:36 +08:00
ee7fe3087d Update the token check for logout interface (#625) 2025-05-23 22:05:26 +08:00
270ac3d941 Refactor the system token to online users (#624) 2025-05-23 20:18:47 +08:00
2f76988076 Add the deepwiki badge to README (#623) 2025-05-23 12:09:04 +08:00
b275481742 Update the menu path and type columns (#622)
* Update the menu path and type columns

* Update build vben5 tree

* Update data
2025-05-22 21:22:24 +08:00
f3f1ceb595 Update the changelog for v1.4.0 (#621) 2025-05-22 14:41:03 +08:00
bcc764142b Update the OAuth2 module to plugin (#620)
* Update the OAuth2 module to plugin

* update create user social param
v1.4.0
2025-05-22 14:36:23 +08:00
9b0d9f8296 Update uv installation in docker deploy (#619) 2025-05-22 14:30:53 +08:00
63ba7646c1 Update the build plugin api params (#615)
* Update the build plugin api params

* update seek

* fix lint
2025-05-20 19:45:22 +08:00
1a7734185f Fix non-asyncio nested async IO (#610)
* Fix non-asyncio nested async IO

* Add redis init ping
2025-05-20 18:11:11 +08:00
8541059d23 Update uninstall and build plugin api method (#614) 2025-05-20 18:10:29 +08:00
61edc81333 Fix the plugin status update logic (#613) 2025-05-20 17:50:07 +08:00
8998687adb Fix the task result schema param type (#611) 2025-05-20 15:10:15 +08:00
85b0294da9 Update the new plugin status to changed (#607)
* Fix cache update after plugin uninstall

* Update new to changed
2025-05-17 09:21:11 +08:00
a8ecb4ae3b Add new plugin status check interface (#606) 2025-05-17 09:06:06 +08:00
a87ff74b56 Update the changelog for v1.3.0 (#605) 2025-05-16 14:16:59 +08:00
3c5682988d Update the casbin RBAC module path (#604) v1.3.0 2025-05-16 11:49:18 +08:00
1d32154498 Optimize the zip plugin install logic (#603) 2025-05-15 23:40:33 +08:00