verstak-sync-server/internal/server
mirivlad c793084fa4 server: add SMTP config, user management web pages, install script
- SMTP configuration in admin panel with test button
- Admin web interface for user creation (/admin/create-user)
- REST API for user creation (/admin/api/users/create)
- Self-registration endpoint (/register)
- Systemd service file and install script
2026-06-20 19:21:25 +08:00
..
config.go feat: add server core (server, config, schema) 2026-06-20 02:01:23 +08:00
handlers_admin.go feat: add user creation with manual password in admin UI and API 2026-06-20 12:20:46 +08:00
handlers_api.go feat: add routes and API handlers 2026-06-20 02:05:56 +08:00
handlers_auth.go feat: add routes and API handlers 2026-06-20 02:05:56 +08:00
handlers_web_user.go server: add SMTP config, user management web pages, install script 2026-06-20 19:21:25 +08:00
helpers.go feat: add routes and API handlers 2026-06-20 02:05:56 +08:00
locale.go feat: add user creation with manual password in admin UI and API 2026-06-20 12:20:46 +08:00
middleware.go feat: add routes and API handlers 2026-06-20 02:05:56 +08:00
routes.go feat: add user creation with manual password in admin UI and API 2026-06-20 12:20:46 +08:00
schema.go server: add SMTP config, user management web pages, install script 2026-06-20 19:21:25 +08:00
server.go server: add SMTP config, user management web pages, install script 2026-06-20 19:21:25 +08:00
server_test.go test: add server unit tests 2026-06-20 02:08:21 +08:00
smtp.go server: add SMTP config, user management web pages, install script 2026-06-20 19:21:25 +08:00
templates.go feat: add user creation with manual password in admin UI and API 2026-06-20 12:20:46 +08:00
tokens.go feat: add routes and API handlers 2026-06-20 02:05:56 +08:00