1. 09.07.2019 1 коммит
    • Cindy Pallares's avatar
      Update the installation link
      · 00780264
      Cindy Pallares создал
      The installation link has changed from /installation/ to /install/. This
      commit will update all the remaining links that are missing.
      00780264
  2. 08.07.2019 1 коммит
  3. 04.07.2019 1 коммит
  4. 19.06.2019 1 коммит
  5. 11.06.2019 1 коммит
  6. 05.06.2019 1 коммит
  7. 07.05.2019 1 коммит
  8. 06.05.2019 1 коммит
  9. 05.05.2019 1 коммит
  10. 15.03.2019 1 коммит
  11. 04.03.2019 1 коммит
  12. 22.02.2019 1 коммит
  13. 21.02.2019 1 коммит
  14. 20.02.2019 1 коммит
  15. 18.02.2019 1 коммит
  16. 06.02.2019 1 коммит
    • Jan Provaznik's avatar
      Add local markdown version
      · 433bcf9b
      Jan Provaznik создал
      Cached markdown version is composed both from global and local
      markdown version. This allows admins to bump version locally when
      needed (e.g. when external URL is changed).
      433bcf9b
  17. 05.02.2019 1 коммит
  18. 30.01.2019 1 коммит
  19. 24.01.2019 1 коммит
  20. 06.12.2018 1 коммит
    • Luke Bennett's avatar
      Document the "Abuse reports" feature
      · d3b14e9d
      Luke Bennett создал
      Add documentation for both admins (/user/admin_area/abuse_reports.md)
      and non-admins (/user/abuse_reports.md) to help them use
      the abuse reports feature
      d3b14e9d
  21. 17.10.2018 1 коммит
  22. 09.10.2018 1 коммит
  23. 01.10.2018 1 коммит
    • Oswaldo Ferreira's avatar
      Make single diff patch limit configurable
      · 4fbca2a3
      Oswaldo Ferreira создал
      - Creates a new column to hold the single patch limit value on
      application_settings
      - Allows updating this value through the application_settings API
      - Calculates single diff patch collapsing limit based on
      diff_max_patch_bytes column
      - Updates diff limit documentation
      - Adds documentation (with warning) as of how one can update this limit
      4fbca2a3
  24. 24.09.2018 1 коммит
  25. 06.09.2018 1 коммит
  26. 31.08.2018 1 коммит
  27. 16.08.2018 1 коммит
  28. 31.07.2018 1 коммит
  29. 30.07.2018 3 коммита
  30. 10.07.2018 1 коммит
  31. 03.07.2018 1 коммит
  32. 06.06.2018 1 коммит
  33. 09.05.2018 1 коммит
  34. 04.05.2018 1 коммит
    • Bob Van Landuyt's avatar
      Enforces terms in the web application
      · 7684217d
      Bob Van Landuyt создал
      This enforces the terms in the web application. These cases are
      specced:
      
      - Logging in: When terms are enforced, and a user logs in that has not
        accepted the terms, they are presented with the screen. They get
        directed to their customized root path afterwards.
      - Signing up: After signing up, the first screen the user is presented
        with the screen to accept the terms. After they accept they are
        directed to the dashboard.
      - While a session is active:
        - For a GET: The user will be directed to the terms page first,
          after they accept the terms, they will be directed to the page
          they were going to
        - For any other request: They are directed to the terms, after they
          accept the terms, they are directed back to the page they came
          from to retry the request. Any information entered would be
          persisted in localstorage and available on the page.
      7684217d
  35. 16.04.2018 1 коммит
  36. 06.04.2018 1 коммит
  37. 04.04.2018 1 коммит
    • Eric Eastwood's avatar
      Add custom additonal email text to all emails
      · a6c7d805
      Eric Eastwood создал
      Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/4474
      
      Conflicts:
      	db/schema.rb
      	ee/app/controllers/ee/admin/application_settings_controller.rb
      	ee/app/helpers/ee/application_settings_helper.rb
      	ee/app/models/ee/application_setting.rb
      	ee/app/models/license.rb
      	ee/app/views/layouts/service_desk.html.haml
      	ee/app/views/notify/approved_merge_request_email.html.haml
      	ee/app/views/notify/service_desk_new_note_email.text.erb
      	ee/app/views/notify/service_desk_thank_you_email.text.erb
      	ee/app/views/notify/unapproved_merge_request_email.html.haml
      	ee/lib/ee/api/entities.rb
      	ee/spec/controllers/admin/application_settings_controller_spec.rb
      	ee/spec/models/application_setting_spec.rb
      	ee/spec/requests/api/settings_spec.rb
      	lib/api/settings.rb
      	spec/mailers/previews/notify_preview.rb
      a6c7d805
  38. 28.03.2018 1 коммит