An error occurred fetching the project authors.
  1. 16 Jun, 2016 2 commits
  2. 14 Jun, 2016 1 commit
    • Sean McGivern's avatar
      Forbid scripting for wiki files · 1cda245c
      Sean McGivern authored
      Wiki files (not pages - files in the repo) are just sent to the browser
      with whatever content-type the mime_types gem assigns to them based on
      their extension. As this is from the same domain as the GitLab
      application, this is an XSS vulnerability.
      
      Set a CSP forbidding all sources for scripting, CSS, XHR, etc. on these
      files.
      1cda245c
  3. 09 Jun, 2016 1 commit
    • Timothy Andrew's avatar
      Hook up the updated `WikiLinkFilter` to the wiki controllers. · e6b1d166
      Timothy Andrew authored
      - Need to pass in a `page_slug` to the filter, so it can rewrite based
        on the current page (all links are rewritten to the level of the app root).
      - The earlier `markdown_preview` endpoint was at the level of the wiki.
        We need to know the current page (for rewriting, as above), so this
        commit moves the endpoint to the level of a wiki page.
      - Fix all tests
      e6b1d166
  4. 03 Jun, 2016 2 commits
  5. 26 May, 2016 1 commit
    • Yorick Peterse's avatar
      Split Markdown rendering & reference gathering · 86166d28
      Yorick Peterse authored
      This splits the Markdown rendering and reference extraction phases into
      two distinct code bases. The reference extraction phase no longer relies
      on the html-pipeline Gem (and any related code) and allows for
      extracting of references from multiple HTML nodes in a single pass. This
      means that if you want to extract user references from 200 comments you
      no longer need to run 200 times N number of queries, instead only a
      handful of queries may be needed.
      86166d28
  6. 29 Apr, 2016 1 commit
  7. 20 Apr, 2016 3 commits
  8. 30 Mar, 2016 1 commit
  9. 19 Mar, 2016 1 commit
  10. 03 Oct, 2015 1 commit
  11. 09 Sep, 2015 1 commit
  12. 02 Sep, 2015 1 commit
  13. 26 Aug, 2015 1 commit
  14. 26 Jun, 2015 2 commits
  15. 20 Apr, 2015 1 commit
  16. 07 Apr, 2015 1 commit
  17. 12 Mar, 2015 1 commit
  18. 03 Mar, 2015 1 commit
  19. 14 Feb, 2015 1 commit
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  20. 03 Feb, 2015 1 commit
  21. 07 Jun, 2014 1 commit
  22. 05 May, 2014 1 commit
  23. 24 Apr, 2014 1 commit
  24. 11 Apr, 2014 1 commit
  25. 09 Apr, 2014 1 commit
  26. 23 Jun, 2013 1 commit
  27. 03 Apr, 2013 1 commit
  28. 10 Mar, 2013 1 commit
    • Dan Knox's avatar
      Replace current Wiki system with Gollum Wikis. · ea9b3687
      Dan Knox authored
      This commit replaces the old database backed Wiki system with the
      excellent Gollum git based Wiki system.
      
      The UI has been updated to allow for utilizing the extra features
      that Gollum provides. Specifically:
      
      * Edit page now allows you to choose the content format.
      * Edit page allows you to provide a commit message for the change.
      * History page now shows Format, Commit Message, and Commit Hash.
      * A new Git Access page has been added with the Wiki Repo URL.
      * The default page has been changed to Home from Index to match
      the Gollum standard.
      
      The old Wiki model has been left in tact to provide for the
      development of a migration script that will move all content stored
      in the old Wiki system into new Gollum Wikis.
      ea9b3687
  29. 11 Jan, 2013 2 commits
  30. 27 Sep, 2012 1 commit
  31. 26 Sep, 2012 1 commit
  32. 10 Aug, 2012 1 commit
  33. 09 Aug, 2012 1 commit
  34. 26 Jul, 2012 1 commit