Alex alex
  • Joined on 2026-05-11
alex pushed to main at alex/headquarter 2026-05-19 12:44:38 +02:00
0926e4de83 feat: add git history visualization frontend
alex pushed to main at alex/headquarter 2026-05-19 12:25:52 +02:00
8b70daed53 feat: smart git URL parsing for browser URLs
alex pushed to main at alex/headquarter 2026-05-19 11:51:40 +02:00
ac6c97b6ce fix: add missing timestamps to ssh_keys model
alex pushed to main at alex/headquarter 2026-05-19 11:42:15 +02:00
a433c82488 fix: datetime serialization in API response models
alex pushed to main at alex/headquarter 2026-05-19 11:38:26 +02:00
f8700fd7ed fix: dashboard endpoint and SSH key Fernet key generation
alex pushed to main at alex/headquarter 2026-05-19 10:56:12 +02:00
0fcfc745ff fix: add alias=session to Cookie dependencies
alex pushed to main at alex/headquarter 2026-05-19 10:52:35 +02:00
d214ab82db debug: add logging to auth cookie handling
alex pushed to main at alex/headquarter 2026-05-19 10:43:19 +02:00
753f1506b6 fix: wrap /auth/me response in user object to match frontend types
alex pushed to main at alex/headquarter 2026-05-18 23:34:00 +02:00
58bf30ed15 fix: set cookie domain for cross-subdomain authentication
alex pushed to main at alex/headquarter 2026-05-18 23:27:13 +02:00
c067c03662 fix: add CORS middleware to allow frontend auth requests
alex pushed to main at alex/headquarter 2026-05-18 23:22:26 +02:00
d273535950 fix: redirect to frontend after OAuth callback instead of returning JSON
alex pushed to main at alex/headquarter 2026-05-18 23:18:13 +02:00
7f97ba8e9b fix: make migrations idempotent with if_not_exists
alex pushed to main at alex/headquarter 2026-05-18 23:16:03 +02:00
caf73e39ba fix: use subprocess for alembic migrations to avoid async/sync issues
alex pushed to main at alex/headquarter 2026-05-18 23:09:46 +02:00
1e70462c2b fix: use sync engine for alembic migration operations
alex pushed to main at alex/headquarter 2026-05-18 23:05:31 +02:00
b9684b0107 fix: fail fast on startup if database migrations fail
alex pushed to main at alex/headquarter 2026-05-18 22:56:36 +02:00
716b8fa631 chore: archive simplify-authentik-auth change
alex pushed to main at alex/headquarter 2026-05-18 22:56:10 +02:00
d724a92d34 docs: update env and docker-compose for session-based auth
2ce7862058 feat: simplify auth flow - replace JWT with session cookies
Compare 2 commits »
alex pushed to main at alex/headquarter 2026-05-18 22:38:09 +02:00
285d3dace8 fix: use await engine.connect() instead of async with
alex pushed to main at alex/headquarter 2026-05-18 22:35:44 +02:00
9fefe289a7 fix: prevent concurrent migrations in multi-worker setup
alex pushed to main at alex/headquarter 2026-05-18 22:22:56 +02:00
843683d579 feat: add comprehensive request and error logging