Wu Clan
568e3ca66b
Fix plugin status change cache missing ( #1118 )
2026-03-21 23:34:40 +08:00
Wu Clan
a9acc31a78
Fix online api user id acquisition ( #1116 )
2026-03-19 12:12:20 +08:00
Wu Clan
2866fc45b1
Fix typos in code and comments ( #1115 )
2026-03-19 11:50:43 +08:00
Wu Clan
dcb68698e5
Fix user menu permission code update ( #1114 )
2026-03-19 11:50:20 +08:00
Wu Clan
23975442d8
Update plugin dynamic import check ( #1112 )
...
* Update plugin dynamic import check
* Update cli dynamic import
2026-03-19 11:49:33 +08:00
Wu Clan
577a13b271
Update refresh token geo-checksum response ( #1111 )
2026-03-19 11:48:42 +08:00
Wu Clan
6432a66732
Add remove plugin and formatting code CLI ( #1088 )
2026-02-25 21:22:49 +08:00
Wu Clan
db8fff0431
Fix query sorting based on model sort column ( #1083 )
2026-02-25 11:21:08 +08:00
Wu Clan
9e817db278
Add data permission rule value template variable ( #1081 )
...
* Add data permission rule value template variable
* Improved models and columns
2026-02-23 18:12:02 +08:00
Wu Clan
966779bcd7
Refactor the interface rate limiter implementation ( #1072 )
...
* Refactor the interface rate limiter implementation
* Update deps
2026-02-11 17:27:46 +08:00
MicLon
b6875a3c37
Fix captcha and user validation order logic error ( #1065 )
2026-02-06 14:08:07 +08:00
SoulEater
220de51aad
Fix relational insertion error for empty lists ( #1056 )
2026-02-03 21:29:53 +08:00
Wu Clan
6f1c27786d
Add multi level caching and optimize caching ( #1054 )
...
* Add multi level caching and optimize caching
* optimize current caching
* improved decorators
* improved local
* add pub/sub
* fix serialize
* Improve pub and sub
* Add comment
* Fix lru_cache maxsize
* Fix lint
* Fix config warmup
2026-02-02 17:18:49 +08:00
Wu Clan
093788acea
Update redis and server health monitor data ( #1051 )
...
* Update redis and server health monitor data
* Update uptime
2026-01-30 16:45:22 +08:00
Wu Clan
a6da0bfd41
Refactor code generation and plugin hot reloading ( #1032 )
...
* Refactor code generation and plugin hot reloading
* Improve implementation
* Update plugin config loader
2026-01-23 17:08:51 +08:00
Wu Clan
383620c899
Update the database and Redis for easier scaling ( #1015 )
...
* Update the database and Redis for easier scaling
* Restore plugin redis variable naming
2026-01-15 16:54:43 +08:00
Wu Clan
5c9a27cc16
Update nickname generation when create user ( #1004 )
...
* Update nickname generation when create user
* Fix lint
* Update code style
2026-01-12 19:03:02 +08:00
Wu Clan
b73585ebd2
Optimize definitions of multiple utility functions ( #1001 )
...
* Optimize definitions of multiple utility functions
* Update plugin tools
2026-01-11 16:57:52 +08:00
Wu Clan
28a6228556
Update redis and server monitor implementations ( #1000 )
...
* Update redis and server monitor implementations
* Fix server disk information
2026-01-11 13:21:37 +08:00
Wu Clan
cbe4e5ebe0
Update login log request header column length ( #996 )
2026-01-08 12:23:37 +08:00
Wu Clan
7619670521
Fix the key of the refresh token removed ( #993 )
2026-01-07 12:09:10 +08:00
Wu Clan
3f2c3e44ba
Optimize login log database session calls ( #977 )
2025-12-25 18:12:43 +08:00
Wu Clan
b5e2a9e591
Fix case where the user agent was empty ( #976 )
2025-12-25 12:03:57 +08:00
Wu Clan
aad9afa9bb
Optimize the coupling of user social plugin ( #950 )
2025-12-04 11:56:37 +08:00
Wu Clan
5d680ff93f
Optimize data permission logic and usage ( #947 )
...
* Optimize data permission rules and usage
* Update get data permission models
* Update date permission filter
* Optimize the target model logic
* Upgrade dependencies to use latest features
* Remove model warnings
* Fix the latest feature issues
* Fix the sqlalchemy Table class import
* Fix the sqlalchemy Table class compatibility
2025-12-03 18:44:18 +08:00
Wu Clan
866b0e6ba4
Fix super value in update user permissions ( #948 )
2025-12-03 18:41:26 +08:00
Wu Clan
8899832de9
Update the files interface filename to file ( #937 )
2025-11-27 16:26:04 +08:00
Wu Clan
d58260a0c0
Add env reqs for plugin install and uninstall ( #929 )
2025-11-21 17:18:27 +08:00
Wu Clan
551dc51c52
Restore captcha uuid naming in the login params ( #928 )
2025-11-18 19:58:37 +08:00
Wu Clan
cf9e5dc4f4
Update user and login security configs ( #922 )
...
* Update user and login security configs
* Optimize some code definitions
* Update config comments
* Update the captcha check
* Update the config plugin sql scripts
* Add user password history model to init
* Fix some logic errors
* Add last_password_changed_time to user sql
* Fix user update password
* Fix the dynamic config check
* Update the user sql style
2025-11-16 21:23:36 +08:00
linrong
2c0acb1103
Fix the user list query serialization ( #921 )
2025-11-16 16:04:22 +08:00
Wu Clan
3b24dca935
Fix missing table in alembic migration ( #920 )
2025-11-14 17:55:15 +08:00
Wu Clan
2b56168ad0
Refactor foreign keys and relationships to pure logic ( #901 )
...
* Refactor foreign keys and relationships to pure logic
* Revert of some changes
* More revert
* Update the user paginate
* Update user create and update
* Update dept select and delete
* Rename the join query functions
* Update select_join_serialize doc and README
* Fix typo in README
* Update the user delete
* Update the user social
* Update the dict plugin crud
* Update the dict plugin version
* Bump dependencies and pre-commits
* Update the code generator plugin crud
* Update the menu crud
* Update the role crud
* Update the data scope and rule crud
* Restore get_paginated to get_select
* Update the code generator plugin version
* Add the py version in pre-commit
* Remove the plugin include parameter config
* Add more cache cleaning TODO
* Rename get_with_relation to get_join
* Add the user cache clear
* Fix known compatibility issues
* Update the version number to 1.11.0
* Fix lint
* Optimize select_join_serialize logic
* Delete cache cleanup comments
* Update the oauth2 plugin version
* Fix user-role table cleanup when user update
2025-11-12 13:06:26 +08:00
Wu Clan
93e2f0f5f9
Fix dept and menu table subqueries ( #914 )
...
* Fix dept and menu table subqueries
* Fix user cache cleanup when updating data scope
2025-11-11 17:31:59 +08:00
Wu Clan
437c026da9
Fix user cache cleanup when updating data scope ( #915 )
2025-11-11 17:30:43 +08:00
Wu Clan
5ae9f8b288
Fix the user menu sidebar parsing ( #912 )
2025-11-11 17:05:43 +08:00
Wu Clan
bef65e1baa
Fix create and delete department validations ( #911 )
2025-11-11 17:05:24 +08:00
Wu Clan
87a3cd8a9c
Fix user cache cleanup when operating data rules ( #910 )
2025-11-11 17:05:08 +08:00
Wu Clan
8505e32757
Add dept validation to user updates ( #906 )
2025-11-10 23:50:38 +08:00
Wu Clan
0ea213edfd
Optimize the data permission condition build ( #904 )
2025-11-08 16:35:15 +08:00
Wu Clan
292f5d7e48
Optimize the request params of the service layer ( #903 )
2025-11-08 16:24:19 +08:00
Wu Clan
86d580edd8
Optimize redis batch get and delete operations ( #899 )
...
* Optimize redis batch get and delete operations
* Fix typo
2025-11-04 20:59:45 +08:00
Wu Clan
4540cd9338
Update the length style of the model columns ( #883 )
...
* Update the length style of the model columns
* Fix opera log table username column length
* Fix login log table username column length
2025-10-23 15:00:28 +08:00
Wu Clan
f4b1c43b55
Update the serializer of httpurl type ( #879 )
...
* Update the serializer of httpurl type
* Fix lint
2025-10-22 17:30:13 +08:00
Wu Clan
02254938b4
Update the length of the user email column ( #878 )
2025-10-22 15:58:50 +08:00
Wu Clan
054ff0cab2
Fix the httpurl type compatibility with postgresql ( #877 )
...
* Fix the httpurl type compatibility with postgresql
* Add noqa comments
2025-10-22 15:58:42 +08:00
Wu Clan
e6e53296a8
Optimize sqlalchemy types to simplify compatibility ( #870 )
...
* Optimize sqlalchemy types to simplify compatibility
* Update TimeZone type comment
2025-10-20 17:41:00 +08:00
Wu Clan
b28a4d7673
Update the primary database to postgresql ( #829 )
...
* Update the primary database to postgresql
* Delete the prints
* Fix lint
* Update models in code generation
* Delete print
* Fix the salt column type
2025-10-17 23:03:17 +08:00
Wu Clan
15a9527866
Refactor the service layer db session call method ( #850 )
...
* Refactor the service layer db session call method
* Fix lint
* Update paging interfaces
* Fix some errors
2025-10-16 12:49:56 +08:00
Wu Clan
6a065797f5
Update request state usage to context variable ( #853 )
...
* Update request state usage to context variable
* Update context to custom ctx
* Fix the exception interception in opera log
* restore elapsed
2025-10-16 10:23:39 +08:00