summaryrefslogtreecommitdiffstats
path: root/app/controllers/sys_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Merged r21766 from trunk to 5.0-stable (#37562).Go MAEDA2022-08-101-0/+3
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Use secure_compare to validate keys (#34950).Go MAEDA2021-03-261-1/+3
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* add empty line after guard clause to SysControllerToshi MARUYAMA2020-11-051-0/+1
* fix source indent of SysControllerToshi MARUYAMA2020-09-261-4/+3
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-121-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use JSON instead of XML for reposman.rb.Jean-Philippe Lang2017-06-011-3/+4
* Don't use render :text => "".Jean-Philippe Lang2016-07-211-1/+1
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-171-4/+4
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-5/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Code cleanup.Jean-Philippe Lang2012-02-251-3/+4
* Can not use Project#find on scopes with Rails 3.1.Jean-Philippe Lang2012-02-251-2/+10
* Preserve xml output with Rails 3.1.Jean-Philippe Lang2012-02-251-1/+1
* code layout cleanup app/controllers/sys_controller.rbToshi MARUYAMA2012-02-021-2/+9
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-151-4/+4
* Do not include extra_info attribute in SysController responses because it bre...Jean-Philippe Lang2011-11-271-2/+3
* remove trailing white-spaces from sys controller source.Toshi MARUYAMA2011-05-251-6/+6
* Adds on optional API key to repositories management controller and reposman.rb.Jean-Philippe Lang2009-12-201-2/+2
* Adds an action to SysController to fetch changesets of one or all projects (#...Jean-Philippe Lang2009-11-281-0/+17
* Replaces the repositories management SOAP API with a simple REST API.Jean-Philippe Lang2009-02-101-23/+27
* Merged nbc branch @ r1812 (commit access permission and reposman improvements).Jean-Philippe Lang2008-09-131-5/+4
* SVN integration: reposman.rb can now register created repositories in Redmine...Jean-Philippe Lang2007-10-211-6/+9
* Initial commit for svn repository management and access control:Jean-Philippe Lang2007-04-011-0/+44