summaryrefslogtreecommitdiff
path: root/app/controllers/projects/blob_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Revert 'New file from interface on existing branch'dm-revert-mr-8427Douwe Maan2017-06-091-2/+0
* Use Diff::File blob methods from diff highlighterdm-highlight-diff-file-blobDouwe Maan2017-06-081-3/+5
* Blob#load_all_data! doesn’t need an argumentblob-load-all-dataDouwe Maan2017-06-071-3/+3
* Consistent diff and blob size limit namesDouwe Maan2017-05-291-1/+1
* Show last commit for current tree on tree pageDouwe Maan2017-05-171-0/+2
* Use blob viewers for snippetsDouwe Maan2017-04-301-1/+1
* Refactor overriding max sizeDouwe Maan2017-04-271-0/+2
* Add JSON endpoint to get simple blob viewerDouwe Maan2017-04-271-2/+13
* Pass project to BlobDouwe Maan2017-04-271-1/+1
* Refactor changing files in web UIDouwe Maan2017-04-201-9/+9
* Linking to edit file directlyEric Eastwood2017-04-061-2/+8
* New directory from interface on existing branchJacopo2017-03-211-5/+0
* New file from interface on existing branchJacopo2017-03-131-0/+7
* Fix cherry-picking or reverting through an MRDouwe Maan2017-03-021-3/+3
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
* No more and/orDouwe Maan2017-02-211-1/+1
* Rename Files::DeleteService to Files::DestroyServicedixpac2017-02-101-4/+4
* Address feedbackDouwe Maan2017-02-061-3/+2
* Add feature specsDouwe Maan2017-02-061-2/+2
* Improve performance of finding last deployed environmentDouwe Maan2017-02-061-1/+1
* Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan2017-02-061-0/+3
* Merge branch 'jej-22869' into 'security'Douwe Maan2016-11-281-12/+8
* Unify anchor link format for MR diff files !7298Yar2016-11-151-1/+1
* fixes distinction between renaming a file and updating its content and21092-file-execution-flag-is-not-preserved-when-editing-filestiagonbotelho2016-09-091-6/+4
* Prevents accidental overwrites of commits from UIFrank West2016-08-151-2/+12
* Add unfold links for Side-by-Side viewTim Masliuchenko2016-08-041-0/+2
* renames :file_name to :file_pathtiagonbotelho2016-07-131-2/+2
* test for nil params :file_nametiagonbotelho2016-07-121-1/+1
* refactors update action to change commit_params with the correct pathtiagonbotelho2016-07-121-4/+5
* changes the usasge of path to file_path on blob_controller for compatibillity...tiagonbotelho2016-07-121-4/+4
* fixes merge request edit bug where it would generate a cloned file and not re...tiagonbotelho2016-07-121-5/+0
* implements the form for renaming the new filename on the file edit pagetiagonbotelho2016-07-121-0/+1
* creates the update_file method in repository.rb and applies changes accordinglytiagonbotelho2016-07-121-1/+0
* successfully adds the new version with the updated name on the projects repotiagonbotelho2016-07-121-0/+1
* implements the form for renaming the new filename on the file edit pagetiagonbotelho2016-07-121-1/+0
* remove prints and useless commentstiagonbotelho2016-07-121-0/+1
* successfully adds the new version with the updated name on the projects repotiagonbotelho2016-07-121-1/+0
* implements the form for renaming the new filename on the file edit pagetiagonbotelho2016-07-121-0/+1
* fixes merge request edit bug where it would generate a cloned file and not re...tiagonbotelho2016-07-121-0/+5
* refactors blob_controllertiagonbotelho2016-07-121-1/+1
* creates the update_file method in repository.rb and applies changes accordinglytiagonbotelho2016-07-121-1/+1
* implements the form for renaming the new filename on the file edit pagetiagonbotelho2016-07-121-1/+0
* remove prints and useless commentstiagonbotelho2016-07-121-1/+1
* successfully adds the new version with the updated name on the projects repotiagonbotelho2016-07-121-1/+5
* implements the form for renaming the new filename on the file edit pagetiagonbotelho2016-07-121-1/+2
* Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-061-1/+1
* Validate presence of essential params for diff renderingissue_19096Ruben Davila2016-06-241-0/+7
* Add a `Blob` model that wraps `Gitlab::Git::Blob`rs-blobRobert Speicher2016-02-181-1/+1
* Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-blobsJacob Vosmaer2016-02-011-4/+6
|\