1. 17 Jul, 2020 1 commit
    • Markus Koller's avatar
      Add limit for wiki page content size · 1b181612
      Markus Koller authored
      This adds a new validation to restrict the maximum size of a wiki page,
      which is only enforced when the content is updated, and only when using
      the GitLab UI or API (not for Git pushes yet).
      
      The default limit is 50MB, and can be changed through the Rails console
      or the API.
      1b181612
  2. 16 Jul, 2020 39 commits