gitdataai/src
ZhenYi 7831d08848
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
feat(auth): add password reset confirmation endpoint and page
Add the second half of the password reset flow: /password/confirm API
endpoint with token validation, transactional password update, and a
frontend confirm-password-reset-page with proper error handling for
expired/used tokens. Updates generated SDK/client bindings.
2026-04-18 23:02:39 +08:00
..
app feat(auth): add password reset confirmation endpoint and page 2026-04-18 23:02:39 +08:00
assets init 2026-04-15 09:08:09 +08:00
client feat(auth): add password reset confirmation endpoint and page 2026-04-18 23:02:39 +08:00
components fix(frontend): wire up message search button in DiscordChatPanel 2026-04-18 21:13:03 +08:00
contexts refactor(room): Discord layout and room WebSocket client refactor 2026-04-18 19:05:21 +08:00
hooks fix(room): add HTTP batch reactions endpoint and clean up dead code 2026-04-17 22:12:10 +08:00
lib refactor(room): Discord layout and room WebSocket client refactor 2026-04-18 19:05:21 +08:00
App.css init 2026-04-15 09:08:09 +08:00
App.tsx feat(auth): add password reset confirmation endpoint and page 2026-04-18 23:02:39 +08:00
index.css feat(frontend): Discord layout + AI Studio theme + Room Settings 2026-04-18 16:59:36 +08:00
main.tsx init 2026-04-15 09:08:09 +08:00