Commit Graph

10 Commits

Author SHA1 Message Date
f99a866e13 feat: implement unified S3-compatible storage system
Consolidates storage backends into a single S3-compatible driver that supports:
- AWS S3 (native)
- Backblaze B2 (S3-compatible API)
- Cloudflare R2 (S3-compatible API)
- MinIO and other S3-compatible services
- Local filesystem for development

This replaces the previous separate B2 driver with a unified approach,
reducing dependencies and complexity while adding support for more services.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-01 23:07:44 +12:00
a87df47231 feat: register attachment API routes
- Add 5 RESTful endpoints for transaction attachment management
- Include proper authentication middleware for all attachment operations
- Follow existing URL pattern: /orgs/:orgId/transactions/:transactionId/attachments
- Support nested resource access with proper authorization

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-01 11:04:50 +12:00
Patrick Nagurny
0a91b19b5c add budget feature 2020-01-14 14:14:16 -05: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
27f15e3436 gofmt 2019-01-18 12:39:16 -02:00
Patrick Nagurny
1909985489 fix apikeys routes 2018-11-08 13:52:23 -05:00
Patrick Nagurny
f958f9c580 don't use prefix for /ws 2018-11-08 12:35:15 -05:00
Patrick Nagurny
edffa4b7c6 add api prefix option 2018-11-08 11:35:11 -05:00
Patrick Nagurny
e2dd29259f initial commit 2018-10-19 15:31:41 -04:00