vault backup: 2026-04-29 09:34:22

This commit is contained in:
Vadym Samoilenko 2026-04-29 09:34:22 +01:00
parent 144d306a92
commit 3ce6a2c43b
2 changed files with 23 additions and 0 deletions

View file

@ -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 |

13
99 Daily/2026-04-29.md Normal file
View file

@ -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.