Commit Graph

  • ef7c24c884 feat: make main live captions stream public master Adolfo Reyna 2026-03-22 22:32:01 -04:00
  • f47ca67dae feat: add public (unauthenticated) live captions stream Adolfo Reyna 2026-03-22 21:59:54 -04:00
  • 3737edab72 Merge branch 'codex/live-captions' into master Adolfo Reyna 2026-02-28 21:52:54 -05:00
  • 5195317c0c Expire live caption state after inactivity and tune stream limits Adolfo Reyna 2026-02-28 21:51:28 -05:00
  • 8aa1f3addd Add draft caption ingest support and dev watch workflow Adolfo Reyna 2026-02-28 21:30:38 -05:00
  • af4471b463 Merge pull request 'codex/live-captions' (#5) from codex/live-captions into master adolforeyna 2026-02-27 04:00:57 +00:00
  • f0afa200b1 Align live captions transport to flat language payloads codex/live-captions Adolfo Reyna 2026-02-26 22:56:51 -05:00
  • 503c5ef1f4 Add live captions stream endpoints and test sender Adolfo Reyna 2026-02-26 22:31:00 -05:00
  • e8dd905f27 fix: check if translation exists before processing in background Adolfo Reyna 2026-02-25 18:49:44 -05:00
  • c5fd09d71d feat: add post translation queue and background AI translation via API Adolfo Reyna 2026-02-25 18:41:46 -05:00
  • 989fdce883 feat: Add JSON content-type to Bible API chapters endpoint Adolfo Reyna 2026-02-25 18:13:32 -05:00
  • fd82643477 Add push notifications for chat participants Adolfo Reyna 2026-02-22 23:31:13 -05: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 adolforeyna 2026-02-22 02:56:14 +00:00
  • 83727957ab fix(auth): return JSON 401 for API sessions and harden cross-site cookies codex/sessionchecker-json-unauthorized Adolfo Reyna 2026-02-21 21:55:01 -05:00
  • a8ddae4b1e Merge pull request 'feat: add universal chat room with language-aware translation' (#3) from codex/universal-chat-room into master adolforeyna 2026-02-21 04:22:59 +00:00
  • 77134b6bab feat: add universal chat room with language-aware translation codex/universal-chat-room Adolfo Reyna 2026-02-20 23:16:05 -05:00
  • d907aeecee Add notifications viewed flag endpoint and persistence Adolfo Reyna 2026-02-20 22:15:13 -05:00
  • 1ca38ca3b9 Add agent notes file Adolfo Reyna 2026-02-20 22:06:01 -05:00
  • e13678ad56 Fix profile update persistence and stale cache Adolfo Reyna 2026-02-20 22:05:43 -05:00
  • bbc8c36439 Merge pull request 'codex/password-security-plan-comments' (#2) from codex/password-security-plan-comments into master adolforeyna 2026-02-21 03:02:44 +00:00
  • f3a782a360 chore(auth): remove security plan doc and marker comments codex/password-security-plan-comments Adolfo Reyna 2026-02-20 21:22:47 -05:00
  • 19d805d322 fix(auth): add account+IP brute-force rate limiting Adolfo Reyna 2026-02-20 21:20:21 -05:00
  • 469962d03c fix(auth): add single-use token login recovery flow Adolfo Reyna 2026-02-20 20:20:40 -05:00
  • c6d9dfd3c1 fix(auth): enforce POST body credentials and generic auth errors Adolfo Reyna 2026-02-20 20:09:29 -05:00
  • 0baf237548 docs(auth): add password security hardening plan and code markers Adolfo Reyna 2026-02-20 20:07:26 -05:00
  • 822e2bc0d6 Merge pull request 'codex/fix-502-feed-profile' (#1) from codex/fix-502-feed-profile into master adolforeyna 2026-02-21 00:46:34 +00:00
  • ea864b27d4 Harden local/prod cookie policy and Mongo connection settings codex/fix-502-feed-profile Adolfo Reyna 2026-02-20 19:25:21 -05:00
  • c136d25974 Harden feed/profile routes against invalid IDs and null profiles Adolfo Reyna 2026-02-20 19:09:15 -05:00
  • 0b36db9b33 docs: Update Swagger documentation for Profile endpoints Adolfo Reyna 2025-07-17 10:06:52 -04:00
  • e4bac717f9 docs: Add API documentation access instructions to README Adolfo Reyna 2025-07-17 10:00:31 -04:00
  • d21736d52c docs: Update Swagger documentation for Post endpoints Adolfo Reyna 2025-07-17 09:59:50 -04:00
  • 148ed696b2 feat: Add Swagger API documentation Adolfo Reyna 2025-07-17 09:52:37 -04:00
  • 0a48327e93 Improve readme (AI) Adolfo Reyna 2025-07-17 09:37:21 -04:00
  • 100b0c2a8f Change payments to be accessible wihtout loggin Adolfo Reyna 2025-07-17 09:32:49 -04:00
  • 64ca9df639 Tags support Adolfo Reyna 2025-07-17 09:32:27 -04:00
  • 46a2fc5c2b Add endpoint to retrieve posts by tag with validation Adolfo Reyna 2025-02-27 23:45:17 -05:00
  • 56cb8b4caa Enhance session and profile handling with validation and error handling improvements Adolfo Reyna 2025-02-27 23:12:11 -05:00
  • 606db78529 Add data to push notifications Adolfo Reyna 2025-02-27 23:11:53 -05:00
  • 7868df1abc Fix ratelimiter IP check Adolfo Reyna 2025-02-21 22:58:18 -05:00
  • 5bc1edb749 Add rate limiter Adolfo Reyna 2025-02-21 22:23:31 -05:00
  • ad62814d82 Add simple test with Mocha Adolfo Reyna 2025-02-21 22:06:45 -05:00
  • 2e7c0a6915 Experiment with Ollama to summarize post content Adolfo Reyna 2025-02-21 00:12:59 -05:00
  • 66893f7e53 Improve docker for local server Adolfo Reyna 2025-02-21 00:12:42 -05:00
  • 1056a91c33 Start simple translation approach Adolfo Reyna 2025-02-21 00:12:17 -05:00
  • 7902b75b5c Improve code redability 2 Adolfo Reyna 2025-02-20 23:52:45 -05:00
  • 0b20f05124 Cleaning code for index.js Adolfo Reyna 2025-02-20 23:27:13 -05:00
  • e4dfee39ff Removing sensitive data to env and log identifier at login Adolfo Reyna 2025-02-20 21:50:52 -05:00
  • a49932ae79 Fix bug on organic endpoint Adolfo Reyna 2025-02-20 21:49:25 -05:00
  • 4cab4decb6 Fix error handling at singup Adolfo Reyna 2025-02-13 15:45:17 -05:00
  • 50ed0e2c7d fix invitation and registration to use lowercase Adolfo Reyna 2025-02-11 11:34:28 -05:00
  • 222d203a57 small bug on login logs Adolfo Reyna 2025-02-08 07:55:41 -05:00
  • 9f32ab01b8 Improve logging by using original path and method Adolfo Reyna 2025-02-08 07:52:52 -05:00
  • 6664dd5f89 Adding analitycs with PostHog Adolfo Reyna 2025-02-06 09:57:03 -05:00
  • 0d06e2a446 Disabling web push since is breaking the server Adolfo Reyna 2025-02-06 08:51:26 -05:00
  • c2169c9604 Make promotional post default for now Adolfo Reyna 2025-02-05 20:50:38 -05:00
  • 309ae1b69b Add promotional endpoint (extended) for new users Adolfo Reyna 2025-02-05 20:46:24 -05:00
  • bf2cdd4696 Dissabling email for group posts for now Adolfo Reyna 2025-02-05 09:58:37 -05:00
  • 9ad30e102e Check for invitations which were used already Adolfo Reyna 2025-02-04 23:21:53 -05:00
  • 62fcf4fe2c Fix endpoint to check invitations Adolfo Reyna 2025-02-04 23:03:46 -05:00
  • b9a3768f4c Caught errors on webpush Adolfo Reyna 2025-02-03 22:53:41 -05:00
  • 0ca589cbe8 Catching werid cornercase on which users don't have profiles. Adolfo Reyna 2025-02-02 23:55:58 -05:00
  • 9ab922f765 Fix bug on signup Adolfo Reyna 2025-02-02 23:48:48 -05:00
  • d79138fba6 Add notifications to user when a follow profile posted Adolfo Reyna 2024-12-31 16:28:31 -05:00
  • 433f3069b3 Fix another bug on lastprofile at loggin Adolfo Reyna 2024-12-31 16:27:07 -05:00
  • ede12f9ec2 Fix latestProfile bug Adolfo Reyna 2024-12-31 14:55:59 -05:00
  • aac7080f7f Adding docker support Adolfo Reyna 2024-10-18 11:59:15 -04:00
  • e52c379a55 Adding local development on dokku Adolfo Reyna 2024-10-16 16:50:11 -04:00
  • 487bc2da18 Merge branch 'master' of https://github.com/aeroreyna/EMI_backend Adolfo Reyna 2024-10-16 16:22:55 -04:00
  • 3319e9fa36 Add Dockerfile Adolfo Reyna 2024-10-04 16:35:59 -04:00
  • 2434840c50 Improving comments Adolfo Reyna 2024-06-26 22:59:26 -04:00
  • 533610e0c1 Improve feed recomendations Adolfo Reyna 2023-10-24 21:59:18 -04:00
  • bffe227ad4 Fix post likes Adolfo Reyna 2023-07-10 20:24:29 -04:00
  • 6b24947b56 Merge branch 'master' of https://git.heroku.com/safe-atoll-23973 Adolfo Reyna 2023-07-08 16:36:46 -04:00
  • afee8869a6 Add temp domain Adolfo Reyna 2023-07-08 16:30:12 -04:00
  • 2f726a5331 start support for songs Adolfo Reyna 2023-05-31 06:11:50 -04:00
  • 4448521fdb fix minor bug aeroreyna 2023-02-08 20:00:05 -05:00
  • 7ff9223a5c Notifs for groups posting in feed Adolfo Reyna 2023-02-07 15:51:37 -05:00
  • af059b6fc6 restric newsOnly groups from posting Adolfo Reyna 2023-02-07 13:40:18 -05:00
  • 3d3dab58f9 Fix user search Adolfo Reyna 2023-02-06 15:03:11 -05:00
  • 47973879ab Fix following groups aeroreyna 2023-01-22 22:42:18 -05:00
  • dadf070ac5 Add bible API aeroreyna 2023-01-12 12:19:29 -05:00
  • fddce94cfb Fix permissions to private groups on tag posts q aeroreyna 2022-12-30 09:26:15 -05:00
  • 84087adb82 profile embedded and media entry points aeroreyna 2022-12-30 08:27:34 -05:00
  • 2e339f6b36 Adding media and recent watch media aeroreyna 2022-12-30 07:54:49 -05:00
  • b616a6f6f9 Fix push notifs aeroreyna 2022-12-28 23:02:46 -05:00
  • 1f3cc06470 Bunch small things: Notifs for react, subsplash... aeroreyna 2022-12-28 22:54:19 -05:00
  • 6b6f263821 add update post endpoint aeroreyna 2022-09-10 13:13:04 -04:00
  • 605ddac037 add change password for legged in users aeroreyna 2022-09-07 22:54:52 -04:00
  • 139f4ab086 add limit on interesting people Adolfo Reyna 2022-09-06 21:57:30 -04:00
  • ac3b7da016 deleting vimeo logic :( aeroreyna 2022-08-29 21:26:52 -04:00
  • f7c016264b adding webpush' aeroreyna 2022-04-23 22:52:46 -07:00
  • 70fffbf55d add actor in internal notifications aeroreyna 2022-04-04 21:30:41 -07:00
  • e7c9d56404 Unreact to comments aeroreyna 2022-04-04 21:14:12 -07:00
  • 137d91bcc3 Notification when accepted on private groups aeroreyna 2022-03-27 12:02:00 -07:00
  • f7f4592b36 manage cache on token aeroreyna 2022-03-24 23:09:27 -07:00
  • 62c68005fc fix set token aeroreyna 2022-03-24 23:07:37 -07:00
  • 4ac85df1bb set token aeroreyna 2022-03-24 22:58:22 -07:00
  • f7dd5365c8 temporary fix invalid ids aeroreyna 2022-03-19 14:44:56 -07:00
  • ec2d16f3db Notifications aeroreyna 2022-03-13 23:01:49 -07:00
  • a3fc84fbad adding vimeo api aeroreyna 2022-03-13 15:58:30 -07:00