summaryrefslogtreecommitdiffstats
path: root/app/controllers/repositories_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't respond with the error template when annotate is not available.Jean-Philippe Lang2016-07-171-8/+11
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-171-1/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-5/+5
* Don't force download of PDF (#22483).Jean-Philippe Lang2016-05-091-1/+9
* Add view for "no preview" repository files (#22482).Jean-Philippe Lang2016-05-081-13/+15
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-2/+3
* Add inline image preview/display for attachments and repository entries (#220...Jean-Philippe Lang2016-04-111-1/+3
* 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