vault backup: 2026-04-29 16:58:00

This commit is contained in:
Vadym Samoilenko 2026-04-29 16:58:01 +01:00
parent ab716e6cc0
commit 52cf884015
3 changed files with 5 additions and 1 deletions

View file

@ -4,7 +4,7 @@
"syncFolder": "Hoarder",
"attachmentsFolder": "Hoarder/attachments",
"syncIntervalMinutes": 60,
"lastSyncTimestamp": 1777474621366,
"lastSyncTimestamp": 1777478221156,
"updateExistingFiles": false,
"excludeArchived": true,
"onlyFavorites": false,

View file

@ -277,6 +277,7 @@ cd backend && composer install && php -S localhost:5015 # :5015
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-29 | Admin auth system, logout flow | Added admin user role, implemented logoutRedirect with postLogoutRedirectUri, token rotation logic | auth.config.ts, authService.ts, AdminPanel.tsx |
| 2026-04-29 | Admin users feature | Added ADMIN_EMAILS config, fixed agency typo | backend/.env.optical, templates |
| 2026-04-29 | Admin users feature | Add ADMIN_EMAILS env var, implement token management, fix typo in templates | backend/.env.optical, .env templates |
| 2026-04-29 | Admin Kling credentials | Add admin user system, implement time-based token refresh, document FRONTEND_URL configs for playground and main branches | User management module, Kling integration, documentation |

View file

@ -425,3 +425,6 @@ tags: [daily]
- 16:55 | `video-accessibility`
- **Asked:** Conduct a complete audit, testing, and documentation of the video-accessibility platform.
- **Done:** Performed static analysis, identified pre-existing style warnings, and fixed unused import in routes_clients.py.
- 16:56 | `cinema-studio-pro-kling`
- **Asked:** Implement admin user functionality to update Kling API credentials in real-time with token rotation.
- **Done:** Fixed Azure AD logout mismatch by switching to logoutRedirect() and adding postLogoutRedirectUri configuration.