Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
8ee22f6
feat(account): update API interface with GoFrame compatible wrappers
gin-melodic Jan 13, 2026
250afa3
test: refactor test suite to support new money representation model
gin-melodic Jan 13, 2026
d7165fd
refactor(go.mod): remove unused gogf grpcx and file registry dependen…
gin-melodic Jan 13, 2026
8d76298
feat(ale): implement Application Layer Encryption system
gin-melodic Jan 14, 2026
46ac59f
refactor(utils): remove unused helper functions and simplify balance …
gin-melodic Jan 14, 2026
fa74431
refactor(api): standardize API endpoints with versioning and consiste…
gin-melodic Jan 15, 2026
1841ccf
feat: Introduce Application Layer Encryption (ALE) for secure request…
gin-melodic Jan 16, 2026
fe761c8
chore(deps): update Go dependencies and refactor Redis initialization
gin-melodic Jan 19, 2026
f3ee93e
feat(auth): make JWT token expiry configurable via env vars and config
gin-melodic Jan 21, 2026
407c8cd
feat(account): add count_without_equity field to transaction count re…
gin-melodic Jan 23, 2026
ab6cc82
refactor(task): update Task model to use generic types with constraints
gin-melodic Jan 24, 2026
bdad6ee
feat: add Redis caching layer and implement cache invalidation strategy
gin-melodic Jan 24, 2026
afe2d02
feat: Implement dashboard snapshot persistence and management
gin-melodic Feb 12, 2026
f30fd47
feat(auth): add default user plan during registration
gin-melodic Feb 13, 2026
7140b4f
fix: update go.mod and go.sum after go mod tidy
gin-melodic Feb 13, 2026
6e22adf
Update internal/controller/auth/auth_v1_gf_logout.go
gin-melodic Feb 13, 2026
336f125
Update internal/controller/transaction/transaction_v1_gf_update_trans…
gin-melodic Feb 13, 2026
a3204f5
Update internal/crypto/aes_gcm.go
gin-melodic Feb 13, 2026
9eb1981
Update internal/boot/redis.go
gin-melodic Feb 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions api/account/account.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

137 changes: 50 additions & 87 deletions api/account/v1/account.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading