diff --git a/.obsidian/plugins/hoarder-sync/data.json b/.obsidian/plugins/hoarder-sync/data.json index b476793..b5e92f1 100644 --- a/.obsidian/plugins/hoarder-sync/data.json +++ b/.obsidian/plugins/hoarder-sync/data.json @@ -4,7 +4,7 @@ "syncFolder": "Hoarder", "attachmentsFolder": "Hoarder/attachments", "syncIntervalMinutes": 60, - "lastSyncTimestamp": 1777992562266, + "lastSyncTimestamp": 1778001398996, "updateExistingFiles": false, "excludeArchived": true, "onlyFavorites": false, diff --git a/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md b/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md index d592078..6c4241d 100644 --- a/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md +++ b/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md @@ -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 | diff --git a/99 Daily/2026-05-05.md b/99 Daily/2026-05-05.md index 5e6e6be..0d8411e 100644 --- a/99 Daily/2026-05-05.md +++ b/99 Daily/2026-05-05.md @@ -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