SurfSense/surfsense_web/app/(home)
xianren b8e663e8f4 feat: add maxLength constraints to auth and settings form inputs
Gives users immediate client-side feedback and prevents pathologically
long values from being typed. Caps match Zod schema limits where they
exist; email uses the RFC 5321 maximum.

Files touched (5):
- (home)/login/LocalLoginForm.tsx — email → 254
- (home)/register/page.tsx — email → 254
- dashboard/.../user-settings/.../ProfileContent.tsx — display name → 100
- components/settings/general-settings-manager.tsx — search space name → 100
- components/settings/roles-manager.tsx — role name (create+edit dialogs) → 100,
  role description (create+edit dialogs) → 500

Closes #948
2026-04-16 22:33:01 +08:00
..
announcements feat: refactor announcements page and layout to support sidebar slide-out functionality 2026-03-03 13:09:29 -05:00
blog feat: add processing mode support for document uploads and ETL pipeline, improded error handling ux 2026-04-14 21:26:00 -07:00
changelog feat: enhance SurfSense with new skills, blog section, and improve SEO metadata 2026-04-11 23:38:12 -07:00
contact feat: add processing mode support for document uploads and ETL pipeline, improded error handling ux 2026-04-14 21:26:00 -07:00
free cloud: added openrouter integration with global configs 2026-04-15 23:46:29 -07:00
login feat: add maxLength constraints to auth and settings form inputs 2026-04-16 22:33:01 +08:00
pricing cloud: added openrouter integration with global configs 2026-04-15 23:46:29 -07:00
privacy feat: enhance SurfSense with new skills, blog section, and improve SEO metadata 2026-04-11 23:38:12 -07:00
register feat: add maxLength constraints to auth and settings form inputs 2026-04-16 22:33:01 +08:00
terms feat: enhance SurfSense with new skills, blog section, and improve SEO metadata 2026-04-11 23:38:12 -07:00
layout.tsx feat: no login experience and prem tokens 2026-04-15 17:02:00 -07:00
page.tsx feat: add processing mode support for document uploads and ETL pipeline, improded error handling ux 2026-04-14 21:26:00 -07:00