summaryrefslogtreecommitdiffstats
path: root/app/controllers/users_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Let administrators see locked user profiles.Jean-Philippe Lang2010-02-261-4/+6
* Adds a 'Create and continue' button on new user form.Jean-Philippe Lang2009-12-201-1/+3
* Fixes test broken by r3176 (#4439).Jean-Philippe Lang2009-12-181-1/+2
* Adds an admin layout that displays the admin menu in the sidebar.Jean-Philippe Lang2009-12-171-1/+4
* Unified UsersController#list and #index.Jean-Philippe Lang2009-10-291-6/+1
* AccountController#show (/account/show/:id) moved to UsersController#show (/us...Jean-Philippe Lang2009-10-291-3/+23
* Add mail field to admin user search filter (#3882).Jean-Philippe Lang2009-10-241-1/+1
* User groups branch merged.Jean-Philippe Lang2009-09-121-5/+10
* Ability to send an email with password when changing a user's password (#3566).Jean-Philippe Lang2009-07-051-1/+5
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-5/+13
* Send an email to the user when an administrator activates a registered user (...Jean-Philippe Lang2009-02-201-1/+5
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-1/+1
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-241-1/+1
* Adds the ability to search for a user on the administration users list.Jean-Philippe Lang2008-10-241-4/+8
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-10/+1
* Split user edit screen into tabs.Jean-Philippe Lang2008-05-021-8/+5
* Preserve status filter and page number when using lock/unlock/activate links ...Jean-Philippe Lang2008-04-061-1/+2
* Slight changes on users list view and hide Anonymous user.Jean-Philippe Lang2008-02-031-2/+2
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-291-1/+1
* Removed unused UsersController#destroy.Jean-Philippe Lang2007-12-131-8/+0
* Custom fields can now be reordered.Jean-Philippe Lang2007-11-121-4/+4
* Fix: error when posting to projects/add or users/add with no custom_fields pa...Jean-Philippe Lang2007-08-291-1/+1
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-1/+1
* Applied the flash notices patch by Matt Jones (slightly edited).Jean-Philippe Lang2007-08-021-1/+1
* Added the ability to archive projects:Jean-Philippe Lang2007-05-271-1/+1
* Account information can now be sent to the user when creating an account.Jean-Philippe Lang2007-05-271-0/+1
* added a status filter on users/listJean-Philippe Lang2007-03-181-1/+7
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-84/+84
* added the ability to set the sort order for rolesJean-Philippe Lang2007-01-311-1/+1
* settings are now stored in the database (config_custom.rb no more used) and e...Jean-Philippe Lang2007-01-211-2/+2
* replaced deprecated controller instance variables: @params, @session, @requestJean-Philippe Lang2006-12-261-1/+1
* added the ability to manage users memberships directly on users/edit (adminis...Jean-Philippe Lang2006-12-261-0/+21
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+92