]> Untitled Git - lemmy.git/commit
Forbid users to use empty titles for posts (#930)
authorTony Antonov <MM263@users.noreply.github.com>
Sat, 11 Jul 2020 01:15:53 +0000 (19:15 -0600)
committerGitHub <noreply@github.com>
Sat, 11 Jul 2020 01:15:53 +0000 (21:15 -0400)
commit8d2465989230fae7d9aae334a67a726fd6ced912
treed24ddd793036463314a63b201860221dc37503f4
parent7a9a973c897ee9ebd68c071e2e17e561567004b6
Forbid users to use empty titles for posts (#930)

- Add a regex that checks if string contains anything but whitespace
- Check for whitespace-only titles on post creation and edit
- Trim whitespace from titles before saving
- Add frontend validation to title
server/lemmy_utils/src/lib.rs
server/src/api/post.rs
ui/src/components/post-form.tsx
ui/src/utils.ts
ui/translations/en.json