siujamo
|
dedf95865e
|
feat: add department name uniqueness check and corresponding error message
|
2026-03-24 17:29:03 +08:00 |
|
siujamo
|
9d2fc024ea
|
feat: add department name uniqueness check and corresponding error message
|
2026-03-24 15:49:48 +08:00 |
|
siujamo
|
6f29904349
|
feat: update user editing functionality to include user ID in the request
|
2026-03-24 12:30:36 +08:00 |
|
siujamo
|
08c18fea90
|
feat: refactor message handling to use MessageName constants for improved internationalisation support
|
2026-03-24 12:23:13 +08:00 |
|
siujamo
|
776ddd28c1
|
feat: implement internationalisation support with message utility and localisation configuration
|
2026-03-24 10:49:33 +08:00 |
|
siujamo
|
a3596ad086
|
feat: refactor authority request handling and update methods to use AuthorityRequest
|
2026-03-24 10:27:52 +08:00 |
|
siujamo
|
e1ad5cdfd8
|
feat: rename AddDepartmentRequest to DepartmentRequest and implement department editing functionality
|
2026-03-24 10:07:37 +08:00 |
|
siujamo
|
712a675325
|
refactor: remove unused imports from GuidConfig and JacksonConfig classes
|
2026-03-23 15:45:45 +08:00 |
|
siujamo
|
8b343af4e8
|
refactor: remove unused logger imports and related fields from manager and controller classes
|
2026-03-23 15:45:11 +08:00 |
|
siujamo
|
69e3f84bec
|
feat: implement authority deletion functionality and related repository methods
|
2026-03-23 15:39:44 +08:00 |
|
siujamo
|
aebb693ee7
|
feat: add department creation endpoint and request validation
|
2026-03-23 15:13:23 +08:00 |
|
siujamo
|
7b9849c311
|
feat: implement custom validation framework with dynamic rules
|
2026-03-20 10:33:16 +08:00 |
|
siujamo
|
d33f4f2dbf
|
refactor: rename database table names for consistency
|
2026-03-20 09:24:51 +08:00 |
|
siujamo
|
484a9f4a71
|
feat: update database schema and configuration for Flyway integration and refactor table names
|
2026-03-19 10:54:50 +08:00 |
|
siujamo
|
bfa0690065
|
fix: update cookie settings for production and development modes
|
2026-03-12 17:25:19 +08:00 |
|
siujamo
|
abbcb6bf5c
|
feat: enhance cookie creation method with detailed documentation
|
2026-03-12 15:37:51 +08:00 |
|
siujamo
|
bd597fbc64
|
refactor: extract build cookie
|
2026-03-12 14:44:59 +08:00 |
|
siujamo
|
14e53740b0
|
refactor: remove unused imports and fields
|
2026-03-12 14:38:06 +08:00 |
|
siujamo
|
7ce241cc16
|
feat: implement user credential management with new UserCredential entity and related components
|
2026-03-12 13:56:06 +08:00 |
|
siujamo
|
0562c8548b
|
feat: introduce ApplicationMode enumeration and integrate it into ApplicationProperties and ApplicationManager
|
2026-03-12 13:55:53 +08:00 |
|
siujamo
|
d9bd1a1b0e
|
chore: disable redis repositories and JTA support in application.yml
|
2026-01-28 16:15:17 +08:00 |
|
siujamo
|
9b48869f3f
|
refactor: move caching configuration to CacheConfig and update application.yml settings
|
2026-01-28 16:08:51 +08:00 |
|
zihluwang
|
f6096c5ab7
|
docs: 添加 API docs
|
2026-01-27 13:42:52 +08:00 |
|
zihluwang
|
4dc9ed341d
|
feat: 从 Cookie 中获取 AccessToken
|
2026-01-09 14:22:05 +08:00 |
|
zihluwang
|
c13520bd8b
|
docs: 添加 Javadoc
|
2026-01-09 10:49:54 +08:00 |
|
zihluwang
|
a8c349bd75
|
docs: 添加 Javadoc
|
2026-01-09 09:17:01 +08:00 |
|
zihluwang
|
a526ac795d
|
feat: 添加退出接口
|
2026-01-06 00:07:15 +08:00 |
|
zihluwang
|
b9fee3787a
|
feat: 忽略 cookie secure 及 domain 配置
|
2026-01-05 23:59:05 +08:00 |
|
zihluwang
|
0a10c64278
|
refactor: 调整 Token 返回方式
Closes #1
|
2026-01-05 23:53:31 +08:00 |
|
siujamo
|
8d148f88d0
|
style: 修改代码风格
|
2025-12-31 17:48:28 +08:00 |
|
siujamo
|
2db2b594f6
|
refactor: 为添加用户功能添加返回值
|
2025-12-31 17:47:34 +08:00 |
|
siujamo
|
a5da09cf09
|
feat: 修改权限功能
|
2025-12-31 17:00:45 +08:00 |
|
siujamo
|
9b8d276e0b
|
feat: 添加权限
|
2025-12-31 16:42:08 +08:00 |
|
siujamo
|
382a6c177f
|
refactor: 为 JPA 实体添加 life cycle 配置
|
2025-12-31 14:55:11 +08:00 |
|
siujamo
|
d25c754bf0
|
feat: 查询权限信息列表
|
2025-12-31 14:47:27 +08:00 |
|
siujamo
|
4ca7791e26
|
refactor: 将共享常量类的构造器设置为私有
|
2025-12-31 14:19:51 +08:00 |
|
siujamo
|
5406d810a6
|
docs: 移除错误的 @see 引用
|
2025-12-31 11:19:48 +08:00 |
|
siujamo
|
b24a6dc809
|
refactor: 调整包结构
|
2025-12-31 11:14:10 +08:00 |
|
siujamo
|
d2d0ccef1c
|
style: 移除魔法变量
|
2025-12-31 09:54:12 +08:00 |
|
siujamo
|
c74a67cdc6
|
perf: 性能优化
使用全局唯一 JWT Verifier 实例
|
2025-12-31 09:46:28 +08:00 |
|
siujamo
|
659d123f2b
|
refactor: 调整包结构
|
2025-12-31 09:29:33 +08:00 |
|
siujamo
|
f62e26d441
|
feat: 删除角色功能
|
2025-12-29 12:33:01 +08:00 |
|
zihluwang
|
aa19c91465
|
refactor: 补充文档并优化代码
|
2025-12-27 11:36:28 +08:00 |
|
siujamo
|
3f1c320a48
|
feat: 修改角色功能
|
2025-12-26 17:48:52 +08:00 |
|
siujamo
|
826f51926b
|
feat: 创建角色功能
|
2025-12-26 14:59:10 +08:00 |
|
siujamo
|
8d0b0eb684
|
feat: 初始提交
|
2025-12-25 16:08:50 +08:00 |
|