Adolfo Reyna adolforeyna
  • Joined on 2025-10-30
adolforeyna pushed to master at adolforeyna/EMI-Backend 2026-02-22 02:56:15 +00:00
93d5b6b5f3 Merge pull request 'fix(auth): return JSON 401 for API sessions and harden cross-site cookies' (#4) from codex/sessionchecker-json-unauthorized into master
83727957ab fix(auth): return JSON 401 for API sessions and harden cross-site cookies
Compare 2 commits »
adolforeyna merged pull request adolforeyna/EMI-Backend#4 2026-02-22 02:56:14 +00:00
fix(auth): return JSON 401 for API sessions and harden cross-site cookies
adolforeyna created pull request adolforeyna/EMI-Backend#4 2026-02-22 02:56:11 +00:00
fix(auth): return JSON 401 for API sessions and harden cross-site cookies
adolforeyna created branch codex/sessionchecker-json-unauthorized in adolforeyna/EMI-Backend 2026-02-22 02:55:44 +00:00
83727957ab fix(auth): return JSON 401 for API sessions and harden cross-site cookies
adolforeyna pushed to master at adolforeyna/EMI-Backend 2026-02-21 04:23:01 +00:00
a8ddae4b1e Merge pull request 'feat: add universal chat room with language-aware translation' (#3) from codex/universal-chat-room into master
77134b6bab feat: add universal chat room with language-aware translation
Compare 2 commits »
adolforeyna merged pull request adolforeyna/EMI-Backend#3 2026-02-21 04:22:59 +00:00
feat: add universal chat room with language-aware translation
adolforeyna created pull request adolforeyna/EMI-Backend#3 2026-02-21 04:22:55 +00:00
feat: add universal chat room with language-aware translation
adolforeyna created branch codex/universal-chat-room in adolforeyna/EMI-Backend 2026-02-21 04:16:10 +00:00
adolforeyna pushed to codex/universal-chat-room at adolforeyna/EMI-Backend 2026-02-21 04:16:10 +00:00
77134b6bab feat: add universal chat room with language-aware translation
adolforeyna pushed to master at adolforeyna/EMI-Backend 2026-02-21 03:15:15 +00:00
d907aeecee Add notifications viewed flag endpoint and persistence
adolforeyna pushed to master at adolforeyna/EMI-Backend 2026-02-21 03:06:02 +00:00
1ca38ca3b9 Add agent notes file
e13678ad56 Fix profile update persistence and stale cache
Compare 2 commits »
adolforeyna pushed to master at adolforeyna/EMI-Backend 2026-02-21 03:02:45 +00:00
bbc8c36439 Merge pull request 'codex/password-security-plan-comments' (#2) from codex/password-security-plan-comments into master
f3a782a360 chore(auth): remove security plan doc and marker comments
19d805d322 fix(auth): add account+IP brute-force rate limiting
469962d03c fix(auth): add single-use token login recovery flow
c6d9dfd3c1 fix(auth): enforce POST body credentials and generic auth errors
Compare 6 commits »
adolforeyna merged pull request adolforeyna/EMI-Backend#2 2026-02-21 03:02:44 +00:00
codex/password-security-plan-comments
adolforeyna created pull request adolforeyna/EMI-Backend#2 2026-02-21 03:02:37 +00:00
codex/password-security-plan-comments
f3a782a360 chore(auth): remove security plan doc and marker comments
adolforeyna created branch codex/password-security-plan-comments in adolforeyna/EMI-Backend 2026-02-21 02:20:31 +00:00
19d805d322 fix(auth): add account+IP brute-force rate limiting
469962d03c fix(auth): add single-use token login recovery flow
c6d9dfd3c1 fix(auth): enforce POST body credentials and generic auth errors
0baf237548 docs(auth): add password security hardening plan and code markers
Compare 4 commits »
adolforeyna pushed to master at adolforeyna/EMI-Backend 2026-02-21 00:46:36 +00:00
822e2bc0d6 Merge pull request 'codex/fix-502-feed-profile' (#1) from codex/fix-502-feed-profile into master
ea864b27d4 Harden local/prod cookie policy and Mongo connection settings
c136d25974 Harden feed/profile routes against invalid IDs and null profiles
Compare 3 commits »
adolforeyna merged pull request adolforeyna/EMI-Backend#1 2026-02-21 00:46:35 +00:00
codex/fix-502-feed-profile