Commit Graph

16 Commits

Author SHA1 Message Date
Oleg Proskurin 196b91ae6a fix: uploading endpoint 2026-02-01 20:04:46 +07:00
Oleg Proskurin 855ac3c111 feat: log errors transparent 2026-01-05 22:48:16 +07:00
Oleg Proskurin 3d18fcfeb5 feat(api): change default aspect ratio from 1:1 to 16:9
Update default aspect ratio for image generation to 16:9 widescreen
format, matching common display resolutions and user expectations.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 16:32:18 +07:00
Oleg Proskurin 20996edd6d refactor: simplify storage path to {org}/{proj}/img/{imageId}
- Remove category from all storage methods
- Change filename to imageId (UUID) across all services
- Update StorageService interface: orgId→orgSlug, projectId→projectSlug
- Update MinioStorageService to use new path format
- Update all route handlers (cdn, images, upload, live, textToImage)
- Update GenerationService and ImageService for new storage keys
- CDN URL format: cdn.banatie.app/{org}/{proj}/img/{imageId}

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 19:47:18 +07:00
Oleg Proskurin 5e52d4ff9c fix: show image dimentions 2025-11-23 21:03:55 +07:00
Oleg Proskurin d6ca79152c fix: service and tests 2025-11-10 00:57:06 +07:00
Oleg Proskurin 6944e6b750 feat: detect network issues 2025-10-10 00:17:29 +07:00
Oleg Proskurin df6596d53c chore: prettier 2025-10-09 23:16:42 +07:00
Oleg Proskurin 7c31644824 feat: add meta tags 2025-10-08 00:03:08 +07:00
Oleg Proskurin 585b446ca5 feat: add aspect ratio 2025-10-07 21:13:05 +07:00
Oleg Proskurin 620a2a9caa chore: update the model 2025-10-06 23:41:26 +07:00
Oleg Proskurin 367f1d1946 feat: log generation requests 2025-10-06 23:25:20 +07:00
Oleg Proskurin 680d2d2bad feat: improve demo page 2025-10-05 23:30:49 +07:00
Oleg Proskurin e2cfd6e27f fix: service config 2025-10-05 16:50:09 +07:00
Oleg Proskurin f572428a87 fix: image generation 2025-09-29 22:49:32 +07:00
Oleg Proskurin babcbe29db feat: move to monorepo 2025-09-29 21:58:43 +07:00