summaryrefslogtreecommitdiff
path: root/app/controllers/projects/wikis_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-4/+0
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-0/+4
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-3/+0
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+2
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+0
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-197/+2
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-10/+17
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-301-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-171-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-311-19/+172
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-172/+19
* New wiki page redirects user to random slug46299-wiki-page-creationLuke Duncalfe2019-08-211-5/+26
* Allowing all users to view historyAlex Kalderimis2019-07-231-1/+1
* Rewrite `if:` argument in before_action and alike when `only:` is also usedGeorge Thomas2019-07-181-1/+2
* Added list_pages method to avoid loading all wiki pages contentFrancisco Javier López2019-04-251-2/+2
* Allow to sort wiki pages by date and titleIgor2019-04-041-1/+4
* Externalize strings in projects controllersMartin Wortschack2019-03-271-6/+6
* Fixed bug with the content disposition with wiki attachmentsFrancisco Javier López2018-10-171-10/+13
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Fix bug with Wiki pages encodingFrancisco Javier López2018-07-311-8/+29
* Use limit parameter to retrieve Wikis from Gitalysh-use-wiki-limit-parameter-gitalyStan Hu2018-07-241-1/+5
* Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin2018-07-131-2/+2
|\
| * Use stable gitlab-styles and eliminate offensesLin Jen-Shin2018-07-091-1/+1
| * Updates from `rubocop -a`Lin Jen-Shin2018-07-091-2/+2
* | Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin2018-06-271-6/+22
|\ \ | |/
| * Bring changes from EELin Jen-Shin2018-06-261-0/+1
| * Add helpful messages to empty wiki viewPaul Slaughter2018-05-291-3/+5
| * Fix Custom hooks are not triggered by UI wiki editFrancisco Javier López2018-04-181-3/+16
* | Introduce #find_sidebar and use a constant to find the page14995-custom_wiki_sidebarLin Jen-Shin2018-03-261-1/+1
* | Avoid loading default sidebar if there's a customized oneLin Jen-Shin2018-03-261-2/+5
* | Added support for custom wiki sidebar using _sidebar.md in the wiki root. If ...Joshua Sooter2018-03-231-0/+2
|/
* Merge branch 'master' into 'zj-wiki-page-versions'Douwe Maan2018-02-061-2/+2
|\
| * Allow moving wiki pages from the UIFrancisco Javier López2018-02-051-2/+2
* | Client implementation for WikiPageVerionZeger-Jan van de Weg2018-01-221-2/+2
|/
* Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-201-0/+1
|\
| * Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* | Resolve "Performance issues when loading large number of wiki pages"Francisco Javier López2017-11-171-2/+6
|/
* Add support for markdown preview to group milestonesmove_markdown_preview_to_concernVitaliy @blackst0ne Klachkov2017-10-111-11/+2
* Hide Gollum inside Gitlab::Git::WikiJacob Vosmaer (GitLab)2017-10-031-10/+6
* Merge branch 'master' into 1827-prevent-concurrent-editing-wikiHiroyuki Sato2017-07-231-21/+15
|\
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+4
| * Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-4/+3
| * Display slash commands outcome when previewing Markdownadam-separate-slash-commandsRares Sfirlogea2017-05-041-5/+8
| * Support preview_markdown action for personal_snippetsJarka Kadlecova2017-04-261-14/+7
| * Update wikis_controller.rb to use strong paramsKeifer Furzland2017-03-251-1/+1
| * Fix Project Wiki updateDongqing Hu2017-03-201-1/+2
| * Remove explicit `require` calls, and use `require_dependency` when needed29389-fix-already-initialized-constantsRémy Coutable2017-03-131-2/+0
* | Prevent concurrent editing wikiHiroyuki Sato2017-03-081-1/+4
|/
* Execute web hooks for WikiPage delete operationMark Fletcher2017-02-141-1/+1