Skip to content
Snippets Groups Projects
  1. Jul 08, 2019
  2. Jul 04, 2019
  3. Jun 19, 2019
  4. Jun 11, 2019
  5. Jun 05, 2019
  6. May 07, 2019
  7. May 06, 2019
  8. May 05, 2019
  9. Mar 15, 2019
  10. Mar 04, 2019
  11. Feb 22, 2019
  12. Feb 21, 2019
  13. Feb 20, 2019
  14. Feb 18, 2019
  15. Feb 06, 2019
    • Jan Provaznik's avatar
      Add local markdown version · 433bcf9b
      Jan Provaznik authored
      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
  16. Feb 05, 2019
  17. Jan 30, 2019
  18. Jan 24, 2019
  19. Dec 06, 2018
  20. Oct 17, 2018
  21. Oct 09, 2018
  22. Oct 01, 2018
    • Oswaldo Ferreir's avatar
      Make single diff patch limit configurable · 4fbca2a3
      Oswaldo Ferreir authored
      - 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
  23. Sep 24, 2018
  24. Sep 06, 2018
  25. Aug 31, 2018
  26. Aug 16, 2018
  27. Jul 31, 2018
  28. Jul 30, 2018
  29. Jul 10, 2018
  30. Jul 03, 2018
  31. Jun 06, 2018
  32. May 09, 2018
  33. May 04, 2018
    • Bob Van Landuyt's avatar
      Enforces terms in the web application · 7684217d
      Bob Van Landuyt authored
      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
  34. Apr 16, 2018
  35. Apr 06, 2018
  36. Apr 04, 2018
    • Eric Eastwood's avatar
      Add custom additonal email text to all emails · a6c7d805
      Eric Eastwood authored
      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
  37. Mar 28, 2018
Loading