summaryrefslogtreecommitdiffstats
path: root/app/models/user_preference.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Automatically add the user to the watchers list after contributing to an issu...Marius Balteanu2022-03-191-1/+10
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-151-0/+4
* Default issue query (#7360).Go MAEDA2021-07-061-0/+4
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Ability to set default value for "I don't want to be notified of changes that...Go MAEDA2021-03-101-1/+1
* fix one liner function semicolon at app/models/user_preference.rbToshi MARUYAMA2020-11-211-5/+5
* shorten long line of app/models/user_preference.rbToshi MARUYAMA2020-10-111-1/+4
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Enable users to receive email notifications about high issues (only) (#32628).Go MAEDA2020-01-211-0/+4
* Make languages in Highlighted code button in toolbar customizable (#32528).Go MAEDA2020-01-141-1/+12
* cleanup: rubocop: fix Layout/AlignArguments in app/models/user_preference.rbToshi MARUYAMA2019-11-091-2/+3
* User preference for issue history default tab (#3058).Jean-Philippe Lang2019-06-201-1/+4
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-201-1/+5
* 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 Hash#keys.each with faster Hash#each_key (#29305).Go MAEDA2018-08-011-1/+1
* fix NameError (uninitialized constant) when "config.eager_load = true" (#26513)Toshi MARUYAMA2017-07-251-0/+2
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-2/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Don't hardcode the groups on My page.Jean-Philippe Lang2017-04-041-5/+28
* Allow multiple instances of custom queries on My page (#1565).Jean-Philippe Lang2017-03-161-1/+5
* Clear settings for blocks that are no longer used.Jean-Philippe Lang2017-03-151-1/+7
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-141-0/+1
* Wrap conditions with a single if new_record?.Jean-Philippe Lang2017-01-151-8/+10
* Add default timezone for new users (#16484).Jean-Philippe Lang2017-01-151-0/+3
* remove trailing white space from app/models/user_preference.rbToshi MARUYAMA2016-12-141-1/+1
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-301-0/+18
* Adds #add_block and #remove_block methods.Jean-Philippe Lang2016-10-291-0/+18
* Moves blocks definition to Redmine::MyPage.Jean-Philippe Lang2016-10-291-0/+8
* User preference for monospaced / variable-width font in textareas (#23653).Jean-Philippe Lang2016-08-301-1/+7
* Use safe_attributes for user preferences.Jean-Philippe Lang2016-07-171-0/+8
* "I don't want to be notified of changes that I make myself" as Default for al...Jean-Philippe Lang2016-04-031-0/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Option to show email adresses by default for new users (#21447).Jean-Philippe Lang2015-12-131-0/+3
* Activity page to remember user's selection of activities (#1605).Jean-Philippe Lang2015-10-151-0/+3
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Fixed usage of #attribute_present? in UserPreference (#13008).Jean-Philippe Lang2013-09-101-2/+2
* Fixed that locking and unlocking a user resets the email notification checkbo...Jean-Philippe Lang2013-05-131-0/+3
* remove trailing white-space from app/models/user_preference.rbToshi MARUYAMA2013-03-201-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Potential can't dup NilClass error in UserPreference (#11905).Jean-Philippe Lang2012-09-221-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Set user_id as a protected attribute (#10390).Jean-Philippe Lang2012-03-061-1/+1
* Makes models #initialize accept additional arguments.Jean-Philippe Lang2011-12-181-1/+1
* Rails3: model: replace deprecated before_save method at UserPreference modelToshi MARUYAMA2011-12-041-1/+3
* remove trailing white-spaces from app/models/user_preference.rb.Toshi MARUYAMA2011-08-211-11/+11