An error occurred fetching the project authors.
- 16 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 14 Jun, 2016 1 commit
-
-
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.
-
- 09 Jun, 2016 1 commit
-
-
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
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 26 May, 2016 1 commit
-
-
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.
-
- 29 Apr, 2016 1 commit
-
-
Rémy Coutable authored
Closes #15527. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 20 Apr, 2016 3 commits
-
-
Sebastian Klier authored
-
Sebastian Klier authored
-
Sebastian Klier authored
update changelog
-
- 30 Mar, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 19 Mar, 2016 1 commit
-
-
Robert Speicher authored
-
- 03 Oct, 2015 1 commit
-
-
Guilherme Garnier authored
-
- 09 Sep, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 02 Sep, 2015 1 commit
-
-
Stan Hu authored
Closes #2104 Closes #1751 Closes #1592 Closes https://github.com/gitlabhq/gitlabhq/issues/9399
-
- 26 Aug, 2015 1 commit
-
-
Douwe Maan authored
-
- 26 Jun, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
write_ was renamed to create_ modify_ was renamed to update_ So now in update action we have next code def create can?(current_user, :create_issue, @issue) end def update can?(current_user, :update_issue, @issue) end Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 Apr, 2015 1 commit
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 07 Apr, 2015 1 commit
-
-
Stan Hu authored
Closes #1363
-
- 12 Mar, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 03 Mar, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 14 Feb, 2015 1 commit
-
-
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.
-
- 03 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 07 Jun, 2014 1 commit
-
-
Loic Nageleisen authored
From #6168.
-
- 05 May, 2014 1 commit
-
-
Marin Jankovski authored
-
- 24 Apr, 2014 1 commit
-
-
Marin Jankovski authored
-
- 11 Apr, 2014 1 commit
-
-
Marin Jankovski authored
-
- 09 Apr, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 23 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 03 Apr, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 10 Mar, 2013 1 commit
-
-
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.
-
- 11 Jan, 2013 2 commits
-
-
Riyad Preukschas authored
-
Riyad Preukschas authored
-
- 27 Sep, 2012 1 commit
-
-
Cyril authored
-
- 26 Sep, 2012 1 commit
-
-
Cyril authored
-
- 10 Aug, 2012 1 commit
-
-
Robert Speicher authored
Didn't bother with files in db/, config/, or features/
-
- 09 Aug, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 26 Jul, 2012 1 commit
-
-
randx authored
Styled Wiki edit page
-