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
/
models
/
setting.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r22746 from trunk to 5.0-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Merged r21777 from trunk to 5.0-stable (#37476).
Go MAEDA
2022-08-25
1
-1
/
+1
*
Merged r21725 from trunk to 5.0-stable (#37450, #37476).
Go MAEDA
2022-07-21
1
-1
/
+1
*
Merged r21722 from trunk to 5.0-stable (#37450).
Go MAEDA
2022-07-20
1
-2
/
+1
*
Add "required for administrators" option to Two-factor authentication setting...
Marius Balteanu
2022-02-01
1
-1
/
+5
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Fix that encoding drop-down in the import settings defaults to US-ASCII inste...
Go MAEDA
2022-01-02
1
-0
/
+1
*
Fix that encoding drop-down in the import settings defaults to US-ASCII inste...
Go MAEDA
2022-01-02
1
-0
/
+1
*
Drop OpenID support (#35755).
Go MAEDA
2021-12-14
1
-4
/
+0
*
Psych 4: Psych::DisallowedClass exception when unserializing a setting value ...
Go MAEDA
2021-11-25
1
-1
/
+2
*
When 2FA is set to optional, allow to require 2FA only for certain user group...
Marius Balteanu
2021-07-04
1
-0
/
+8
*
DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensiti...
Go MAEDA
2021-04-01
1
-0
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Remove unsupported encodings ISO-2022-KR and ISCII91 from Setting::ENCODINGS ...
Go MAEDA
2021-02-17
1
-2
/
+0
*
remove spaces inside {} of app/models/setting.rb
Toshi MARUYAMA
2020-11-12
1
-1
/
+1
*
use "do end" instead of {} at app/models/setting.rb
Toshi MARUYAMA
2020-11-07
1
-2
/
+2
*
Use match? instead of =~ when MatchData is not used (#34150).
Go MAEDA
2020-10-23
1
-1
/
+1
*
add space after comma to app/models/setting.rb
Toshi MARUYAMA
2020-10-05
1
-1
/
+1
*
shorten long line of app/models/setting.rb
Toshi MARUYAMA
2020-10-05
1
-4
/
+12
*
Adds a setting to disable/enable/require 2fa auth (#1237).
Go MAEDA
2020-08-29
1
-0
/
+6
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Reverts r19478 (#32897).
Go MAEDA
2020-01-30
1
-1
/
+1
*
Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...
Go MAEDA
2020-01-28
1
-1
/
+1
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in app/models/setting.rb
Toshi MARUYAMA
2019-11-25
1
-5
/
+5
*
cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/setting.rb
Toshi MARUYAMA
2019-11-25
1
-0
/
+6
*
cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/setting.rb
Toshi MARUYAMA
2019-11-24
1
-13
/
+17
*
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/setting.rb
Toshi MARUYAMA
2019-11-20
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in app/models/set...
Toshi MARUYAMA
2019-10-22
1
-1
/
+2
*
code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/models/set...
Toshi MARUYAMA
2019-10-22
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/AlignArray in app/models/setting.rb
Toshi MARUYAMA
2019-10-22
1
-1
/
+1
*
fix Setting#find_or_default is not private
Toshi MARUYAMA
2019-10-16
1
-0
/
+1
*
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in app/models/set...
Toshi MARUYAMA
2019-10-13
1
-11
/
+11
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/set...
Toshi MARUYAMA
2019-09-30
1
-3
/
+0
*
Force passwords to contain specified character classes (#4221).
Go MAEDA
2019-08-29
1
-0
/
+7
*
Code cleanup: RuboCop: Fix Style/UnneededCondition in app/models/setting.rb
Go MAEDA
2019-08-26
1
-3
/
+2
*
Reject setting RFC non-compliant emission email addresses (#31154).
Go MAEDA
2019-08-26
1
-0
/
+8
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Reverts r17862.
Go MAEDA
2019-02-18
1
-6
/
+0
*
Fix: Mail handler does not ignore emails sent from emission email address if ...
Go MAEDA
2019-02-12
1
-0
/
+6
*
Send emails asynchronously (#26791).
Jean-Philippe Lang
2018-10-10
1
-1
/
+1
*
Fix indent (#27025).
Go MAEDA
2018-03-03
1
-12
/
+12
*
Optional regex for filtering attachments on incoming emails (#27025).
Go MAEDA
2018-03-03
1
-7
/
+12
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-1
/
+0
*
Replace tabs with spaces (#26333).
Toshi MARUYAMA
2017-07-04
1
-1
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Optional Regex delimiters to truncate incoming emails (#5864).
Jean-Philippe Lang
2016-12-13
1
-2
/
+28
*
Don't error if an invalid setting is given.
Jean-Philippe Lang
2016-07-21
1
-1
/
+3
[next]