| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 1 | -1/+1 |
* | remove is_binary_data? from String (#25563) | Toshi MARUYAMA | 2017-06-10 | 1 | -1/+1 |
* | Don't check that param is a Hash. | Jean-Philippe Lang | 2017-06-03 | 1 | -1/+1 |
* | Always send images user-uploaded images with Content-Disposition: attachment ... | Jean-Philippe Lang | 2017-01-29 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2016-10-04 | 1 | -8/+14 |
* | Adds accessors for report_last_commit. | Jean-Philippe Lang | 2016-10-04 | 1 | -23/+1 |
* | Don't respond with the error template when annotate is not available. | Jean-Philippe Lang | 2016-07-17 | 1 | -8/+11 |
* | Use head instead of render :nothing => true. | Jean-Philippe Lang | 2016-07-17 | 1 | -1/+1 |
* | Use .before_action instead of .before_filter. | Jean-Philippe Lang | 2016-07-14 | 1 | -5/+5 |
* | Don't force download of PDF (#22483). | Jean-Philippe Lang | 2016-05-09 | 1 | -1/+9 |
* | Add view for "no preview" repository files (#22482). | Jean-Philippe Lang | 2016-05-08 | 1 | -13/+15 |
* | Replace Date.today with User.current.today (#22320). | Jean-Philippe Lang | 2016-05-07 | 1 | -2/+3 |
* | Add inline image preview/display for attachments and repository entries (#220... | Jean-Philippe Lang | 2016-04-11 | 1 | -1/+3 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Fixed undefined method `compact!' error when additional_user_ids is empty (#1... | Jean-Philippe Lang | 2015-03-07 | 1 | -1/+1 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -3/+3 |
* | Move some RepositoriesController logic to Repository#stats_by_author (#13487). | Jean-Baptiste Barth | 2014-08-26 | 1 | -9/+10 |
* | fix typo at app/controllers/repositories_controller.rb | Toshi MARUYAMA | 2014-04-16 | 1 | -1/+1 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Rails4: replace deprecated find_all_by_* at RepositoriesController#committers | Toshi MARUYAMA | 2014-01-10 | 1 | -1/+1 |
* | Fixed uninitialized constant Redmine::Scm::Adapters::CommandFailed error when... | Jean-Philippe Lang | 2013-11-11 | 1 | -1/+1 |
* | Accept issue id with leading sharp when adding a related issue. | Jean-Philippe Lang | 2013-11-09 | 1 | -1/+2 |
* | Cleanup of finders with :conditions option. | Jean-Philippe Lang | 2013-06-12 | 1 | -8/+11 |
* | increase base height of author lines on 'Commits per author' graph (#14068, #... | Toshi MARUYAMA | 2013-05-16 | 1 | -1/+1 |
* | Disable autofetching of repository changesets if projects are closed (#13945). | Jean-Philippe Lang | 2013-05-12 | 1 | -1/+1 |
* | make height of "Commits per author" graph flexible (#1983, #13486) | Toshi MARUYAMA | 2013-04-18 | 1 | -1/+1 |
* | Use #per_page instead of #items_per_page. | Jean-Philippe Lang | 2013-02-17 | 1 | -1/+1 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Deprecation warnings (#12774). | Jean-Philippe Lang | 2013-01-08 | 1 | -2/+2 |
* | Replaces find(:all) calls. | Jean-Philippe Lang | 2012-12-02 | 1 | -4/+5 |
* | remove trailing white-space from app/controllers/repositories_controller.rb | Toshi MARUYAMA | 2012-10-28 | 1 | -1/+1 |
* | JQuery in, Prototype/Scriptaculous out (#11445). | Jean-Philippe Lang | 2012-07-22 | 1 | -1/+0 |
* | Removes RJS from RepositoriesController. | Jean-Philippe Lang | 2012-07-19 | 1 | -25/+0 |
* | Safe attributes for repositories. | Jean-Philippe Lang | 2012-06-19 | 1 | -2/+3 |
* | Show repository images inline when clicking 'View' (#10362). | Jean-Philippe Lang | 2012-06-07 | 1 | -0/+1 |
* | route: scm: split entry and raw actions | Toshi MARUYAMA | 2012-05-05 | 1 | -1/+10 |
* | scm: git: fix creating and updating repository | Toshi MARUYAMA | 2012-05-03 | 1 | -2/+24 |
* | Fixed error on commits per month graph (#10806). | Jean-Philippe Lang | 2012-05-01 | 1 | -2/+2 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 1 | -9/+9 |
* | Adds a "Manage related isses" permission to add/remove commits/issues relatio... | Jean-Philippe Lang | 2012-02-05 | 1 | -6/+54 |
* | Don't use a disabled SCM as a default repository SCM (#779). | Jean-Philippe Lang | 2012-01-15 | 1 | -1/+1 |
* | Adds support for multiple repositories per project (#779). | Jean-Philippe Lang | 2012-01-15 | 1 | -9/+7 |
* | Resourcified repositories for CRUD operations to prepare for multiple SCM per... | Jean-Philippe Lang | 2012-01-15 | 1 | -37/+49 |
* | Moved Date months/weeks calculations used in Graph to lib. | Etienne Massip | 2012-01-07 | 1 | -10/+1 |
* | Removed code duplicated in lib. | Etienne Massip | 2011-12-14 | 1 | -6/+0 |
* | do not annotate text files which exceed the size limit for viewing (#9484) | Toshi MARUYAMA | 2011-11-05 | 1 | -1/+10 |
* | scm: controller: include parents in changesets (#5501) | Toshi MARUYAMA | 2011-11-03 | 1 | -1/+1 |
* | Rails3: controller: repositories: use to_s for revision parameter | Toshi MARUYAMA | 2011-10-09 | 1 | -1/+1 |
* | remove trailing white-spaces from app/controllers/repositories_controller.rb. | Toshi MARUYAMA | 2011-08-31 | 1 | -1/+1 |