summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Small code tweaksDouwe Maan2017-04-271-12/+18
* Set BlobViewer::Base.binary instead of .textDouwe Maan2017-04-2712-17/+17
* Add BlobViewer::Base#binary? methodDouwe Maan2017-04-272-22/+30
* Blob responds to text?Douwe Maan2017-04-271-1/+1
* Refactor overriding max sizeDouwe Maan2017-04-277-26/+32
* Render viewer error synchronously so that 'view the source' link will workDouwe Maan2017-04-277-32/+34
* Address feedbackDouwe Maan2017-04-276-23/+29
* Add test stubsDouwe Maan2017-04-271-2/+2
* Fix some specsDouwe Maan2017-04-273-4/+2
* Satisfy eslintDouwe Maan2017-04-271-18/+7
* Download blob viewer is client-sideDouwe Maan2017-04-272-2/+4
* Add BlobViewer JSDouwe Maan2017-04-273-0/+135
* Allow LineHighlighter to be triggered by eventDouwe Maan2017-04-271-7/+13
* Add JSON endpoint to get simple blob viewerDouwe Maan2017-04-272-2/+30
* Add viewer switcherDouwe Maan2017-04-272-0/+14
* Render blob viewer errorDouwe Maan2017-04-273-5/+25
* Render blob using blob viewersDouwe Maan2017-04-274-6/+22
* Move conditional inside copy_blob_source_buttonDouwe Maan2017-04-272-4/+4
* Use Blob methods instead of BlobHelper helpersDouwe Maan2017-04-277-27/+11
* Add rich blob viewersDouwe Maan2017-04-2721-18/+139
* Add simple blob viewersDouwe Maan2017-04-2710-9/+66
* Refactor Blob and add BlobViewer::BaseDouwe Maan2017-04-272-56/+151
* Pass project to BlobDouwe Maan2017-04-274-5/+13
* Merge branch 'remove-invalid-services' into 'master' Douwe Maan2017-04-271-0/+1
|\
| * remove invalid servicesTiago Botelho2017-04-261-0/+1
* | Merge branch '31292-milestone-sidebar-display-incorect-number-of-mr-when-mini...Sean McGivern2017-04-271-1/+1
|\ \
| * | Correct the resource counted for MR collapsed infoLuke "Jared" Bennett2017-04-261-1/+1
* | | Merge branch '30973-fix-network-graph-ordering' into 'master' Douwe Maan2017-04-271-1/+2
|\ \ \
| * | | Fix ordering of commits in the network graph.Timothy Andrew2017-04-271-1/+2
| |/ /
* | | Merge branch '2246-uuid-is-nil-for-new-installation' into 'master' Sean McGivern2017-04-271-0/+9
|\ \ \
| * | | Lazily sets UUID in ApplicationSetting for new installationsDouglas Barbosa Alexandre2017-04-261-0/+9
* | | | Remove unused codeFilipa Lacerda2017-04-276-98/+93
* | | | Use vue files for vue components.Filipa Lacerda2017-04-274-139/+160
* | | | Merge branch 'tc-make-user-master-project-by-admin' into 'master' Rémy Coutable2017-04-271-1/+2
|\ \ \ \
| * | | | Make namespace owner master of project upon creationtc-make-user-master-project-by-adminToon Claes2017-04-271-1/+2
* | | | | Remove superfluous if/else branching26585-remove-readme-view-cachingToon Claes2017-04-271-6/+2
* | | | | Avoid including the MarkupHelperToon Claes2017-04-272-2/+3
* | | | | Add commit to the Banzai::post_process contextToon Claes2017-04-271-2/+3
* | | | | `markdown` helper is not used with pre-rendered contentToon Claes2017-04-271-1/+1
* | | | | Make the `_unsafe` methods privateToon Claes2017-04-271-12/+12
* | | | | Single quotes in MarkupHelper where possibleToon Claes2017-04-271-9/+9
* | | | | Refactor MarkupHelperDouwe Maan2017-04-278-75/+55
* | | | | Cache the rendered README, but post-process on showToon Claes2017-04-275-22/+42
* | | | | Move some methods from ApplicationHelper to MarkupHelperToon Claes2017-04-272-32/+32
* | | | | Rename GitlabMarkdownHelper -> MarkupHelperToon Claes2017-04-272-2/+2
|/ / / /
* | | | Merge branch 'add-username-to-activity-feed' into 'master' Rémy Coutable2017-04-272-1/+2
|\ \ \ \
| * | | | Add username to activity atom feed (!10802)winniehell2017-04-262-1/+2
* | | | | Merge branch 'blackst0ne/gitlab-ce-fix_emoji_parser'Sean McGivern2017-04-272-1/+20
|\ \ \ \ \
| * | | | | Fix rendering emoji inside a stringblackst0ne2017-04-252-1/+20
* | | | | | Merge branch '30645-show-pipeline-events-description' into 'master' Kamil Trzciński2017-04-271-2/+2
|\ \ \ \ \ \