From 3ce6a2c43beb0052f5742004c684c1e8cbce4f55 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 29 Apr 2026 09:34:22 +0100 Subject: [PATCH] vault backup: 2026-04-29 09:34:22 --- .../Video Accessibility Platform.md | 10 ++++++++++ 99 Daily/2026-04-29.md | 13 +++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 99 Daily/2026-04-29.md diff --git a/01 Projects/video-accessibility/Video Accessibility Platform.md b/01 Projects/video-accessibility/Video Accessibility Platform.md index 1224cc9..8a20888 100644 --- a/01 Projects/video-accessibility/Video Accessibility Platform.md +++ b/01 Projects/video-accessibility/Video Accessibility Platform.md @@ -82,6 +82,14 @@ Pipeline phases: | 2026-03-03 | Add download assets panel + VTT file upload to QC review | ## Sessions +### 2026-04-29 – Check video-accessibility logs on optical server +**Asked:** Check video-accessibility logs on optical server and investigate access issues. +**Done:** Found and fixed missing Azure environment variables in .env file causing authentication failures. + +### 2026-04-29 – Check video-accessibility logs on optical server +**Asked:** Check video-accessibility logs on optical server and investigate access issues. +**Done:** Identified missing Azure environment variables in .env file causing container to run with empty credential values. + ### 2026-04-27 – Developer requested PM role and ability **Asked:** Developer requested PM role and ability to assign users to clients and teams in the user panel. **Done:** Completed all phases (0-3) of membership system implementation including Organization/Membership models, invitations, authentication, and authorization. @@ -221,6 +229,8 @@ Pipeline phases: ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-29 | Environment setup | Added AZURE_CLIENT_ID, AZURE_AUTHORITY, AZURE_REDIRECT_URI to .env, restarted container | .env | +| 2026-04-29 | Environment variables missing from .env | Added AZURE_CLIENT_ID, AZURE_AUTHORITY, AZURE_REDIRECT_URI to .env | .env, docker-compose.yml | | 2026-04-27 | Membership system implementation | Organization, Membership, Invitation models; SHA-256 tokens; Mailgun integration; MembershipContext; Redis caching; authorization layer | models.py, migrations, AcceptInvite.tsx, authz.py, .env files | | 2026-04-27 | Organization membership system | Added Organization/Membership models, invitation flow with Mailgun, MembershipContext authz, Redis cache, org settings UI and sidebar org-switcher | models.ts, migrations, invitations.ts, MembershipContext.tsx, OrgSettings.tsx, Sidebar.tsx | | 2026-04-27 | Add PM role and client/team assignment in user panel | Implemented PM role and user panel functionality to assign users to clients and teams | User management module files | diff --git a/99 Daily/2026-04-29.md b/99 Daily/2026-04-29.md new file mode 100644 index 0000000..5c09c55 --- /dev/null +++ b/99 Daily/2026-04-29.md @@ -0,0 +1,13 @@ +--- +date: 2026-04-29 +tags: [daily] +--- + +## Session Log + +- 09:32 (2min) | `video-accessibility` + - **Asked:** Check video-accessibility logs on optical server and investigate access issues. + - **Done:** Identified missing Azure environment variables in .env file causing container to run with empty credential values. +- 09:33 | `video-accessibility` + - **Asked:** Check video-accessibility logs on optical server and investigate access issues. + - **Done:** Found and fixed missing Azure environment variables in .env file causing authentication failures.