1. 01 Apr, 2021 1 commit
  2. 12 Mar, 2021 1 commit
  3. 26 Feb, 2021 1 commit
  4. 25 Feb, 2021 1 commit
  5. 19 Feb, 2021 2 commits
  6. 12 Feb, 2021 1 commit
  7. 11 Feb, 2021 1 commit
    • Lukas 'Eipi' Eipert's avatar
      Move keyboard shortcut help modal to Vue · d5b98c93
      Lukas 'Eipi' Eipert authored
      Currently the keyboard shortcut modal is rendered via HAML and injected
      into the DOM via JavaScript eval. This is rather inefficient and might
      even introduce security vulnerabilities. Thus we move the static HAML
      file to be a conditionally rendered Vue Component instead.
      d5b98c93
  8. 04 Jan, 2021 1 commit
  9. 01 Dec, 2020 1 commit
  10. 26 Nov, 2020 1 commit
    • Coung Ngo's avatar
      Remove `vue_issue_header` feature flag · bb0453f3
      Coung Ngo authored
      Remove the `vue_issue_header` feature flag now that it has been
      defaulted to on with no major errors. This commit also removes
      unused Haml templates now that we've converted from Haml to Vue.
      bb0453f3
  11. 22 Oct, 2020 1 commit
  12. 19 Oct, 2020 1 commit
  13. 01 Oct, 2020 1 commit
    • Drew Blessing's avatar
      Remove unused admin group view for LDAP sync · c3ec3e90
      Drew Blessing authored
      Over 2 years ago an errant change resulted in LDAP sync settings
      no longer being shown in the admin area when editing a group.
      Since its been such a long time since the feature worked, and we
      haven't heard from users that they're missing this feature, it
      can be removed. There are many other group settings not available
      in admin area, too.
      c3ec3e90
  14. 28 Sep, 2020 1 commit
  15. 07 Sep, 2020 1 commit
  16. 01 Sep, 2020 1 commit
  17. 25 Aug, 2020 1 commit
    • Nicolas Dular's avatar
      Add invite email experiment · e548cbb7
      Nicolas Dular authored
      This creates an experiment for a new invite email design that is
      simpler for our users and only has one call to action instead of
      multiple. In the first iteration, this is only for new users and
      we're tracking how many more users accept the invitation with
      the new design compared to the old one.
      e548cbb7
  18. 24 Aug, 2020 1 commit
  19. 30 Jul, 2020 1 commit
  20. 16 Jul, 2020 1 commit
  21. 11 Jul, 2020 2 commits
  22. 01 Jul, 2020 1 commit
  23. 30 Jun, 2020 1 commit
  24. 11 Jun, 2020 1 commit
    • Markus Koller's avatar
      Decouple wiki views from projects · e7c7beeb
      Markus Koller authored
      - Add generic `wiki_path` / `wiki_page_path` helpers.
      - Move views into `app/views/shared`.
      - Move JS assets into `app/assets/javascripts/pages/shared`.
      - Refer to `@wiki` instead of `@project` in views.
      - Use constants on `Wiki` instead of `ProjectWiki`.
      e7c7beeb
  25. 28 May, 2020 1 commit
  26. 22 May, 2020 1 commit
    • Corinna Wiesner's avatar
      Refactor license page · 6abd18e7
      Corinna Wiesner authored
      Refactor license page into different partials to make it easier
      readable and add translated strings for all texts.
      6abd18e7
  27. 18 May, 2020 1 commit
  28. 13 May, 2020 1 commit
  29. 12 May, 2020 1 commit
  30. 21 Apr, 2020 2 commits
  31. 10 Apr, 2020 1 commit
  32. 10 Mar, 2020 1 commit
    • Lukas Eipert's avatar
      Add Internet Explorer 11 deprecation message · 260bb894
      Lukas Eipert authored
      This adds a deprecation message for Internet Explorer 11. We are also
      reformatting the outdated_browser alert style to match our new Pajamas
      style of a `danger` alert.
      
      We are also updating the documentation regarding this change.
      260bb894
  33. 04 Mar, 2020 1 commit
    • Lukas Eipert's avatar
      Update HAML todo file · b9673d4b
      Lukas Eipert authored
      In the past half year we seem to have translated a lot of files, this
      updates our `.haml-lint_todo.yml` to reflect that.
      b9673d4b
  34. 28 Feb, 2020 1 commit
  35. 26 Feb, 2020 1 commit
    • Jacopo's avatar
      Send notification when pipeline is fixed · 96a38066
      Jacopo authored
      Creates a custom notification when the pipeline is fixed.
      Sends an e-mail for the first green/successful pipeline after
      a red/failed pipeline on the same commit, branch, or tag.
      96a38066
  36. 16 Dec, 2019 1 commit
  37. 04 Nov, 2019 1 commit