summaryrefslogtreecommitdiffstats
path: root/app/controllers/repositories_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed undefined method `compact!' error when additional_user_ids is empty (#1...Jean-Philippe Lang2015-03-071-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-3/+3
* Move some RepositoriesController logic to Repository#stats_by_author (#13487).Jean-Baptiste Barth2014-08-261-9/+10
* fix typo at app/controllers/repositories_controller.rbToshi MARUYAMA2014-04-161-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated find_all_by_* at RepositoriesController#committersToshi MARUYAMA2014-01-101-1/+1
* Fixed uninitialized constant Redmine::Scm::Adapters::CommandFailed error when...Jean-Philippe Lang2013-11-111-1/+1
* Accept issue id with leading sharp when adding a related issue.Jean-Philippe Lang2013-11-091-1/+2
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-8/+11
* increase base height of author lines on 'Commits per author' graph (#14068, #...Toshi MARUYAMA2013-05-161-1/+1
* Disable autofetching of repository changesets if projects are closed (#13945).Jean-Philippe Lang2013-05-121-1/+1
* make height of "Commits per author" graph flexible (#1983, #13486)Toshi MARUYAMA2013-04-181-1/+1
* Use #per_page instead of #items_per_page.Jean-Philippe Lang2013-02-171-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Deprecation warnings (#12774).Jean-Philippe Lang2013-01-081-2/+2
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-4/+5
* remove trailing white-space from app/controllers/repositories_controller.rbToshi MARUYAMA2012-10-281-1/+1
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-1/+0
* Removes RJS from RepositoriesController.Jean-Philippe Lang2012-07-191-25/+0
* Safe attributes for repositories.Jean-Philippe Lang2012-06-191-2/+3
* Show repository images inline when clicking 'View' (#10362).Jean-Philippe Lang2012-06-071-0/+1
* route: scm: split entry and raw actionsToshi MARUYAMA2012-05-051-1/+10
* scm: git: fix creating and updating repositoryToshi MARUYAMA2012-05-031-2/+24
* Fixed error on commits per month graph (#10806).Jean-Philippe Lang2012-05-011-2/+2
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-9/+9
* Adds a "Manage related isses" permission to add/remove commits/issues relatio...Jean-Philippe Lang2012-02-051-6/+54
* Don't use a disabled SCM as a default repository SCM (#779).Jean-Philippe Lang2012-01-151-1/+1
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-151-9/+7
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-151-37/+49
* Moved Date months/weeks calculations used in Graph to lib.Etienne Massip2012-01-071-10/+1
* Removed code duplicated in lib.Etienne Massip2011-12-141-6/+0
* do not annotate text files which exceed the size limit for viewing (#9484)Toshi MARUYAMA2011-11-051-1/+10
* scm: controller: include parents in changesets (#5501)Toshi MARUYAMA2011-11-031-1/+1
* Rails3: controller: repositories: use to_s for revision parameterToshi MARUYAMA2011-10-091-1/+1
* remove trailing white-spaces from app/controllers/repositories_controller.rb.Toshi MARUYAMA2011-08-311-1/+1
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-091-1/+1
* Do not cache I18n strings when truncating a long diff (#5089).Jean-Baptiste Barth2011-06-131-1/+1
* scm: code clean up repositories controller.Toshi MARUYAMA2011-05-211-2/+6
* scm: remove trailing white-spaces from repositories controller.Toshi MARUYAMA2011-05-211-10/+10
* scm: use repository merge_extra_info() to save extra_ parameter (#8365, #7047).Toshi MARUYAMA2011-05-131-0/+1
* scm: switch to save repository setting params in "extra_" or not (#8365, #7047).Toshi MARUYAMA2011-05-131-1/+11
* scm: code clean up Repositories Controller.Toshi MARUYAMA2011-05-081-2/+3
* scm: set disable a button if scm is not selected in project scm setting.Toshi MARUYAMA2011-05-041-1/+1
* scm: code clean up RepositoriesController.Toshi MARUYAMA2011-05-031-20/+19
* scm: set mime type in downloading file.Toshi MARUYAMA2011-03-221-1/+4
* scm: fix non ascii text files displaying (#6256).Toshi MARUYAMA2011-03-221-3/+18
* scm: recovery showing "root @ branch" in repository tree viewing.Toshi MARUYAMA2011-03-151-0/+1
* scm: fix diff revision param validation.Toshi MARUYAMA2011-02-171-1/+1