Commit Graph

7 Commits (01500400562a9a767449fdc71129aa02689b9ab0)

Author SHA1 Message Date
boojack d1cef7a9ab feat(auth): add private instance mode derived from instance_url
Run the instance in private mode when instance_url is not configured: the API rejects anonymous requests except the auth-bootstrap set (sign-in, token refresh, instance profile/settings, SSO providers, share-link access) plus first-run user creation, and the web UI redirects anonymous visitors to /auth instead of /explore. Setting instance_url keeps the current public behavior. Access tokens and personal access tokens are never gated.

Enforcement lives in a shared Authorizer used by both the Connect interceptor and the gRPC-gateway middleware; the file server applies the same rule to public-memo attachments and avatars. Also merges the duplicated Authenticate/AuthenticateToUser token dispatch behind resolveBearer, dedups the AuthContext unauthenticated state, extracts the redirect decision into a pure shouldGatePrivateInstance helper, and prints the access mode at startup.
5 days ago
boojack 94ce1e5347 chore(settings): show build commit in version info 2 months ago
Steven 9cc970a3ea chore: fix data directory handling 6 months ago
Steven 4180613fc0 fix: update demo mode handling 6 months ago
Johnny 324f795965 fix: improve default data directory handling 6 months ago
Johnny 47ebb04dc3 refactor: remove mode flag and introduce explicit demo flag 6 months ago
Steven f1b365f928 refactor: clean packages 1 year ago