Tags: perber/leafwiki
Tags
fix: ignore bash [[ ]] conditionals and disable single-dollar math (#… …1203) Wiki-link regex now requires a non-whitespace first character after [[, which prevents bash-style conditionals (e.g. [[ -n "$var" ]]) from being matched as wiki-links in both the Go backend and the TS preprocessor. Disables singleDollarTextMath in remarkMath to avoid conflicts between $var in bash prose and math delimiters; use $$...$$ for math blocks.
chore: bump github.com/quic-go/quic-go from 0.59.0 to 0.59.1 (#1117) Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.59.0 to 0.59.1. - [Release notes](https://github.com/quic-go/quic-go/releases) - [Commits](quic-go/quic-go@v0.59.0...v0.59.1) --- updated-dependencies: - dependency-name: github.com/quic-go/quic-go dependency-version: 0.59.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(auth): refresh before token expiry (#1042) Return access token expiry metadata from login and refresh responses so the frontend can refresh proactively before protected requests. This reduces visible 401 responses for expiring sessions while keeping the existing refresh-on-401 fallback in place. Document the access token expiry unit in the session store and avoid redundant session clearing after logout-backed cleanup.
fix: align password change dialogs (#969) Add coverage for the /users/me/password flow and fix the frontend payload shape. Also improve browser autofill behavior across password-related dialogs and add consistent success feedback in user management.
PreviousNext