psi-4ward / psitransfer

Simple open source self-hosted file sharing solution.
BSD 2-Clause "Simplified" License
1.45k stars 211 forks source link

File comment max length #282

Open Maytrok opened 11 months ago

Maytrok commented 11 months ago

closes #266

psi-4ward commented 7 months ago

This is a valid point for me, can you refactor your PR to have a hardcoded limit of lets say 255 chars? (ui validation and backend stripping)

Maytrok commented 7 months ago

validation will shown if the limit is exceeded

image

The server will now shut down if an the length is greater thant 255

I don't know what you mean by backend stripping