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
*
Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).
Go MAEDA
2024-09-01
1
-1
/
+1
*
Fix RuboCop offense Rails/HttpStatus (#39889).
Go MAEDA
2024-05-18
1
-1
/
+1
*
Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).
Marius Balteanu
2024-05-07
1
-1
/
+1
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Replace String#sub with delete_prefix / delete_suffix (#40008).
Go MAEDA
2024-01-08
1
-1
/
+1
*
Revert r21883 which was an workaround for #37626 (#37732, #36320).
Marius Balteanu
2023-11-29
1
-2
/
+1
*
Redirect to repositories#show after repository#fetch_changesets to avoid the ...
Go MAEDA
2023-10-31
1
-1
/
+5
*
Set a strict CSP policy for downloaded attachments, thumbnails, and raw repos...
Go MAEDA
2023-09-18
1
-0
/
+5
*
Fix RuboCop offense Performance/MapMethodChain (#37247).
Go MAEDA
2023-08-23
1
-1
/
+1
*
Add "View annotation prior to this change" button in the annotate view of Git...
Go MAEDA
2023-04-30
1
-0
/
+4
*
Code cleanup of RepositoriesController#annotate (#35432).
Go MAEDA
2023-04-29
1
-10
/
+4
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Fix rubocop warning (#37626).
Marius Balteanu
2022-10-02
1
-1
/
+1
*
Add to do to fix the deprecation warning (#37626).
Marius Balteanu
2022-10-02
1
-0
/
+1
*
Fix show diff of a javascript file in repository module is displayed without ...
Marius Balteanu
2022-10-02
1
-1
/
+1
*
Repository tab is not displayed if no repository is set as the main repositor...
Go MAEDA
2022-07-27
1
-1
/
+1
*
Deprecate and rename rss_* methods to atom_* methods (#15118).
Marius Balteanu
2022-03-19
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
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
[next]