Commit Graph
3 Commits
Author SHA1 Message Date
Copilot 273488f71f Fix: Preserve null value for "Never" expiration option (#2605)
Fixed reactive block in expirationInput.svelte to check for null before converting to ISO date.

When "Never" is selected, value now remains null instead of being converted to '1970-01-01'. 

This allows the API to correctly handle null expiration dates for API keys and file tokens.
2025-11-21 06:44:50 -08:00
loks0n aba51bb3f7 fix: manual deployment snippet 2025-10-31 18:31:42 +00:00
Copilot a5a4fbbc33 Add AGENTS.md onboarding file for coding agents (#2522)
This file will help agents like GitHub copilot and Cursor to better understand our codebase and know what to do before completing their agentic task and submitting PRs such as running tests and including screenshot of the change.
2025-10-31 10:33:46 -07:00