summaryrefslogtreecommitdiff
path: root/lib/gitlab/gfm
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-9/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-261-0/+2
* Prevent rewritting plain links as embeddedissue_58494Felipe Artur2019-08-071-1/+13
* Enable CommonMark source line position informationBrett Walker2019-01-211-1/+1
* Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
* Enable even more frozen string in lib/gitlabrepo-forks/gitlab-ce-frozen-string-lib-gitlab-even-moregfyoung2018-11-132-0/+4
* Extract code from Issues::MoveServicece-3777-promote-to-epicJarka Košanová2018-11-122-13/+14
* add support for file copy on object storageMicaël Bergeron2018-07-031-19/+3
* When moving issues, don't attempt to move files in object storageStan Hu2018-07-031-1/+1
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* add the uploader context to the upload modelMicaël Bergeron2018-02-021-1/+1
* port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-1/+1
* Fix rewriting issue references with group milestonesGrzegorz Bizon2017-09-201-0/+6
* Fix cross-project references copy to include the project referencefix/cross-project-ref-pathJames Lopez2017-01-031-1/+1
* Add Gitlab::Middleware::MultipartJacob Vosmaer2016-12-151-1/+18
* Keep cross project reference logic in GroupLabel#to_referenceDouglas Barbosa Alexandre2016-10-191-9/+1
* Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre2016-10-191-1/+17
* Remove reduntant `move_to_store` overrideGrzegorz Bizon2016-03-301-8/+2
* Add method that returns markdown in file uploaderGrzegorz Bizon2016-03-302-2/+2
* Check if GFM rewriters need rewrite internallyGrzegorz Bizon2016-03-302-1/+3
* Refactor uploads rewriter used when moving issueGrzegorz Bizon2016-03-302-13/+17
* Add uploads rewriter and use it when moving issueGrzegorz Bizon2016-03-301-0/+56
* Do not rewrite reference if already a cross referenceGrzegorz Bizon2016-03-211-2/+4
* Find referable for each ref found in references rewriterGrzegorz Bizon2016-03-201-10/+4
* Rename reference unfolder to rewriter, minor refactoringsGrzegorz Bizon2016-03-201-16/+16
* Update reference unfolder according to recent ability changesGrzegorz Bizon2016-03-191-2/+3
* Improvements in issue move feaure (refactoring)Grzegorz Bizon2016-03-191-19/+6
* Add minor improvements in code related to issue moveGrzegorz Bizon2016-03-171-3/+24
* Add implementation of reference unfolder using banzaiGrzegorz Bizon2016-03-171-5/+48
* Move reference unfolder for GFM to separate classGrzegorz Bizon2016-03-171-0/+31