0d1cb22044
refactor: update data access layer to use GORM repositories
...
- Replace SQL-based queries with GORM repository calls
- Update all model interfaces to use repository pattern
- Fix compilation errors in core/model/ files
- Update mocks to match new repository interfaces
- Modify API handlers to use new repository layer
- Maintain backward compatibility with existing interfaces
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-06-30 22:08:08 +12:00
Patrick Nagurny
4821cbca62
Merge pull request #22 from pnagurny/bug/fix-tx-pagination
...
fix txs by account pagination bug
2021-01-28 12:50:03 -07:00
Patrick Nagurny
df6901ef8a
fix txs by account pagination bug
2021-01-28 12:47:49 -07:00
Patrick Nagurny
4e472c9508
fix from
2020-11-25 10:25:20 -05:00
Patrick Nagurny
a5ebe35890
make Sender header match From
2020-11-25 10:15:16 -05:00
Patrick Nagurny
73bf3953c2
switch to mailgun
2020-11-23 11:13:23 -05:00
Patrick Nagurny
6ec5177aae
remove spaces and convert email to lowercase
2020-07-23 12:31:09 -06:00
Patrick Nagurny
122449f8fc
fix issue #13
2020-01-15 11:21:23 -05:00
Patrick Nagurny
f2877230e2
format code
2020-01-14 14:29:00 -05:00
Patrick Nagurny
0a91b19b5c
add budget feature
2020-01-14 14:14:16 -05:00
Patrick Nagurny
c098ff2297
fix update account parent bugs
2020-01-13 10:24:17 -05:00
Patrick Nagurny
a67f270b6d
add timezone to org
2019-06-27 16:43:18 -04:00
Tarcisio Gruppi
cbb10098d3
Added GET /orgs/:orgId/accounts/:accountI API endpoint
2019-03-27 01:49:26 -03:00
Tarcisio Gruppi
471afa4e0e
Added GET /health-check and related files
2019-01-18 12:39:21 -02:00
Tarcisio Gruppi
0f8d2d65d8
Added Config.Address to allow the server to bind to a different IP address
2019-01-11 16:16:56 -02:00
Tarcisio Gruppi
c407945109
Added Config.DatabaseAddress
...
This allows the server to connect to a MySQL server in a different
machine.
2019-01-11 15:13:42 -02:00
Patrick Nagurny
291538e341
escape % signs
2018-12-27 15:31:50 -05:00
Patrick Nagurny
cf1d312f9e
validate email address
2018-11-15 10:14:59 -05:00
Patrick Nagurny
edffa4b7c6
add api prefix option
2018-11-08 11:35:11 -05:00
Patrick Nagurny
2a827bac26
api 1.0.1 add signupSource
2018-11-05 09:37:08 -05:00
Patrick Nagurny
9b9124f730
allow limited login via email verify code
2018-11-02 15:14:26 -04:00
Patrick Nagurny
e2dd29259f
initial commit
2018-10-19 15:31:41 -04:00