summaryrefslogtreecommitdiff
path: root/app/controllers/refs_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-43/+0
* Solve inconsistency between network graph & stat graphsDmitriy Zaporozhets2013-06-111-1/+1
* Set @options in assing_ref_varsSato Hiroyuki2013-05-131-1/+1
* Refactor: remove dup codeSato Hiroyuki2013-05-131-30/+5
* Fix issue when switching branch when BLOB is shownPatrick Helm2013-04-231-0/+2
* Gitlab::Git::Tree & Blob addedDmitriy Zaporozhets2013-04-021-1/+1
* store commits for MR as array of hashesDmitriy Zaporozhets2013-04-021-1/+1
* remove Tree/Commit decorator usage from controllersDmitriy Zaporozhets2013-03-311-3/+0
* Switchable the main branch on network graphSato Hiroyuki2013-01-301-0/+2
* Fixed tree logs for branches with slash. Fixed remember of path when switch b...Dmitriy Zaporozhets2013-01-091-1/+1
* REpostiry, Team modelsDmitriy Zaporozhets2013-01-031-4/+4
* remove encode lib, clean all encoded area.Saito2012-11-091-1/+0
* Remove unused history_path instance variableRobert Speicher2012-10-091-2/+0
* Context refactoring. Move Issues list, Search logic to contextrandx2012-10-091-3/+3
* rename ProjectController to ProjectResourceControllerCyril2012-09-271-1/+1
* Merge branch 'master' into simplify_controllers2Cyril2012-09-271-53/+13
|\
| * Fix logs not showing in Tree for the root pathRobert Speicher2012-09-261-1/+1
| * Fix the remaining actions in RefsControllerRobert Speicher2012-09-261-1/+1
| * Fix Refs#switchRobert Speicher2012-09-261-4/+4
| * Update usages of project_commit[s] route helpersRobert Speicher2012-09-261-1/+1
| * Remove unused render_full_content filterRobert Speicher2012-09-261-1/+0
| * Add BlobController, remove Refs#blobRobert Speicher2012-09-261-41/+8
| * Add BlameController, remove Refs#blame actionRobert Speicher2012-09-261-5/+1
| * Update usages of tree_file_project_ref_path to project_tree_pathRobert Speicher2012-09-261-3/+3
| * Require 'github/markup' in GemfileRobert Speicher2012-09-261-2/+0
* | factorize before_filters and layout for projects related controllersCyril2012-09-261-5/+1
|/
* Add github-markup gemRobert Speicher2012-09-051-0/+2
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-7/+7
* Update views for GFMRiyad Preukschas2012-08-021-0/+1
* Update views to use CommitDecoratorRiyad Preukschas2012-07-221-1/+2
* Feature: ajax load for tree commit lograndx2012-07-101-1/+22
* Fixed wrong module namerandx2012-05-271-1/+1
* It's dangerous to rescue errors here as it will hide bugs. define_tree_vars a...Gabriel Mazetto2012-05-261-4/+0
* Fixed encoding problems with plain/text blobs being sent without charset.Gabriel Mazetto2012-05-261-1/+9
* New Feature: Git Blame for fileDmitriy Zaporozhets2012-05-171-1/+5
* Abilities extended. Resources security improvedDmitriy Zaporozhets2012-02-221-0/+1
* fixed branch switch for code viewDmitriy Zaporozhets2012-02-051-0/+2
* Ajax branch/tag switch for tree viewDmitriy Zaporozhets2012-01-291-6/+15
* Bootstrap: Issues restyledDmitriy Zaporozhets2012-01-281-0/+2
* fixes raw view for text files with code like *.rbDmitriy Zaporozhets2012-01-251-1/+6
* Revert "Handle back & forward events"Dmitriy Zaporozhets2011-12-201-1/+4
* Handle back & forward eventsDmitriy Zaporozhets2011-12-201-4/+1
* git host fixedDmitriy Zaporozhets2011-12-051-0/+2
* fix filters & seedsDmitriy Zaporozhets2011-12-041-3/+4
* ref controller refactoredgitlabhq2011-11-211-11/+9
* decorators & tree modelDmitriy Zaporozhets2011-11-201-7/+5
* fix branch/tag selectgitlabhq2011-11-161-0/+10
* refactoringgitlabhq2011-11-161-0/+53