verstak/cmd/verstak-server
mirivlad 7091397649 server i18n: move inline HTML to templates.go, localize all handler strings
- Admin & user dashboard HTML moved from handlers to templates.go with i18n.T()
- SafeVaultPath applied in sync_apply.go (note/file create/update, blob restore)
- DeleteNode/RenameNode/MoveNode fixed: correct activity type / entity variant
- Added TypeNoteDeleted, TypeNodeDeleted, TypeFolderMoved activity constants
- Added locale() helper on Server struct, removed hardcoded 'ru' in handlers
- Password policy loosened: 8-256 chars, any characters, machine-readable error codes
- check-i18n.sh: Go Cyrillic = FAIL with explicit exception list, Go locale key consistency check
2026-06-02 11:26:54 +08:00
..
config.go server i18n: move inline HTML to templates.go, localize all handler strings 2026-06-02 11:26:54 +08:00
handlers_admin.go server i18n: move inline HTML to templates.go, localize all handler strings 2026-06-02 11:26:54 +08:00
handlers_api.go stabilization: server.go split + i18n templates + frontend localization 2026-06-02 11:08:29 +08:00
handlers_user.go server i18n: move inline HTML to templates.go, localize all handler strings 2026-06-02 11:26:54 +08:00
handlers_web_user.go server i18n: move inline HTML to templates.go, localize all handler strings 2026-06-02 11:26:54 +08:00
install.sh feat: sync — systemd unit and install.sh for server deployment 2026-06-01 22:49:40 +08:00
main.go feat: sync — server skeleton with health, admin login/dashboard, device registration 2026-06-01 22:49:02 +08:00
middleware.go server i18n: move inline HTML to templates.go, localize all handler strings 2026-06-02 11:26:54 +08:00
routes.go stabilization: server.go split + i18n templates + frontend localization 2026-06-02 11:08:29 +08:00
schema.go stabilization: server.go split + i18n templates + frontend localization 2026-06-02 11:08:29 +08:00
server.go server i18n: move inline HTML to templates.go, localize all handler strings 2026-06-02 11:26:54 +08:00
smtp.go stabilization: server.go split + i18n templates + frontend localization 2026-06-02 11:08:29 +08:00
templates.go server i18n: move inline HTML to templates.go, localize all handler strings 2026-06-02 11:26:54 +08:00
tokens.go stabilization: server.go split + i18n templates + frontend localization 2026-06-02 11:08:29 +08:00
verstak-server.service feat: sync — systemd unit and install.sh for server deployment 2026-06-01 22:49:40 +08:00