- 04 May, 2017 1 commit
-
-
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".
-
- 26 Apr, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 26 Mar, 2017 1 commit
-
-
Keifer Furzland authored
-
- 20 Mar, 2017 1 commit
-
-
Dongqing Hu authored
-
- 13 Mar, 2017 1 commit
-
-
Rémy Coutable authored
See http://guides.rubyonrails.org/autoloading_and_reloading_constants.html for more info. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 14 Feb, 2017 1 commit
-
-
Mark Fletcher authored
* Add a new DestroyService for Wiki Pages * Alter WikiPagesController to use the new service
-
- 07 Feb, 2017 1 commit
-
-
Z.J. van de Weg authored
-
- 31 Dec, 2016 2 commits
-
-
Alex Braha Stoll authored
-
Alex Braha Stoll authored
-
- 30 Nov, 2016 1 commit
-
-
Mike Greiling authored
-
- 11 Aug, 2016 1 commit
-
-
Christopher Bartz authored
-
- 01 Jul, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 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
-