summaryrefslogtreecommitdiffstats
path: root/config/application.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add Date and Time classes to yaml_column_permitted_classes (#37814).Go MAEDA2022-10-261-0/+2
| | | | | | | Patch by Felix Schäfer. git-svn-id: https://svn.redmine.org/redmine/trunk@21923 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix Psych::DisallowedClass exception when loading plugin settings saved with ↵Go MAEDA2022-09-281-1/+2
| | | | | | | | | Rails 4.2 (#37452, #37719). Patch by Alexander Meindl. git-svn-id: https://svn.redmine.org/redmine/trunk@21863 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 6.1.6.1 (#37452).Go MAEDA2022-07-191-0/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21718 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set default protect from forgery true (#36317).Marius Balteanu2022-01-221-0/+3
| | | | | | Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21379 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use File.exist? instead of deprecated File.exists? (#36358).Go MAEDA2021-12-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21327 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Switch to zeitwerk autoloader (#29914, #32938).Marius Balteanu2021-11-171-1/+1
| | | | | | Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21287 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add SameSite=Lax to cookies to fix warnings in web browsers (#35226).Go MAEDA2021-05-271-1/+2
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21009 e93f8b46-1217-0410-a6f0-8f06a7374b81
* RuntimeError "Couldn't find Active Storage configuration" is raised at ↵Go MAEDA2021-04-031-1/+1
| | | | | | startup (#29914, #35005). git-svn-id: http://svn.redmine.org/redmine/trunk@20906 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix sending mail with DeliveryJob is deprecated (#29914, #32908).Go MAEDA2021-04-011-0/+2
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@20882 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix "undefined method for nil:NilClass" in Rails 6.1 (#29914, #34980).Go MAEDA2021-04-011-3/+0
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20881 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of config/application.rbToshi MARUYAMA2020-11-201-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20442 e93f8b46-1217-0410-a6f0-8f06a7374b81
* X-Sendfile header field is not set if rack 2.1.0 is installed (#32785).Go MAEDA2020-01-121-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19416 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable sprockets to avoid Sprockets::Railtie::ManifestNeededError raised by ↵Go MAEDA2019-10-241-7/+12
| | | | | | | | | sprockets 4.0.0 (#32223). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18859 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable frozen_string_literal for all files under config directory (#26561).Go MAEDA2019-03-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17982 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
| | | | | | | This will be changed to true in the future. git-svn-id: http://svn.redmine.org/redmine/trunk@17947 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update i18n gem to 1.5.3 (#29946).Go MAEDA2019-02-191-1/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17888 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sqlite3: Boolean values are now stored as 1 and 0 (#23630).Jean-Philippe Lang2018-09-231-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17500 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-7/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16859 e93f8b46-1217-0410-a6f0-8f06a7374b81
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16445 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that X-Sendfile header is never set (#24646).Jean-Philippe Lang2016-12-311-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16114 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use config.relative_url_root as the default path for session and autologin ↵Jean-Philippe Lang2015-11-141-1/+3
| | | | | | | | cookies (#21169). Patch by Daniel Ritz. git-svn-id: http://svn.redmine.org/redmine/trunk@14876 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Config variable must be set (#21058).Jean-Philippe Lang2015-10-241-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14736 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds Rack::ContentLength (#17403).Jean-Philippe Lang2015-09-301-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14632 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove attachment after transaction commit (#20388).Jean-Philippe Lang2015-09-301-0/+3
| | | | | | Patch by Ivan Zabrovskiy. git-svn-id: http://svn.redmine.org/redmine/trunk@14630 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that setting config.logger.level in additional_environment.rb has no ↵Jean-Philippe Lang2015-03-221-0/+4
| | | | | | effect (#19405). git-svn-id: http://svn.redmine.org/redmine/trunk@14155 e93f8b46-1217-0410-a6f0-8f06a7374b81
* XML parameters parser extracted to actionpack-xml_parser gem in Rails 4 ↵Jean-Philippe Lang2014-12-221-0/+4
| | | | | | (#14534). git-svn-id: http://svn.redmine.org/redmine/trunk@13790 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cache search result ids for faster search pagination (#18631).Jean-Philippe Lang2014-12-201-0/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13770 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-7/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* prevent i18n deprecated warningToshi MARUYAMA2013-12-071-0/+2
| | | | | | | i18n 0.6.4 on Rails 3.2.16 changes behavior. https://github.com/svenfuchs/i18n/commit/3b6e56e06fd70f6e4507996b017238505e66608c git-svn-id: http://svn.redmine.org/redmine/trunk@12365 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use AR callbacks instead of observers (removed in Rails4) for notifications.Jean-Philippe Lang2013-07-141-3/+0
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12021 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't load all helpers.Jean-Philippe Lang2012-12-011-0/+3
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10900 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Restores local time zone for timestamps for 1.x compatibility (#10996).Jean-Philippe Lang2012-05-261-0/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9719 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set the default session store.Jean-Philippe Lang2012-04-281-0/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9568 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-0/+56
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9528 e93f8b46-1217-0410-a6f0-8f06a7374b81