Scott.Idem
  • Joined on 2026-03-10
Scott.Idem pushed to master at Scott.Idem/Cortex-Inara 2026-04-29 18:46:51 -04:00
25182a1765 feat: PWA support — manifest, service worker, icons, public auth exemption
Scott.Idem pushed to dev_cluster at Scott.Idem/OSIT-AE-Docker-Env 2026-04-29 14:02:59 -04:00
6c6de37419 fix: restrict Dozzle to localhost-only binding
Scott.Idem pushed to master at Scott.Idem/Cortex-Inara 2026-04-28 23:24:11 -04:00
f726d78979 docs: add five new feature items to TODO (PWA, proactive notifications, attachments, search, usage)
Scott.Idem pushed to master at Scott.Idem/Cortex-Inara 2026-04-28 23:06:44 -04:00
217c7c3d6a feat: CodeMirror markdown editor for identity/memory file editor
Scott.Idem pushed to master at Scott.Idem/Cortex-Inara 2026-04-28 22:52:41 -04:00
66cb197de0 feat: last-used persona cookie, emoji dropdown, theme support, auth status move
Scott.Idem pushed to master at Scott.Idem/Cortex-Inara 2026-04-28 22:11:53 -04:00
1222f806ce docs: sync all documentation to current state (2026-04-28)
ed191cf0b4 feat: add journal entry update, disable, append, prepend tools
44f215c764 feat: add ae_journal_list tool
d61e39d614 feat: S/M/L height drives mode-select row vs column layout
93a692f3f0 feat: vertical mode-select column on desktop
Compare 20 commits »
Scott.Idem pushed to ae_app_3x_llm at Scott.Idem/OSIT-AE-App-Svelte 2026-04-25 12:43:52 -04:00
fdee7c16ca fix(auth): harden magic-link root_url and clean up stale array-response code
4d08994e79 docs: sync updated frontend API guide for user auth endpoints
bbdfe75866 fix(auth): migrate sign-in from legacy /user/* to V3 action endpoints
Compare 3 commits »
Scott.Idem pushed to development at Scott.Idem/OSIT-AE-API-FastAPI 2026-04-25 12:35:30 -04:00
b590bc09a0 fix: require root_url on email_auth_key_url; correct frontend guide for user auth endpoints
Scott.Idem pushed to ae_app_3x_llm at Scott.Idem/OSIT-AE-App-Svelte 2026-04-23 11:42:20 -04:00
56e23f3da0 fix(files): normalize file extension to lowercase before legacy/untrusted checks
Scott.Idem pushed to ae_app_3x_llm at Scott.Idem/OSIT-AE-App-Svelte 2026-04-22 23:25:08 -04:00
4ae9ecc381 fix(files): show legacy file warning banner for trusted-access users
Scott.Idem pushed to ae_app_3x_llm at Scott.Idem/OSIT-AE-App-Svelte 2026-04-22 10:10:13 -04:00
3fd6b33d6f fix(events): prune stale event_file records from Dexie after list refresh
Scott.Idem pushed to ae_app_3x_llm at Scott.Idem/OSIT-AE-App-Svelte 2026-04-22 09:24:01 -04:00
e15a26f6c6 fix(launcher): load location files into Dexie on location select/refresh
Scott.Idem pushed to ae_app_3x_llm at Scott.Idem/OSIT-AE-App-Svelte 2026-04-22 02:23:17 -04:00
f8e34b10b8 docs(todo): document download button ID resolution bug and file.clear() scope issue
Scott.Idem pushed to ae_app_3x_llm at Scott.Idem/OSIT-AE-App-Svelte 2026-04-22 01:55:22 -04:00
29c5a9fa82 fix(pres_mgmt): hidden files now visible in Manage Files without manual refresh
Scott.Idem pushed to ae_app_3x_llm at Scott.Idem/OSIT-AE-App-Svelte 2026-04-22 00:38:35 -04:00
18cbe256de fix(pres_mgmt): increase file upload timeout to 20 min, guard null result
2b2324ee8a Updated to do list
6c6fccdfb4 Tweaking the colors and timing for the Session Menu in the Launcher
ef5188aa6d refactor(launcher): remove duplicate session load from menu_session_list
c4fdc8efa4 fix(launcher): hidden sessions collapse space, sort by datetime, rename internal-file flag
Compare 5 commits »
Scott.Idem pushed to ae_app_3x_llm at Scott.Idem/OSIT-AE-App-Svelte 2026-04-19 19:44:47 -04:00
66310adb22 More to do things.
b94516ce26 fix(idaa): purge IDB when has_cached_session but $ae_loc has no auth
b8e6bcaf03 fix(idaa): strip API calls from all +page.ts/+layout.ts, gate loading in $effect
dea599bd9c fix(idaa): move Recovery Meetings load out of +layout.ts, gate $effect on auth
4d5081582f fix(idaa): exempt trusted_access users from IDB purge and BB load gate
Compare 15 commits »
Scott.Idem pushed to ae_app_3x_llm at Scott.Idem/OSIT-AE-App-Svelte 2026-04-19 15:25:04 -04:00
898afd9775 fix(files): refine legacy file upload warnings and trusted-access block bypass
74e65ea892 feat(files): block upload and show warning for legacy .ppt/.doc file formats
1ad3d2030d fix(launcher/files): hide admin-purpose files and fix event_file_id in PATCH body
721facf7ba fix(locations): auto-load locations on page open; fix session query and POC visibility
a42b49dd50 fix(launcher): auto-set app_mode to native when running in Electron
Compare 10 commits »
Scott.Idem pushed to development at Scott.Idem/OSIT-AE-API-FastAPI 2026-04-19 15:24:54 -04:00
e71906b59a Saving stress testing
3d89e95c24 fix(P2): add OperationalError retry to sql_insert, sql_select, sql_insert_or_update
3db5f7c749 fix(P3): guard startup db connection with try/except in lib_sql_core
55debc8009 feat: add stress_list_queries tool and document in tests/README
ace00929f2 feat: expose DB pool_size and max_overflow as env vars (P4)
Compare 7 commits »
Scott.Idem pushed to dev_cluster at Scott.Idem/OSIT-AE-Docker-Env 2026-04-19 15:24:43 -04:00
47fe502dc1 Minor clean up
a56213569a docs: expand .env.default comments for API and DB tuning settings
8d1c27471f feat: expose DB pool_size and max_overflow as env vars
d1ed06a4c4 fix: resolve logrotate permission issues in maintenance container
3c6b67b149 chore: unify timezone and implement containerized log rotation
Compare 5 commits »
Scott.Idem pushed to ae_app_3x_llm at Scott.Idem/OSIT-AE-App-Svelte 2026-04-14 21:53:08 -04:00
e4265f69af fix(badges): fix stale-Dexie race in font size initialization