summaryrefslogtreecommitdiff
path: root/app/views/projects/diffs/_file.html.haml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '41491-fix-nil-blob-name-error' into 'master'Annabel Dunstone Gray2018-01-151-1/+1
* Add view replaced file link for image diffsadd-view-replaced-file-linkClement Ho2017-09-201-0/+6
* Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan2017-05-231-7/+6
* Clean up diff renderingDouwe Maan2017-05-231-4/+7
* Use Blob methods instead of BlobHelper helpersDouwe Maan2017-04-271-1/+1
* Fix diffs with edit-forking needs31276-fix-diffs-with-edit-forking-needsEric Eastwood2017-04-241-0/+2
* Align file header items while keeping collapse functionalityAnnabel Dunstone Gray2017-02-081-1/+2
* Use a new class to keep old behaviorFilipa Lacerda2017-02-081-1/+1
* Revert "Merge branch 'revert-a91ff32b' into 'master'"Filipa Lacerda2017-02-081-1/+1
* Address feedbackDouwe Maan2017-02-061-2/+2
* Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan2017-02-061-0/+2
* unifies mr diff file button styleNur Rony2017-01-301-1/+1
* Revert "Merge branch '25709-diff-file-overflow' into 'master'"Jacob Schatz2017-01-211-1/+1
* Remove fixed class from file actions25709-diff-file-overflowAnnabel Dunstone Gray2017-01-191-1/+1
* Use flexbox instead of media queriesFilipa Lacerda2017-01-191-2/+2
* fixed commit diff linking and added specsfix/diff-titleLuke "Jared" Bennett2017-01-141-1/+1
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-311-2/+2
* Merge branch 'jej-22869' into 'security'Douwe Maan2016-11-281-1/+1
* Unify anchor link format for MR diff files !7298Yar2016-11-151-2/+2
* Updated positioning of copy file path button in diffsmr-copy-filename-btn-updatePhil Hughes2016-10-311-1/+0
* Added copy file path button to diffsmr-file-path-copy-btnPhil Hughes2016-10-101-1/+1
* fix typo "this files" -> "this file"Mike Greiling2016-09-291-1/+1
* Style merge request diff dropdowns & disable comments.Bryce Johnson2016-09-141-1/+1
* edit_blob_link can receive the blob to avoid access to the repository20454-edit-button-mrPaco Guzman2016-08-181-4/+3
* Avoid commit lookup on diff_helperexplicit-arguments-on-diff_file_html_dataPaco Guzman2016-08-101-1/+1
* Fix Mystery GuestHerminio Torres2016-08-041-2/+2
* Cache highlighted diff lines for merge requestsPaco Guzman2016-08-031-2/+2
* Improve diff performance by eliminating redundant checks for text blobsremove-redundant-blob-text-callsStan Hu2016-07-291-4/+5
* Ensure only renderable text diffs are collapsedSean McGivern2016-07-081-6/+1
* Collapse large diffs by defaultSean McGivern2016-07-081-25/+6
* Style diff and blob file headers the same wayDouwe Maan2016-07-061-30/+15
* Add DiffFile#blob and #old_blobDouwe Maan2016-07-061-3/+3
* Fix Error 500 when viewing a blob with binary characters after the 1024-byte ...Stan Hu2016-06-121-0/+2
* Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-201-4/+2
|\
| * Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-181-4/+2
* | Syntax-highlight diffs in push emails17464-backport-email-syntax-highlightingSean McGivern2016-05-171-1/+1
|/
* Support supressing text file diffs on the default branch with .gitattributesMatt Oakes2016-04-291-13/+13
* Diff design updatesAnnabel Dunstone2016-04-071-5/+5
* Update diff colors and iconsAnnabel Dunstone2016-04-071-1/+1
* change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-201-1/+1
* Fix bug where wrong commit ID was being used in a merge request diff to show ...Stan Hu2016-03-191-1/+1
* Show a notice for diffs that are too largehide-large-diffsYorick Peterse2016-03-181-9/+13
* Mark inline difference between old and new paths when a file is renamedDouwe Maan2016-01-291-9/+13
* Fix MR diff 'Edit' buttonfix-mr-diff-edit-buttonDouwe Maan2016-01-211-21/+19
* Fix specs and behavior for LFS filesDouwe Maan2015-12-181-2/+2
* Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-1/+2
* Merge branch 'serve_lfs_object' into 'master' Douwe Maan2015-12-081-2/+2
|\
| * Rename blob helper, bump version of gitlab_git to 7.2.21.Marin Jankovski2015-12-071-2/+2
| * Add specs for showing lfs object in UI.Marin Jankovski2015-12-071-2/+2
| * Don't show diffs for lfs pointers.Marin Jankovski2015-12-041-2/+2