summaryrefslogtreecommitdiffstats
path: root/app/models/setting.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Replace custom EMAIL_REGEXP with URI::MailTo::EMAIL_REGEXP for more accurate ...Go MAEDA2023-10-071-1/+1
* Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...Go MAEDA2023-03-251-1/+1
* Refactor code to use YAML.load_file instead of explicitly opening the file (#...Go MAEDA2023-02-131-4/+2
* Fix config/settings.yml not closed in Setting.load_available_settings (#38250).Go MAEDA2023-02-061-2/+4
* Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#38146).Go MAEDA2023-01-111-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Use the classes whitelist configured in application.rb instead of hardcoded c...Go MAEDA2022-08-251-1/+1
* Psych::DisallowedClass exception when loading default plugin settings (#37450...Go MAEDA2022-07-211-1/+1
* Don't use YAML.unsafe_load (#37450).Go MAEDA2022-07-201-2/+1
* Add "required for administrators" option to Two-factor authentication setting...Marius Balteanu2022-02-011-1/+5
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fix that encoding drop-down in the import settings defaults to US-ASCII inste...Go MAEDA2022-01-021-0/+1
* Fix that encoding drop-down in the import settings defaults to US-ASCII inste...Go MAEDA2022-01-021-0/+1
* Drop OpenID support (#35755).Go MAEDA2021-12-141-4/+0
* Psych 4: Psych::DisallowedClass exception when unserializing a setting value ...Go MAEDA2021-11-251-1/+2
* When 2FA is set to optional, allow to require 2FA only for certain user group...Marius Balteanu2021-07-041-0/+8
* DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensiti...Go MAEDA2021-04-011-0/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Remove unsupported encodings ISO-2022-KR and ISCII91 from Setting::ENCODINGS ...Go MAEDA2021-02-171-2/+0
* remove spaces inside {} of app/models/setting.rbToshi MARUYAMA2020-11-121-1/+1
* use "do end" instead of {} at app/models/setting.rbToshi MARUYAMA2020-11-071-2/+2
* Use match? instead of =~ when MatchData is not used (#34150).Go MAEDA2020-10-231-1/+1
* add space after comma to app/models/setting.rbToshi MARUYAMA2020-10-051-1/+1
* shorten long line of app/models/setting.rbToshi MARUYAMA2020-10-051-4/+12
* Adds a setting to disable/enable/require 2fa auth (#1237).Go MAEDA2020-08-291-0/+6
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Reverts r19478 (#32897).Go MAEDA2020-01-301-1/+1
* Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...Go MAEDA2020-01-281-1/+1
* cleanup: rubocop: fix Layout/IndentFirstHashElement in app/models/setting.rbToshi MARUYAMA2019-11-251-5/+5
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/setting.rbToshi MARUYAMA2019-11-251-0/+6
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/setting.rbToshi MARUYAMA2019-11-241-13/+17
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/setting.rbToshi MARUYAMA2019-11-201-1/+0
* code cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in app/models/set...Toshi MARUYAMA2019-10-221-1/+2
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/models/set...Toshi MARUYAMA2019-10-221-1/+1
* code cleanup: rubocop: fix Layout/AlignArray in app/models/setting.rbToshi MARUYAMA2019-10-221-1/+1
* fix Setting#find_or_default is not privateToshi MARUYAMA2019-10-161-0/+1
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in app/models/set...Toshi MARUYAMA2019-10-131-11/+11
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/set...Toshi MARUYAMA2019-09-301-3/+0
* Force passwords to contain specified character classes (#4221).Go MAEDA2019-08-291-0/+7
* Code cleanup: RuboCop: Fix Style/UnneededCondition in app/models/setting.rbGo MAEDA2019-08-261-3/+2
* Reject setting RFC non-compliant emission email addresses (#31154).Go MAEDA2019-08-261-0/+8
* Update copyright year.Go MAEDA2019-05-251-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
* Reverts r17862.Go MAEDA2019-02-181-6/+0
* Fix: Mail handler does not ignore emails sent from emission email address if ...Go MAEDA2019-02-121-0/+6
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-1/+1
* Fix indent (#27025).Go MAEDA2018-03-031-12/+12
* Optional regex for filtering attachments on incoming emails (#27025).Go MAEDA2018-03-031-7/+12