An error occurred fetching the project authors.
  1. 18 Jul, 2019 1 commit
  2. 17 Jun, 2019 1 commit
    • Oswaldo Ferreira's avatar
      Persist tmp snippet uploads · 44e1915d
      Oswaldo Ferreira authored
      It persist temporary personal snippets under
      user/:id namespaces temporarily while creating
      a upload record to track it. If an user gets removed
      while it's still a tmp upload, it also gets removed.
      If the tmp upload is sent, the upload gets moved to
      personal_snippets/:id as before. The upload record
      also gets updated to the new model type as well.
      44e1915d
  3. 20 Dec, 2018 1 commit
  4. 18 Oct, 2018 1 commit
  5. 19 Sep, 2018 1 commit
    • gfyoung's avatar
      Enable frozen string in app/controllers/**/*.rb · 73322a0e
      gfyoung authored
      Enables frozen string for the following:
      
      * app/controllers/*.rb
      * app/controllers/admin/**/*.rb
      * app/controllers/boards/**/*.rb
      * app/controllers/ci/**/*.rb
      * app/controllers/concerns/**/*.rb
      
      Partially addresses #47424.
      73322a0e
  6. 11 Sep, 2018 1 commit
  7. 30 Jul, 2018 1 commit
    • Bob Van Landuyt's avatar
      Show the status of a user in interactions · f1d3ea63
      Bob Van Landuyt authored
      The status is shown for
      - The author of a commit when viewing a commit
      - Notes on a commit (regular/diff)
      - The user that triggered a pipeline when viewing a pipeline
      - The author of a merge request when viewing a merge request
      - The author of notes on a merge request (regular/diff)
      - The author of an issue when viewing an issue
      - The author of notes on an issue
      - The author of a snippet when viewing a snippet
      - The author of notes on a snippet
      - A user's profile page
      - The list of members of a group/user
      f1d3ea63
  8. 09 Jul, 2018 1 commit
  9. 28 Feb, 2018 1 commit
  10. 11 Oct, 2017 1 commit
  11. 06 Sep, 2017 1 commit
  12. 05 Jul, 2017 1 commit
  13. 07 Jun, 2017 1 commit
  14. 06 Jun, 2017 1 commit
  15. 31 May, 2017 1 commit
  16. 29 May, 2017 1 commit
  17. 10 May, 2017 2 commits
  18. 05 May, 2017 1 commit
  19. 04 May, 2017 1 commit
    • Rares Sfirlogea's avatar
      Display slash commands outcome when previewing Markdown · 45e4c665
      Rares Sfirlogea authored
      Remove slash commands from Markdown preview and display their outcome next to
      the text field.
      Introduce new "explanation" block to our slash commands DSL.
      Introduce optional "parse_params" block to slash commands DSL that allows to
      process a parameter before it is passed to "explanation" or "command" blocks.
      Pass path for previewing Markdown as "data" attribute instead of setting
      a variable on "window".
      45e4c665
  20. 02 May, 2017 1 commit
  21. 30 Apr, 2017 2 commits
  22. 26 Apr, 2017 1 commit
  23. 23 Feb, 2017 3 commits
  24. 21 Feb, 2017 2 commits
  25. 20 Feb, 2017 1 commit
  26. 02 Feb, 2017 1 commit
    • Sean McGivern's avatar
      Check public snippets for spam · c63194ce
      Sean McGivern authored
      Apply the same spam checks to public snippets (either personal snippets
      that are public, or public snippets on public projects) as to issues on
      public projects.
      c63194ce
  27. 11 Oct, 2016 1 commit
  28. 19 Sep, 2016 1 commit
  29. 03 Jun, 2016 2 commits
  30. 08 May, 2016 1 commit
  31. 05 May, 2016 2 commits
  32. 19 Mar, 2016 1 commit
  33. 25 Nov, 2015 1 commit