Gabriel Kaszewski GKaszewski
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-04 12:57:52 +00:00
dacc057af6 fix: lazy-load wrapup backgrounds, cap sqlite pool to 4 connections
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-04 12:43:51 +00:00
01c1082290 feat: SPA bug fixes, interactivity, federation badges, admin reindex
bd7dc648c4 feat: search reindex, worker improvements, person IDs, user display names
Compare 2 commits »
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-04 02:30:43 +00:00
af8e58aeb8 fix: use avatar/banner URLs directly, not through posterUrl()
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-04 02:27:11 +00:00
fd9a053702 fix: exclude spa/.env from docker build to prevent baked localhost URLs
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-04 02:25:52 +00:00
092e769641 fix: 401 redirect uses /app/login instead of /login
b20d23fbb3 fix: exclude spa/node_modules and spa/dist from docker context
b9c0b10740 feat: add SPA, serve at /app/, update Dockerfile and README
15dc0e526b feat: expose display_name, also_known_as, profile fields in GET /profile
cf2f4a1b4f feat: watchlist add accepts title/year/imdb for movies not in DB
Compare 15 commits »
GKaszewski pushed to main at GKaszewski/gabrielkaszewski-next 2026-06-03 08:31:23 +00:00
7b2bb55a2b feat: update movie reviews URL to embed version
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-03 08:17:45 +00:00
004243dcbb fix: use embed=true for serde bool compat
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-03 08:14:54 +00:00
c18d4eebc1 fix: use array instead of vec for clippy
3f6e01ed65 feat: add embed snippet to profile settings
19642175eb feat: wire embed param to EmbedProfileTemplate
8ca378b25f feat: add embed.css standalone stylesheet
Compare 9 commits »
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-02 23:38:27 +00:00
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-02 23:37:16 +00:00
430fbb21ea refactor: rename image-storage crate to object-storage
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-02 23:33:10 +00:00
f262417971 refactor: rename ImageStorage → ObjectStorage
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-02 23:25:17 +00:00
d94ccbe057 refactor: store typed WrapUpReport in domain, serialize in adapters
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-02 23:20:52 +00:00
e4b8ba550e refactor: extract storage key conventions into WrapUpStorage
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-02 23:18:55 +00:00
3cec726e3d refactor: move VideoRenderConfig from domain to adapter, inject at construction
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-02 23:13:09 +00:00
e8e83d3f16 assets + fmt
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-02 23:12:38 +00:00
8cabc6af70 fix: clippy — redundant closure in AdminApiUser
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-02 23:12:09 +00:00
e378191045 fix: clippy — collapse nested if in cast photo store
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-02 23:11:20 +00:00
bca07b7824 fix: clippy — collapse nested ifs, use div_ceil
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-02 23:06:13 +00:00
857896f057 feat: add video download link to wrapup HTML page
GKaszewski pushed to master at GKaszewski/movies-diary 2026-06-02 23:01:51 +00:00
e905842b62 fix: idempotency guard on wrapup handler to prevent duplicate processing