Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove character constraints #1232

Merged
merged 4 commits into from
Mar 28, 2019
Merged

Remove character constraints #1232

merged 4 commits into from
Mar 28, 2019

Commits on Mar 28, 2019

  1. Remove charachter length constraints from gsad

    Don't validate the character length of any http parameter anymore. Most
    of the time the gvmd and the database allows unlimited texts.
    bjoernricks committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    991a1b1 View commit details
    Browse the repository at this point in the history
  2. Remove max length restrictions from nearly all textfields in gsa

    We should not limit the user in the length of any input field because we
    don't have constraints at the db side. So limiting them at gsa(d) side
    doesn't make sense.
    bjoernricks committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    455edd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    630da1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c83ac8b View commit details
    Browse the repository at this point in the history