- Mar 19, 2020
-
-
GitLab Bot authored
-
- Mar 12, 2020
-
-
GitLab Bot authored
-
- Mar 03, 2020
-
-
GitLab Bot authored
-
- Mar 02, 2020
-
-
GitLab Bot authored
-
- Feb 13, 2020
-
-
GitLab Bot authored
-
- Dec 17, 2019
-
-
GitLab Bot authored
-
- Nov 05, 2019
-
-
GitLab Bot authored
-
- Oct 31, 2019
-
-
GitLab Bot authored
-
- Oct 23, 2019
-
-
GitLab Bot authored
-
- Oct 22, 2019
-
-
Luke Duncalfe authored
Previously, when the wiki page format was anything other than `markdown` or `asciidoc` the formatted content would be returned though a Gitaly call. Gitaly in turn would delegate formatting to the gitlab-gollum-lib gem, which in turn would delegate that to various gems (like RDoc for `rdoc`) and then apply some very liberal sanitization. It was too liberal! This change brings our wiki content formatting in line with how we format other markdown at GitLab, so we have a SSOT for sanitization. https://gitlab.com/gitlab-org/gitlab/issues/30540
-
- Sep 26, 2019
-
-
GitLab Bot authored
-
- Apr 12, 2019
-
-
If a page has the same name as a directory the WikiPage#group_by_directory method can have a wrong behaviour This commit fixes it
-
- Apr 04, 2019
-
-
- Add controls for sorting by title and date - Execute Gitaly call which now accepts sorting params for wikis
-
- Mar 06, 2019
-
-
Andrew Newdigate authored
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
-
- Nov 28, 2018
-
-
Stan Hu authored
-
- Nov 09, 2018
-
-
- Nov 07, 2018
-
-
Francisco Javier López authored
-
- Oct 17, 2018
-
-
Nick Thomas authored
Currently, we assume a "last_version" always exists for a wiki page. In production, this is not always true. So, guard uses of it with a null check.
-
- Oct 02, 2018
-
-
Alejandro Rodríguez authored
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
-
- Sep 21, 2018
-
-
- Jul 26, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- Jun 20, 2018
-
-
Sean McGivern authored
-
Satish Perala authored
-
- Apr 18, 2018
-
-
- Feb 05, 2018
-
-
Francisco Javier López authored
-
- Jan 30, 2018
-
-
Ahmad Sherif authored
Closes gitaly#958
-
- Nov 17, 2017
-
-
- Oct 03, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 30, 2017
-
-
Jacopo authored
The special characters of a wiki title are now escaped correctly.
-
- Aug 03, 2017
-
-
wendy0402 authored
-
- Jul 27, 2017
-
-
Hiroyuki Sato authored
-
- Jul 23, 2017
-
-
Hiroyuki Sato authored
-
- Jun 21, 2017
-
-
Grzegorz Bizon authored
-
- Mar 20, 2017
-
-
Dongqing Hu authored
-
- Mar 16, 2017
-
-
TM Lee authored
- Added method to check if the current Page version is the current latest version - Conditionally checks for current version when showing Edit button - Added feature specs for viewing project wiki page and expect edit button - Added Changelog
-
- Mar 08, 2017
-
-
Hiroyuki Sato authored
-
- Feb 23, 2017
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-