summaryrefslogtreecommitdiffstats
path: root/app/controllers/my_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Remove set_language_if_valid from MyController (#39066).Go MAEDA2023-09-241-1/+0
* Display calendar in vertical list layout on mobile screens (#33682).Go MAEDA2023-08-271-1/+0
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-191-5/+11
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Fix redirect loop when both enabling two-factor authentication and changing p...Go MAEDA2021-02-021-1/+1
* use "do end" instead of {} at MyControllerToshi MARUYAMA2020-09-241-2/+2
* remove spaces inside {} of MyControllerToshi MARUYAMA2020-09-241-5/+5
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Enables API access to /my/account for updating user account data (#31399).Go MAEDA2019-06-161-4/+16
* 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
* Add "nwday" class to non-working days in calendar (#27096).Go MAEDA2019-01-141-0/+1
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-1/+1
* Add my activities to my page (#2471).Go MAEDA2018-07-111-0/+1
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Don't hardcode the groups on My page.Jean-Philippe Lang2017-04-041-8/+3
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-141-0/+1
* Don't reload the page when adding/removing a block.Jean-Philippe Lang2017-03-131-5/+16
* Removes MyControllerTest#page_layout (#25297).Jean-Philippe Lang2017-03-091-12/+5
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-0/+1
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-301-0/+11
* Adds #add_block and #remove_block methods.Jean-Philippe Lang2016-10-291-27/+9
* Moves blocks definition to Redmine::MyPage.Jean-Philippe Lang2016-10-291-28/+9
* Use safe_attributes for user preferences.Jean-Philippe Lang2016-07-171-2/+2
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-171-1/+1
* Use .skip_before_action instead of .skip_before_filter.Jean-Philippe Lang2016-07-141-1/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-1/+1
* Let the mailer set the email content (#21421).Jean-Philippe Lang2016-03-201-6/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Security notifications when password or email adress is changed (#21421).Jean-Philippe Lang2016-02-051-0/+6
* Keep track of valid user sessions (#21058).Jean-Philippe Lang2015-10-241-3/+2
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-191-0/+7
* Workaround for timestamps rounding issues with Rails4.2 and mysql5.7 that may...Jean-Philippe Lang2015-02-151-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+2
* Expire other sessions on password change (#17796).Jean-Baptiste Barth2014-09-161-0/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Code cleanup (#14766).Jean-Philippe Lang2014-01-111-1/+1
* gender neutral source comment at app/controllers/my_controller.rbToshi MARUYAMA2013-08-061-1/+1
* Removed hardcoded string (#3872).Jean-Philippe Lang2013-08-051-1/+1
* Option to force a user to change his password (#3872).Jean-Philippe Lang2013-08-051-3/+8
* Update notified_project_ids while saving record.Jean-Philippe Lang2013-05-131-1/+0
* Fixed that locking and unlocking a user resets the email notification checkbo...Jean-Philippe Lang2013-05-131-1/+0
* Fixed that adding a blank/invalid block to my page renders a blank page (#128...Jean-Philippe Lang2013-01-201-9/+10
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1