Commit Graph

53 Commits

Author SHA1 Message Date
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
zihluwang 7c9f9c35f9 chore: rename settings 2026-03-14 08:28:43 +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 e83f1358e3 chore: remove bruno api files 2026-03-12 13:55:22 +08:00
siujamo 2de2cb029d feat: add Spring Boot Actuator dependency and update Java JWT version 2026-03-12 13:54:31 +08:00
siujamo d2b086ce17 refactor: enhance department and user data insertion with CTEs and streamline role authority assignments 2026-01-29 09:27:28 +08:00
siujamo e5ae5f61b5 style: reformat init.sql 2026-01-29 09:15:56 +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
siujamo 64be3a79ea refactor: update init.sql to current schema 2026-01-28 15:45:45 +08:00
siujamo e9c6732888 chore: upgrade postgres driver 2026-01-28 15:45:13 +08:00
siujamo 891b7f9280 build: optimise docker build script 2026-01-28 15:44:54 +08:00
siujamo 3095e34164 build: add docker build script 2026-01-28 14:44:10 +08:00
siujamo d6944957c8 refactor: optimise dependencies 2026-01-28 14:32:29 +08:00
siujamo ba2ed6d22c refactor: categorise dependencies 2026-01-28 11:23:44 +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
siujamo 05b6bbca79 chore(deps): 升级 JDK 21 2025-12-29 12:32:40 +08:00
siujamo 670e54aefb chore(deps): 导入数学计算模块 2025-12-29 10:36:50 +08:00
zihluwang aa19c91465 refactor: 补充文档并优化代码 2025-12-27 11:36:28 +08:00
siujamo 3f1c320a48 feat: 修改角色功能 2025-12-26 17:48:52 +08:00