feat(config): make profile and activity text length limits configurable #38

Open
McPringle wants to merge 1 commit from McPringle/feat/configure-input-length into main
McPringle commented 2026-05-01 15:23:32 +02:00 (Migrated from github.com)

Adds configurable length limits for profile bios, activity titles, and activity descriptions, with matching server-side validation and dynamic form limits in the UI. The implementation uses shared configuration and centralized validation to keep the behavior consistent across profile and activity editing.

Adds configurable length limits for profile bios, activity titles, and activity descriptions, with matching server-side validation and dynamic form limits in the UI. The implementation uses shared configuration and centralized validation to keep the behavior consistent across profile and activity editing.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin McPringle/feat/configure-input-length:McPringle/feat/configure-input-length
git checkout McPringle/feat/configure-input-length

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff McPringle/feat/configure-input-length
git checkout McPringle/feat/configure-input-length
git rebase main
git checkout main
git merge --ff-only McPringle/feat/configure-input-length
git checkout McPringle/feat/configure-input-length
git rebase main
git checkout main
git merge --no-ff McPringle/feat/configure-input-length
git checkout main
git merge --squash McPringle/feat/configure-input-length
git checkout main
git merge --ff-only McPringle/feat/configure-input-length
git checkout main
git merge McPringle/feat/configure-input-length
git push origin main
Sign in to join this conversation.
No description provided.