summaryrefslogtreecommitdiffstats
path: root/app/controllers/my_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure the RSS token is getting destroyed and created.Eric Davis2009-12-211-2/+6
* Fixes block reordering on my page (#2971).Jean-Philippe Lang2009-12-191-17/+16
* Removes "xxx and return" calls (#4446).Jean-Philippe Lang2009-12-181-2/+6
* Set a default scope for 'My page' block names translations (#3057).Jean-Philippe Lang2009-04-051-1/+1
* Fixes that "My Page" personalization was not storing reordered blocks (#2971).Jean-Philippe Lang2009-03-261-2/+2
* Allow My Page blocks to be added to from a plugin (#2840).Jean-Philippe Lang2009-02-261-4/+4
* Allow underscore in block partial name (#2840).Jean-Philippe Lang2009-02-261-10/+12
* User custom fields can now be set as editable so that users can edit them on ...Jean-Philippe Lang2009-01-171-0/+1
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-3/+2
* Add a time tracking block for 'My page' (#615).Jean-Philippe Lang2008-03-161-1/+2
* Anonymous users can now be allowed to create, edit, comment issues, comment n...Jean-Philippe Lang2007-11-201-5/+5
* Added an option on 'My account' for users who don't want to be notified of ch...Jean-Philippe Lang2007-11-121-0/+1
* More flexible mail notifications settings at user level. A user has now 3 opt...Jean-Philippe Lang2007-10-201-17/+29
* Calendar:Jean-Philippe Lang2007-10-071-0/+2
* Added the ability to reset its own RSS access key on "My account".Jean-Philippe Lang2007-08-291-4/+12
* Applied the flash notices patch by Matt Jones (slightly edited).Jean-Philippe Lang2007-08-021-2/+2
* Added a new block available for my page: "Watched issues"Jean-Philippe Lang2007-04-211-0/+1
* fixed: error when clicking "add" with no block selected on my/page_layoutJean-Philippe Lang2007-02-181-1/+2
* fixed: crash on my/page_layout (trying to modify a frozen hash)Jean-Philippe Lang2007-02-181-1/+1
* fixed: hide mail preference not saved (my/account)Jean-Philippe Lang2007-02-181-1/+1
* removed underscores in block names (problem with scriptaculous sortables)Jean-Philippe Lang2007-02-051-5/+9
* replaced deprecated controller instance variables: @params, @session, @requestJean-Philippe Lang2006-12-261-1/+1
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+131