stefiosif
  • Joined on 2026-03-21
stefiosif pushed to master at stefiosif/zeal 2026-07-15 16:52:16 +00:00
fedee8b4b8 Add ELO_LOG.md
stefiosif pushed to master at stefiosif/zeal 2026-07-15 16:37:43 +00:00
7a4c7dd46d Compare with original alpha to decide node type
033bba0a12 Check time limit once per 1024 nodes
cb47cc3c8b Make history heuristic param optional on move ordering to avoid allocating space in q search
edfa430db3 Delete windows script
2b8820a863 Add justfile for recurring commands
Compare 5 commits »
stefiosif pushed to master at stefiosif/zeal 2026-07-02 16:35:03 +00:00
604950e4e0 Update README
stefiosif pushed to master at stefiosif/zeal 2026-07-02 16:32:28 +00:00
b05bb94ee9 Update README
stefiosif pushed to main at stefiosif/rota 2026-07-02 16:15:46 +00:00
e43ebf250e Update readme, justfile and .gitignore
9d8eacfb2b Add option to manually swap shifts after the schedule has been generated
Compare 2 commits »
stefiosif pushed to main at stefiosif/loft 2026-06-28 14:46:28 +00:00
824cd2ad53 refactor(backend): extract governor setup into a function
40d57d7c77 fix(backend): add missing sqlx cache for thumbnail update query
da9cd3e03b feat(backend): keep logs in daily rolling files
eb95eed752 refactor(backend): return concrete FuturesByteStream instead of impl Stream
Compare 4 commits »
stefiosif pushed to main at stefiosif/loft 2026-06-28 09:18:38 +00:00
affe9bcd14 feat: generate and display thumbnails asynchronously
stefiosif pushed to main at stefiosif/loft 2026-06-24 17:14:51 +00:00
23933f47a0 docs: update readme
stefiosif pushed to main at stefiosif/loft 2026-06-24 17:11:25 +00:00
7d06c9e93d docs: add README and env examples
690a7111aa chore: update justfile commands and parameterize healthcheck info
1c98dae3d2 feat(frontend): add image preview and prev/next navigation
a40c1f7396 feat(backend): add swagger-ui endpoint via utoipa
Compare 4 commits »
stefiosif pushed to main at stefiosif/loft 2026-06-14 20:50:47 +00:00
d153e1c251 feat(frontend): add tile view mode
be3f7da565 fix(backend): skip auth rate limiter in test env
91459db5ec refactor(backend): remove redundant main_response_mapper middleware
450b3fdf52 refactor(backend): drop redundant LoftError from Result return types
Compare 4 commits »
stefiosif pushed to main at stefiosif/loft 2026-06-13 09:39:06 +00:00
2616896ecb refactor(backend): replace unwraps with typed errors
stefiosif pushed to main at stefiosif/loft 2026-06-07 17:21:08 +00:00
21d65af470 test(backend): cover stream_part range requests
4699ffe6af feat(backend): cap upload body size at 5 GB
b2a7787e45 feat(backend): serve video with HTTP range requests
8cb1f4142b chore: remove redundant files
Compare 4 commits »
stefiosif pushed to main at stefiosif/loft 2026-06-06 18:20:41 +00:00
9124cc90aa ci: check sqlx queries against live db
stefiosif pushed to main at stefiosif/loft 2026-06-06 18:13:26 +00:00
stefiosif pushed to main at stefiosif/loft 2026-06-06 18:03:38 +00:00
c7f4e4e3b0 ci: restore SQLX_OFFLINE, include sqlx cache from tests
stefiosif pushed to main at stefiosif/loft 2026-06-06 17:45:37 +00:00
563bc3fe50 ci: check sqlx queries against live db
stefiosif pushed to main at stefiosif/loft 2026-06-06 17:30:19 +00:00
8858bfa3c6 ci: add backend test workflow
ec1c458bb7 feat(backend): rate limit auth routes with tower_governor
b5e76b0368 build: load secrets from .env instead of hardcoding
Compare 3 commits »
stefiosif pushed to main at stefiosif/loft 2026-06-04 18:55:15 +00:00
d2f044db07 test(frontend): add real-auth Playwright e2e suite
stefiosif pushed to main at stefiosif/loft 2026-06-03 21:19:09 +00:00
0ef7728ac0 feat(frontend): add plyr to preview videos
f8c56623a4 build: dockerize app, migrate on boot
91932d38ce feat(frontend): serve as SPA via adapter-static
0f6bfe2111 fix(backend): match the authenticated user into get/download/delete operations
Compare 4 commits »
stefiosif pushed to main at stefiosif/loft 2026-06-01 18:01:12 +00:00
41ea8b598a style(frontend): format codebase with prettier