You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/server/router/api/v1
Steven 6926764b91 fix: allow unauthenticated CreateUser for first user registration
Add CreateUser to PublicMethods ACL whitelist to fix "authentication required"
error during first-time setup. The CreateUser method already has proper security
logic that automatically assigns HOST role to the first user and enforces
DisallowUserRegistration setting for subsequent users.

Fixes #5352

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
7 months ago
..
test refactor: migrate to connect-rpc (#5338) 7 months ago
acl_config.go fix: allow unauthenticated CreateUser for first user registration 7 months ago
acl_config_test.go fix: allow unauthenticated CreateUser for first user registration 7 months ago
activity_service.go
attachment_service.go chore: fix some typos in comments (#5332) 7 months ago
auth_service.go fix(backend): implement protocol-agnostic header setting for dual gRPC/Connect-RPC support 7 months ago
auth_service_client_info_test.go
common.go
connect_handler.go refactor: migrate to connect-rpc (#5338) 7 months ago
connect_interceptors.go chore: implement session sliding expiration and JWT authentication 7 months ago
connect_services.go fix(backend): correct generic type parameter in withHeaderCarrier helper 7 months ago
header_carrier.go fix(backend): correct generic type parameter in withHeaderCarrier helper 7 months ago
health_service.go refactor(store): remove deprecated migration_history table and backward compatibility code 7 months ago
idp_service.go
instance_service.go refactor: simplify theme/locale to user preferences and improve initialization 7 months ago
memo_attachment_service.go
memo_relation_service.go
memo_service.go fix(api): implement custom memo ID support in CreateMemo (#5234) 8 months ago
memo_service_converter.go
memo_service_filter.go
reaction_service.go
resource_name.go
shortcut_service.go
user_service.go refactor: migrate to connect-rpc (#5338) 7 months ago
user_service_stats.go fix: implement tag suggestions functionality 8 months ago
v1.go chore: implement session sliding expiration and JWT authentication 7 months ago