summaryrefslogtreecommitdiff
path: root/lib/api/markdown.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'security-bw-confidential-titles-through-markdown-api' into ↵Bob Van Landuyt2018-10-051-4/+3
|\ | | | | | | | | | | | | | | | | 'master' [master] Confidential issue/private snippet titles can be read by unauthenticated user through GFM markdown API Closes #2706 See merge request gitlab/gitlabhq!2507
| * post_process markdown redered by APIBrett Walker2018-09-291-4/+3
| |
* | Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
|/ | | | | | | | | | Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
* enable CommonMark as the defaultBrett Walker2018-06-141-3/+1
|
* Resolve "Expand API: Render an arbitrary Markdown document"blackst0ne2018-05-181-0/+33