An error occurred fetching the project authors.
- 25 Apr, 2019 1 commit
-
-
Francisco Javier López authored
Inside a wiki, when we show the sidebar or browse to the `pages`, all page contents are retrieved from Gitaly and that is a waste of resources, since no content from that pages are going to be showed. This MR introduces the method `ProjectWiki#list_pages`, which uses new wiki_list_pages RPC call to retrieve pages without content Also in the `WikisController` we're using the method to show pages in the sidebar and also on the `pages` page.
-
- 04 Apr, 2019 1 commit
-
-
Igor authored
- Add controls for sorting by title and date - Execute Gitaly call which now accepts sorting params for wikis
-
- 27 Mar, 2019 1 commit
-
-
Martin Wortschack authored
- concerns - dashboard - groups - import
-
- 17 Oct, 2018 1 commit
-
-
Francisco Javier López authored
-
- 26 Sep, 2018 1 commit
-
-
gfyoung authored
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
-
- 31 Jul, 2018 1 commit
-
-
Francisco Javier López authored
-
- 24 Jul, 2018 1 commit
-
-
Stan Hu authored
Without this parameter, every load of a Wiki page will load all the Wiki pages in the repository for the sidebar. This is a significant performance penalty that can significant slow the display of all Wiki pages. Relates to #40101
-
- 09 Jul, 2018 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 25 Jun, 2018 1 commit
-
-
Lin Jen-Shin authored
-
- 29 May, 2018 1 commit
-
-
Paul Slaughter authored
-
- 18 Apr, 2018 1 commit
-
-
Francisco Javier López authored
-
- 26 Mar, 2018 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 22 Mar, 2018 1 commit
-
-
Joshua Sooter authored
Added support for custom wiki sidebar using _sidebar.md in the wiki root. If _sidebar.md exists it will be parsed and rendered otherwise the default sidebar file list will display deleted _sidebar_custom.html.haml and modified _sidebar.html.haml to check for sidebar_page and render it or the default wiki page list. Also removed white space. fix indent in show.html.haml restore newline at end of ile Add a newline at the end of changelogs/custom_wiki_sidebar.yml
-
- 05 Feb, 2018 1 commit
-
-
Francisco Javier López authored
-
- 22 Jan, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
Part of gitlab-org/gitaly#639
-
- 17 Nov, 2017 1 commit
-
-
Francisco Javier López authored
-
- 16 Nov, 2017 1 commit
-
-
Jacopo authored
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
-
- 11 Oct, 2017 1 commit
-
-
Vitaliy @blackst0ne Klachkov authored
-
- 03 Oct, 2017 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 05 Jul, 2017 1 commit
-
-
Douwe Maan authored
-
- 06 Jun, 2017 1 commit
-
-
blackst0ne authored
Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers
-
- 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>
-
- 08 Mar, 2017 1 commit
-
-
Hiroyuki Sato authored
-
- 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
-