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
/
users_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Fixed that preferences are not preserved when adding a user fails (#15552).
Jean-Philippe Lang
2013-11-29
1
-3
/
+1
*
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
-2
/
+0
*
Fixed that locking and unlocking a user resets the email notification checkbo...
Jean-Philippe Lang
2013-05-13
1
-2
/
+0
*
Option to generate a random password on user creation/update.
Jean-Philippe Lang
2013-02-23
1
-4
/
+6
*
remove trailing tabs from app/controllers/users_controller.rb
Toshi MARUYAMA
2013-02-17
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Deprecation warnings (#12774).
Jean-Philippe Lang
2013-01-08
1
-2
/
+2
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
1
-7
/
+8
*
Replaces find(:first/:all) calls.
Jean-Philippe Lang
2012-12-03
1
-4
/
+1
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-4
/
+4
*
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
*
Removes RJS from UsersController.
Jean-Philippe Lang
2012-07-21
1
-16
/
+3
*
Fixed that 200 API responses have a body containing one space (#11388).
Jean-Philippe Lang
2012-07-14
1
-2
/
+2
*
More specific flash message when creating a user account.
Jean-Philippe Lang
2012-06-26
1
-1
/
+1
*
Redirect to referer when deleting a user (#10865).
Jean-Philippe Lang
2012-05-13
1
-1
/
+1
*
replace Mailer deliver syntax to Rails3 style
Toshi MARUYAMA
2012-05-05
1
-3
/
+3
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-04-06
1
-3
/
+1
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-03-04
1
-4
/
+2
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
1
-5
/
+0
*
REST urls for user memberships.
Jean-Philippe Lang
2011-12-10
1
-2
/
+4
*
Adds named scopes for users index.
Jean-Philippe Lang
2011-12-04
1
-11
/
+5
*
remove trailing white-spaces from app/controllers/users_controller.rb.
Toshi MARUYAMA
2011-08-31
1
-21
/
+21
*
Separation of RSS/API auth actions.
Jean-Philippe Lang
2011-07-09
1
-1
/
+1
*
Removed calls to deprecated Project.visible_by method.
Jean-Philippe Lang
2011-04-05
1
-1
/
+1
*
Indentation.
Jean-Philippe Lang
2011-03-16
1
-3
/
+3
*
Adds a Group filter on the admin users list (#7893).
Jean-Philippe Lang
2011-03-16
1
-4
/
+10
*
Enable ability for administrators to delete users (#7296).
Jean-Philippe Lang
2011-01-16
1
-2
/
+11
*
Adds support for requesting information about current user using /users/curre...
Jean-Philippe Lang
2010-12-20
1
-10
/
+14
*
Fixes password sending when creating user.
Jean-Philippe Lang
2010-12-12
1
-1
/
+1
*
Extracts user groups assignment from controller.
Jean-Philippe Lang
2010-12-12
1
-1
/
+0
*
Code cleanup.
Jean-Philippe Lang
2010-12-12
1
-6
/
+0
*
Moves mail_notification param to user hash param so that it can be set using ...
Jean-Philippe Lang
2010-12-12
1
-11
/
+4
*
Moves password param to user hash param so that it can be set using the User ...
Jean-Philippe Lang
2010-12-12
1
-5
/
+9
*
Declare safe attributes for User and Projects models.
Jean-Philippe Lang
2010-12-12
1
-2
/
+3
*
Restores object count and adds offset/limit attributes to API responses for p...
Jean-Philippe Lang
2010-12-11
1
-6
/
+13
*
Adds a pseudo format to api template names and overrides ActionController#def...
Jean-Philippe Lang
2010-12-04
1
-3
/
+3
*
Adds a reusable method to render API response on validation failure.
Jean-Philippe Lang
2010-12-03
1
-4
/
+2
*
Dry Users API responders.
Jean-Philippe Lang
2010-12-03
1
-8
/
+4
*
Adds xml/json REST API for Users (#6260).
Jean-Philippe Lang
2010-12-03
1
-1
/
+14
*
Add responders to UsersController.
Jean-Philippe Lang
2010-12-03
1
-11
/
+30
*
Adds a "visible" option on User and Project custom fields (#1738).
Jean-Philippe Lang
2010-11-07
1
-1
/
+0
*
Refactor: split UsersController#edit into #edit and #update
Eric Davis
2010-09-30
1
-29
/
+40
*
Refactor: rename UsersController#add to #new
Eric Davis
2010-09-29
1
-3
/
+3
*
Refactor: move method to model
Eric Davis
2010-09-28
1
-16
/
+1
*
Allow admins to edit user's email notifications and preferences. #3503
Eric Davis
2010-09-28
1
-0
/
+43
[next]