summaryrefslogtreecommitdiffstats
path: root/app/controllers/repositories_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).Go MAEDA2024-09-011-1/+1
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-1/+1
* Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).Marius Balteanu2024-05-071-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Replace String#sub with delete_prefix / delete_suffix (#40008).Go MAEDA2024-01-081-1/+1
* Revert r21883 which was an workaround for #37626 (#37732, #36320).Marius Balteanu2023-11-291-2/+1
* Redirect to repositories#show after repository#fetch_changesets to avoid the ...Go MAEDA2023-10-311-1/+5
* Set a strict CSP policy for downloaded attachments, thumbnails, and raw repos...Go MAEDA2023-09-181-0/+5
* Fix RuboCop offense Performance/MapMethodChain (#37247).Go MAEDA2023-08-231-1/+1
* Add "View annotation prior to this change" button in the annotate view of Git...Go MAEDA2023-04-301-0/+4
* Code cleanup of RepositoriesController#annotate (#35432).Go MAEDA2023-04-291-10/+4
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix rubocop warning (#37626).Marius Balteanu2022-10-021-1/+1
* Add to do to fix the deprecation warning (#37626).Marius Balteanu2022-10-021-0/+1
* Fix show diff of a javascript file in repository module is displayed without ...Marius Balteanu2022-10-021-1/+1
* Repository tab is not displayed if no repository is set as the main repositor...Go MAEDA2022-07-271-1/+1
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-191-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Stricter validation of given revisions of repositories (#35085).Go MAEDA2021-04-231-8/+13
* Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecate...Go MAEDA2021-04-011-1/+1
* Reverts r20895 (#29914, #34985).Go MAEDA2021-04-011-1/+1
* Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecate...Go MAEDA2021-04-011-1/+1
* Associated Revision API (#22008).Go MAEDA2021-03-261-2/+13
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Allow manually fetching changesets (#8875).Go MAEDA2021-03-111-0/+5
* remove spaces inside {} of RepositoriesControllerToshi MARUYAMA2020-10-021-6/+6
* add empty line after guard clause to RepositoriesControllerToshi MARUYAMA2020-10-021-0/+1
* add space after comma to RepositoriesControllerToshi MARUYAMA2020-10-021-1/+1
* Reverts r19569 (#33071).Go MAEDA2020-03-141-2/+0
* Require sudo mode for actions to delete contents (#33071).Go MAEDA2020-03-101-0/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Diff view for .js files in repositories is broken (#32449).Go MAEDA2020-02-271-1/+1
* Repository browser does not render previews for audio/video files (#32153).Go MAEDA2020-02-041-0/+6
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/controllers/repo...Toshi MARUYAMA2019-09-151-2/+2
* scm: fix error when *.yml and *.txt show (#31141, #30850)Toshi MARUYAMA2019-05-301-0/+1
* scm: early return in diff if diff is nil as same as show, changes, and etc. (...Toshi MARUYAMA2019-05-301-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Custom Exception classes should inherit StandardError instead of Exception (#...Go MAEDA2019-05-211-2/+2
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-1/+1
* Fix FrozenError in RepositoriesController#diff (#31052, #26561).Go MAEDA2019-03-191-1/+1
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-171-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Repository entry pagination (#29395).Go MAEDA2018-10-041-0/+7
* Render repository graphs using Chart.js instead of SVG (#26253).Jean-Philippe Lang2017-06-251-55/+19
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* remove is_binary_data? from String (#25563)Toshi MARUYAMA2017-06-101-1/+1
* Don't check that param is a Hash.Jean-Philippe Lang2017-06-031-1/+1
* Always send images user-uploaded images with Content-Disposition: attachment ...Jean-Philippe Lang2017-01-291-1/+1
* Code cleanup.Jean-Philippe Lang2016-10-041-8/+14
* Adds accessors for report_last_commit.Jean-Philippe Lang2016-10-041-23/+1