• Joined on 2025-08-18
ilia created branch master in ilia/atlas 2026-01-05 20:08:26 -05:00
ilia pushed to master at ilia/atlas 2026-01-05 20:08:26 -05:00
7c633a02ed Initialize project structure with essential files and documentation
ilia created repository ilia/atlas 2026-01-05 19:46:32 -05:00
ilia pushed to main at ilia/mirror_match 2026-01-05 19:42:47 -05:00
df865dca41 This MR fixes critical authentication issues that prevented login on localhost and improves the developer experience with consolidated rebuild scripts and a working help modal keyboard shortcut. (#5)
ilia deleted branch dev from ilia/mirror_match 2026-01-05 19:42:47 -05:00
ilia merged pull request ilia/mirror_match#5 2026-01-05 19:42:46 -05:00
This MR fixes critical authentication issues that prevented login on localhost and improves the developer experience with consolidated rebuild scripts and a working help modal keyboard shortcut.
ilia pushed to dev at ilia/mirror_match 2026-01-04 22:52:22 -05:00
b39242c571 Merge main into dev: resolve all conflicts, keep dev improvements
dfc2ee978d Production Deployment Fixes and Enhancements (#3)
Compare 2 commits »
ilia pushed to dev at ilia/mirror_match 2026-01-04 22:24:36 -05:00
929a096304 Add HelpModal tests for keyboard interactions and content display
ilia created pull request ilia/mirror_match#5 2026-01-04 22:18:52 -05:00
This MR fixes critical authentication issues that prevented login on localhost and improves the developer experience with consolidated rebuild scripts and a working help modal keyboard shortcut.
ilia pushed to dev at ilia/mirror_match 2026-01-04 22:14:39 -05:00
19d5b7ef99 refactor: Enhance cookie handling and error management in authentication
ilia pushed to dev at ilia/mirror_match 2026-01-04 22:11:21 -05:00
9c4db74fd1 refactor: Improve authentication handling and cookie management
ilia pushed to dev at ilia/mirror_match 2026-01-04 22:05:34 -05:00
e5be9476a4 Mark NextAuth route as dynamic to prevent build-time data collection
ilia pushed to dev at ilia/mirror_match 2026-01-04 22:04:13 -05:00
df9e61554a Mark additional API routes as dynamic to prevent build-time data collection
ilia pushed to dev at ilia/mirror_match 2026-01-04 22:01:16 -05:00
da4d7e6f6e Mark reset-password and photo routes as dynamic to prevent build-time data collection
ilia pushed to dev at ilia/mirror_match 2026-01-04 21:59:00 -05:00
1aff435ca1 Enhance server startup and log monitoring scripts
ilia pushed to dev at ilia/mirror_match 2026-01-04 21:50:37 -05:00
79e6656b02 Add deploy-and-watch script for server deployment and log monitoring
ilia pushed to dev at ilia/mirror_match 2026-01-04 21:43:36 -05:00
f4155cf820 Enhance logging and monitoring capabilities
ilia pushed to dev at ilia/mirror_match 2026-01-04 21:36:04 -05:00
1e7a47ad31 refactor: Simplify cookie management in authentication handling
bc4a6b93b6 Add rebuild scripts and HelpModal component
Compare 2 commits »
ilia deleted branch cleanup/logging-system from ilia/mirror_match 2026-01-04 19:42:51 -05:00
ilia pushed to dev at ilia/mirror_match 2026-01-04 19:42:50 -05:00
08914dc469 Implements a comprehensive structured logging system to replace verbose console.* calls throughout the codebase, addressing all cleanup tasks from CLEANUP.md. (#4)