1. 15 Mar, 2022 1 commit
    • Eduardo Sanz García's avatar
      Remove `maxlength` limit from the project description textarea · 8089d69f
      Eduardo Sanz García authored
      In the `General Settings` page one can add an optional project
      description. Previously, this textarea field was set to a maximum of
      250 characters. In this commit we have remove that limit.
      
      There is an actual limit of 2000 imposed by the backend. If one tries to
      save a project description longer than 2000 characters a warning will
      appear after clicking `Save changes`.
      
      Changelog: other
      8089d69f
  2. 14 Mar, 2022 39 commits