vault backup: 2026-05-05 18:53:21

This commit is contained in:
Vadym Samoilenko 2026-05-05 18:53:21 +01:00
parent d7e0d448e3
commit ede16e67ff
3 changed files with 5 additions and 1 deletions

View file

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

View file

@ -297,6 +297,7 @@ cd backend && composer install && php -S localhost:5015 # :5015
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-05-05 | Remove safetyLevel parameter | Deleted from function signature, POST handler, API call | video_api.php |
| 2026-05-05 | Relaxed Safety toggle for Veo | Added toggle to left panel, backend safety filter level changed to BLOCK_FEWEST | cinema-studio-pro backend, Video Gen UI component |
| 2026-05-05 | Safety settings bypass toggle | Safety threshold configuration added, deployment script executed | safetySettings config, Image Gen module, deploy-optical.sh |
| 2026-05-05 | Safety blocks bypass | HARM_CATEGORY thresholds set to BLOCK_ONLY_HIGH, deploy script executed | safetySettings config, deploy-optical.sh |

View file

@ -183,3 +183,6 @@ tags: [daily]
- 16:46 | `aimpress`
- **Asked:** Set up password management in Vaultwarden for PVE server services and accounts.
- **Done:** Verified Vaultwarden Google accounts and identified missing credentials for samoylenko.vadym@gmail.com; ready to reset password via Forgejo CLI.
- 18:52 (1min) | `cinema-studio-pro-kling`
- **Asked:** Remove unsupported safetyFilterLevel parameter from Gemini API request
- **Done:** Removed safetyLevel from function signature, POST reading, and API call in video_api.php