summaryrefslogtreecommitdiffstats
path: root/app/controllers/my_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-8/+8
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-1/+2
* Removes most of the ajax stuff on my page layout.Jean-Philippe Lang2012-07-181-3/+7
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-151-0/+18
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-3/+0
* remove trailing white-spaces from app/controllers/my_controller.rb.Toshi MARUYAMA2011-08-301-11/+11
* Code cleanup.Jean-Philippe Lang2010-12-121-1/+1
* Moves mail_notification param to user hash param so that it can be set using ...Jean-Philippe Lang2010-12-121-3/+1
* Declare safe attributes for User and Projects models.Jean-Philippe Lang2010-12-121-1/+1
* Refactor: move method to modelEric Davis2010-09-281-7/+1
* Converted User#mail_notification from a boolean to a string.Eric Davis2010-09-281-6/+8
* Allow AuthSources to control if they allow password changes.Eric Davis2010-05-231-1/+1
* Added an API token for each User to use when making API requests. (#3920)Eric Davis2009-12-231-0/+13