summaryrefslogtreecommitdiff
path: root/app/controllers/projects/branches_controller.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+6
|/
* Sanitize branch name and ref nameMarin Jankovski2014-11-131-1/+4
* remove auth duplicationValery Sizov2014-11-051-1/+0
* API delete branch: render branch name json instead of trueDmitriy Zaporozhets2014-10-301-0/+1
* Factor authorize_push! and authorize_code_access!Ciro Santilli2014-10-131-2/+2
* Factor error and success methods from services.Ciro Santilli2014-09-211-5/+3
* Validate branch-names and references in WebUI, APIRobert Schilling2014-09-031-3/+11
* Changed some stuff around after rebaseJeroen van Baarsen2014-05-231-1/+1
* Make sure the branch counter gets updatedJeroen van Baarsen2014-05-231-1/+2
* Merge branch 'branch-creation-flow' into 'master'Dmitriy Zaporozhets2014-05-231-2/+2
|\
| * Redirect to tree view after branch createdDmitriy Zaporozhets2014-05-231-2/+2
* | Move protected branches to Project settingsDmitriy Zaporozhets2014-05-231-1/+3
|/
* Improve branch-removal logicDmitriy Zaporozhets2014-05-221-7/+2
* Move branch creation logic in serviceDmitriy Zaporozhets2014-04-011-5/+1
* Refactor recent branches pageDmitriy Zaporozhets2013-08-051-0/+4
* create corresponding events when create branch/tag with UIDmitriy Zaporozhets2013-07-171-4/+8
* Improve permissions on tags/branchesDmitriy Zaporozhets2013-07-171-1/+3
* Ability to create new branch via UIDmitriy Zaporozhets2013-07-171-2/+4
* Move repo tags to own controller. add ability to remove tagsDmitriy Zaporozhets2013-07-161-1/+1
* Create event on dashboard when branch removed via UIDmitriy Zaporozhets2013-07-161-1/+5
* Move branches list to own controller with pagination. Ability to remove branc...Dmitriy Zaporozhets2013-07-161-0/+24