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
/
views
/
users
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't let users be sorted by email (#19161).
Jean-Philippe Lang
2015-03-20
1
-1
/
+1
*
Removed unneeded #h calls in views.
Jean-Philippe Lang
2015-02-23
3
-10
/
+10
*
Upgrade to Rails 4.2.0 (#14534).
Jean-Philippe Lang
2015-01-17
1
-1
/
+1
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
1
-0
/
+1
*
User detail : show user login to admins (#17354).
Jean-Philippe Lang
2014-12-14
1
-0
/
+3
*
Prevents one query per group.
Jean-Philippe Lang
2014-11-02
1
-1
/
+1
*
Adds a single controller for users and groups memberships and support for add...
Jean-Philippe Lang
2014-10-23
1
-68
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-1
/
+1
*
Adds buit-in groups to give specific permissions to anonymous and non members...
Jean-Philippe Lang
2014-09-28
1
-1
/
+1
*
Adds settings for disabling browser language detection and language preferenc...
Jean-Philippe Lang
2014-01-24
1
-0
/
+2
*
Removes duplicate ids (#15485).
Jean-Philippe Lang
2014-01-11
1
-1
/
+1
*
Removes duplicate ids (#15485).
Jean-Philippe Lang
2014-01-11
1
-2
/
+3
*
Removed deprecated align and width html attributes (#15307).
Jean-Philippe Lang
2013-11-11
1
-3
/
+3
*
Prevents duplicate element ids (#15191).
Jean-Philippe Lang
2013-10-26
1
-1
/
+2
*
Add hooks for user preferences (#14614).
Jean-Philippe Lang
2013-08-05
1
-0
/
+1
*
Option to force a user to change his password (#3872).
Jean-Philippe Lang
2013-08-05
1
-1
/
+2
*
Adds missing html titles (#14517).
Jean-Philippe Lang
2013-07-28
2
-4
/
+2
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
1
-1
/
+1
*
Update notified_project_ids while saving record.
Jean-Philippe Lang
2013-05-13
1
-1
/
+2
*
Fixed that locking and unlocking a user resets the email notification checkbo...
Jean-Philippe Lang
2013-05-13
1
-4
/
+5
*
Add status to /users/:id API for admins (#13948).
Jean-Baptiste Barth
2013-05-05
1
-0
/
+1
*
Add user's API key to /users/current.format (#8529).
Jean-Philippe Lang
2013-03-01
1
-0
/
+1
*
Option to generate a random password on user creation/update.
Jean-Philippe Lang
2013-02-23
1
-0
/
+14
*
Add login to /users/:id API for current user (#13155).
Jean-Philippe Lang
2013-02-18
1
-1
/
+1
*
Auto-populate fields while creating a new user with LDAP (#10286).
Jean-Philippe Lang
2012-12-26
1
-0
/
+18
*
Code cleanup, use named routes.
Jean-Philippe Lang
2012-12-23
1
-1
/
+1
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-1
/
+1
*
Adds links to locked users when current user is admin.
Jean-Philippe Lang
2012-10-18
1
-1
/
+1
*
Upgrade to Rails 3.2.8 (#11758).
Jean-Philippe Lang
2012-09-02
1
-1
/
+1
*
Fixed that destroying a user from the edit page returns a 404 response (#11691).
Jean-Philippe Lang
2012-08-26
1
-1
/
+1
*
Reverted r10234 and r10235 that broke redirect after login (#11691).
Jean-Philippe Lang
2012-08-26
1
-1
/
+1
*
Use a back_url parameter instead of referrer to refresh the page after user d...
Etienne Massip
2012-08-24
1
-1
/
+1
*
Removed p around ul.
Jean-Philippe Lang
2012-08-10
1
-11
/
+9
*
Display a projects tree instead of a flat list in notification preferences (#...
Jean-Philippe Lang
2012-08-10
1
-9
/
+7
*
JQuery in, Prototype/Scriptaculous out (#11445).
Jean-Philippe Lang
2012-07-22
5
-7
/
+7
*
Removes RJS from UsersController.
Jean-Philippe Lang
2012-07-21
2
-0
/
+7
*
Removes a call to link_to_remote.
Jean-Philippe Lang
2012-07-18
1
-6
/
+1
*
Deprecated :confirm => 'Text' option.
Jean-Philippe Lang
2012-07-07
2
-2
/
+2
*
REST Api for Groups (#8981).
Jean-Philippe Lang
2012-06-03
1
-0
/
+6
*
Use time_zone_select specific helper.
Etienne Massip
2012-06-01
1
-2
/
+1
*
code layout cleanup app/views/users/_mail_notifications.html.erb
Toshi MARUYAMA
2012-05-28
1
-8
/
+26
*
fix project list is not shown on Email notifications (#11032)
Toshi MARUYAMA
2012-05-28
1
-1
/
+1
*
Fixed that group filter is escaped on users index.
Jean-Philippe Lang
2012-05-13
1
-1
/
+1
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
6
-8
/
+10
*
code layout cleanup app/views/users/show.html.erb
Toshi MARUYAMA
2012-02-22
1
-1
/
+3
*
Adds membership ids to /users/:id API response.
Jean-Philippe Lang
2012-02-06
1
-2
/
+7
*
Adds specific css class for information in forms.
Jean-Philippe Lang
2012-02-02
2
-3
/
+3
*
code layout clean up app/views/users/_memberships.html.erb
Toshi MARUYAMA
2012-01-10
1
-4
/
+13
*
Use explicit path name.
Jean-Philippe Lang
2012-01-04
1
-1
/
+1
*
REST urls for user memberships.
Jean-Philippe Lang
2011-12-10
1
-4
/
+3
[next]