index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
repositories_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stricter validation of given revisions of repositories (#35085).
Go MAEDA
2021-04-23
1
-8
/
+13
*
Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecate...
Go MAEDA
2021-04-01
1
-1
/
+1
*
Reverts r20895 (#29914, #34985).
Go MAEDA
2021-04-01
1
-1
/
+1
*
Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecate...
Go MAEDA
2021-04-01
1
-1
/
+1
*
Associated Revision API (#22008).
Go MAEDA
2021-03-26
1
-2
/
+13
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Allow manually fetching changesets (#8875).
Go MAEDA
2021-03-11
1
-0
/
+5
*
remove spaces inside {} of RepositoriesController
Toshi MARUYAMA
2020-10-02
1
-6
/
+6
*
add empty line after guard clause to RepositoriesController
Toshi MARUYAMA
2020-10-02
1
-0
/
+1
*
add space after comma to RepositoriesController
Toshi MARUYAMA
2020-10-02
1
-1
/
+1
*
Reverts r19569 (#33071).
Go MAEDA
2020-03-14
1
-2
/
+0
*
Require sudo mode for actions to delete contents (#33071).
Go MAEDA
2020-03-10
1
-0
/
+2
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Diff view for .js files in repositories is broken (#32449).
Go MAEDA
2020-02-27
1
-1
/
+1
*
Repository browser does not render previews for audio/video files (#32153).
Go MAEDA
2020-02-04
1
-0
/
+6
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/controllers/repo...
Toshi MARUYAMA
2019-09-15
1
-2
/
+2
*
scm: fix error when *.yml and *.txt show (#31141, #30850)
Toshi MARUYAMA
2019-05-30
1
-0
/
+1
*
scm: early return in diff if diff is nil as same as show, changes, and etc. (...
Toshi MARUYAMA
2019-05-30
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Custom Exception classes should inherit StandardError instead of Exception (#...
Go MAEDA
2019-05-21
1
-2
/
+2
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-1
/
+1
*
Fix FrozenError in RepositoriesController#diff (#31052, #26561).
Go MAEDA
2019-03-19
1
-1
/
+1
*
Support frozen_string_literal in app/**/*.rb (#26561).
Go MAEDA
2019-03-17
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Repository entry pagination (#29395).
Go MAEDA
2018-10-04
1
-0
/
+7
*
Render repository graphs using Chart.js instead of SVG (#26253).
Jean-Philippe Lang
2017-06-25
1
-55
/
+19
*
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
[next]