owpengram-server/internal/app/auth
Astra 6649b70d5e branding: make product identity runtime-configurable
Adopt upstream owpengram/owpengram-server's branding.Config/Configure/
Current in place of the old package-level constants. This is the piece the
earlier merge attempt was blocked on (internal/branding failed to import
during that merge). The default identity is unchanged -- every existing
ProductName/ProductUsername/... default still reads "OwpenGram" -- so this
is a pure capability add: nothing currently calls Configure, and every call
site now reads the current snapshot via a function instead of a compile-time
constant.

Five string templates that concatenated branding.ProductName into a `const`
had to become `var`, since a func call is no longer a valid const operand.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-14 11:37:36 +01:00
..
change_phone_resend_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
doc.go feat: sync multilayer td integration 2026-07-15 13:32:06 +08:00
email_signup_test.go fix for mail login 2026-07-14 16:44:54 +03:00
login_code_delivery_test.go feat: sync configurable OTP delivery providers 2026-07-17 17:04:39 +08:00
login_email_config_test.go feat: sync langpack and auth updates 2026-07-18 00:07:41 +08:00
login_email_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
otp_delivery_test.go feat: sync configurable OTP delivery providers 2026-07-17 17:04:39 +08:00
premium_grant_test.go perf: sync protocol and core hardening updates 2026-07-11 19:48:26 +08:00
service.go branding: make product identity runtime-configurable 2026-09-14 11:37:36 +01:00
service_test.go Merge remote-tracking branch 'upstream/main' into merge-gramsrv-9106877 2026-08-03 23:29:20 +03:00
signup_state_test.go Merge remote-tracking branch 'upstream/main' into merge-gramsrv-9106877 2026-08-03 23:29:20 +03:00
welcome_message_test.go new message on login 2026-07-13 23:09:11 +03:00