summaryrefslogtreecommitdiff
path: root/app/controllers/projects/blob_controller.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Make sure non-highlighted diffs are still escapedunescaped-diffsDouwe Maan2016-01-221-1/+3
| * Add inline diff markers in highlighted diffs.Douwe Maan2016-01-141-1/+1
| * Reuse existent vars with ref and path. #3945Rubén Dávila2016-01-121-3/+1
| * Change strategy to highlight diffs. #3945Rubén Dávila2016-01-071-2/+5
| * Apply syntax highlighting when expanding diff plus some refactor. #3945Rubén Dávila2015-12-311-1/+1
* | WIP lazy blobsJacob Vosmaer2016-02-011-0/+3
|/
* Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-77/+17
* Default target branch to patch-n when editing file in protected branchDouwe Maan2015-12-081-2/+10
* DRY up codedirceu/gitlab-ce-new-merge-request-from-file-editDouwe Maan2015-11-181-30/+24
* Add "Start a new merge request" option to every commit formDouwe Maan2015-11-171-24/+29
* Merge branch 'master' into dirceu/gitlab-ce-new-merge-request-from-file-editDouwe Maan2015-11-171-1/+1
|\
| * Add ability to create directories in the editorBen Ford2015-10-291-1/+1
* | Add option to create merge request when editing/creating a fileDirceu Pereira Tiegs2015-10-191-2/+16
|/
* Only render 404 page from /publicinified_404_errorValery Sizov2015-10-131-3/+3
* Add directory feature buttonStan Hu2015-10-071-4/+4
* Move partial locals out of controllerStan Hu2015-09-171-11/+0
* Change the replace placeholder to use the filenamefix-upload-uiStan Hu2015-09-151-0/+11
* Add "Replace" and "Upload" featuresliyakun2015-09-151-4/+24
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-30/+30
* Revert "Refactor web editor"Dmitriy Zaporozhets2015-08-111-30/+30
* Refactor web editorrefactor-web-editorDmitriy Zaporozhets2015-06-051-30/+30
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-9/+9
* Web Editor: save to new branchValery Sizov2015-02-241-3/+23
* Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-211-1/+1
|\
| * Move 'require_non_empty_project' filter to front so 'assign_ref_vars' doesn't...Douwe Maan2015-02-201-1/+1
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-5/+6
|/
* Rubocop: Style/AlignHash enabledDmitriy Zaporozhets2015-02-021-2/+1
* Fix blob controller rendering in case of errorsDmitriy Zaporozhets2015-01-261-2/+2
* Refactor blob controllersDmitriy Zaporozhets2015-01-261-5/+93
* remove auth duplicationValery Sizov2014-11-051-1/+0
* Merge pull request #8030 from cirosantilli/factor-authorizeDmitriy Zaporozhets2014-10-211-2/+2
|\
| * Factor authorize_push! and authorize_code_access!Ciro Santilli2014-10-131-2/+2
* | Use :message key, not :error for File::Service.Ciro Santilli2014-10-131-1/+1
|/
* diff unfoldskv2014-08-141-0/+15
* Check if blob or tree and redirect to the correct one.Marin Jankovski2014-07-071-3/+7
* Improve authorization for new/edit blob pagesDmitriy Zaporozhets2014-01-241-0/+1
* Move all Context classes into ServicesDmitriy Zaporozhets2014-01-161-1/+1
* Fix messages typoTakuya Nishigori2013-12-161-1/+1
* Remove file from repository featureDmitriy Zaporozhets2013-11-191-2/+23