index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
my_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Workaround for timestamps rounding issues with Rails4.2 and mysql5.7 that may...
Jean-Philippe Lang
2015-02-15
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-2
/
+2
*
Expire other sessions on password change (#17796).
Jean-Baptiste Barth
2014-09-16
1
-0
/
+3
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Code cleanup (#14766).
Jean-Philippe Lang
2014-01-11
1
-1
/
+1
*
gender neutral source comment at app/controllers/my_controller.rb
Toshi MARUYAMA
2013-08-06
1
-1
/
+1
*
Removed hardcoded string (#3872).
Jean-Philippe Lang
2013-08-05
1
-1
/
+1
*
Option to force a user to change his password (#3872).
Jean-Philippe Lang
2013-08-05
1
-3
/
+8
*
Update notified_project_ids while saving record.
Jean-Philippe Lang
2013-05-13
1
-1
/
+0
*
Fixed that locking and unlocking a user resets the email notification checkbo...
Jean-Philippe Lang
2013-05-13
1
-1
/
+0
*
Fixed that adding a blank/invalid block to my page renders a blank page (#128...
Jean-Philippe Lang
2013-01-20
1
-9
/
+10
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
1
-8
/
+8
*
JQuery in, Prototype/Scriptaculous out (#11445).
Jean-Philippe Lang
2012-07-22
1
-1
/
+2
*
Removes most of the ajax stuff on my page layout.
Jean-Philippe Lang
2012-07-18
1
-3
/
+7
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Adds the ability for users to delete their own account (#10664). Can be disab...
Jean-Philippe Lang
2012-04-15
1
-0
/
+18
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
1
-3
/
+0
*
remove trailing white-spaces from app/controllers/my_controller.rb.
Toshi MARUYAMA
2011-08-30
1
-11
/
+11
*
Code cleanup.
Jean-Philippe Lang
2010-12-12
1
-1
/
+1
*
Moves mail_notification param to user hash param so that it can be set using ...
Jean-Philippe Lang
2010-12-12
1
-3
/
+1
*
Declare safe attributes for User and Projects models.
Jean-Philippe Lang
2010-12-12
1
-1
/
+1
*
Refactor: move method to model
Eric Davis
2010-09-28
1
-7
/
+1
*
Converted User#mail_notification from a boolean to a string.
Eric Davis
2010-09-28
1
-6
/
+8
*
Allow AuthSources to control if they allow password changes.
Eric Davis
2010-05-23
1
-1
/
+1
*
Added an API token for each User to use when making API requests. (#3920)
Eric Davis
2009-12-23
1
-0
/
+13
*
Make sure the RSS token is getting destroyed and created.
Eric Davis
2009-12-21
1
-2
/
+6
*
Fixes block reordering on my page (#2971).
Jean-Philippe Lang
2009-12-19
1
-17
/
+16
*
Removes "xxx and return" calls (#4446).
Jean-Philippe Lang
2009-12-18
1
-2
/
+6
*
Set a default scope for 'My page' block names translations (#3057).
Jean-Philippe Lang
2009-04-05
1
-1
/
+1
*
Fixes that "My Page" personalization was not storing reordered blocks (#2971).
Jean-Philippe Lang
2009-03-26
1
-2
/
+2
*
Allow My Page blocks to be added to from a plugin (#2840).
Jean-Philippe Lang
2009-02-26
1
-4
/
+4
*
Allow underscore in block partial name (#2840).
Jean-Philippe Lang
2009-02-26
1
-10
/
+12
*
User custom fields can now be set as editable so that users can edit them on ...
Jean-Philippe Lang
2009-01-17
1
-0
/
+1
*
Moves @layout 'base'@ to ApplicationController.
Jean-Philippe Lang
2008-08-10
1
-3
/
+2
*
Add a time tracking block for 'My page' (#615).
Jean-Philippe Lang
2008-03-16
1
-1
/
+2
*
Anonymous users can now be allowed to create, edit, comment issues, comment n...
Jean-Philippe Lang
2007-11-20
1
-5
/
+5
*
Added an option on 'My account' for users who don't want to be notified of ch...
Jean-Philippe Lang
2007-11-12
1
-0
/
+1
*
More flexible mail notifications settings at user level. A user has now 3 opt...
Jean-Philippe Lang
2007-10-20
1
-17
/
+29
*
Calendar:
Jean-Philippe Lang
2007-10-07
1
-0
/
+2
*
Added the ability to reset its own RSS access key on "My account".
Jean-Philippe Lang
2007-08-29
1
-4
/
+12
*
Applied the flash notices patch by Matt Jones (slightly edited).
Jean-Philippe Lang
2007-08-02
1
-2
/
+2
*
Added a new block available for my page: "Watched issues"
Jean-Philippe Lang
2007-04-21
1
-0
/
+1
*
fixed: error when clicking "add" with no block selected on my/page_layout
Jean-Philippe Lang
2007-02-18
1
-1
/
+2
*
fixed: crash on my/page_layout (trying to modify a frozen hash)
Jean-Philippe Lang
2007-02-18
1
-1
/
+1
*
fixed: hide mail preference not saved (my/account)
Jean-Philippe Lang
2007-02-18
1
-1
/
+1
*
removed underscores in block names (problem with scriptaculous sortables)
Jean-Philippe Lang
2007-02-05
1
-5
/
+9
*
replaced deprecated controller instance variables: @params, @session, @request
Jean-Philippe Lang
2006-12-26
1
-1
/
+1
*
trunk moved from /trunk/redmine to /trunk
Jean-Philippe Lang
2006-12-05
1
-0
/
+131