summaryrefslogtreecommitdiffstats
path: root/app/views/users
Commit message (Expand)AuthorAgeFilesLines
...
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-111-1/+1
* Makes some attributes optional in API response to get faster/lightweight resp...Jean-Philippe Lang2010-12-111-1/+1
* Fixed: error when serializing back objects with custom fields using ActiveRes...Jean-Philippe Lang2010-12-102-10/+2
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-042-0/+0
* Adds xml/json REST API for Users (#6260).Jean-Philippe Lang2010-12-032-0/+47
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-1/+1
* Fixed bad markup in users/general partialJean-Baptiste Barth2010-10-111-1/+1
* Refactor: convert UsersController to resourceEric Davis2010-10-043-3/+3
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-302-2/+2
* Refactor: rename UsersController#add to #newEric Davis2010-09-292-1/+1
* Allow admins to edit user's email notifications and preferences. #3503Eric Davis2010-09-283-0/+28
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-281-1/+1
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-271-3/+3
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-082-2/+2
* Display projects as links in users/memberships partial. #5898Jean-Baptiste Barth2010-08-041-1/+3
* Adds missing thead tags (#5440).Jean-Philippe Lang2010-05-091-2/+2
* Adds an helper for displaying the 'checked' image.Jean-Philippe Lang2010-03-171-1/+1
* Adds a link to the user profile from the administration user edit screen (#44...Jean-Philippe Lang2010-02-261-0/+1
* Removes overflow:auto on #content which broke the fix in r2118 (#4724).Jean-Philippe Lang2010-02-061-1/+2
* Avatars added in news (#3941) and forums (#4468) + cleanup.Jean-Philippe Lang2010-01-071-1/+1
* Adds a 'Create and continue' button on new user form.Jean-Philippe Lang2009-12-201-1/+4
* Sort groups on user groups setting (#4389).Jean-Philippe Lang2009-12-121-1/+1
* Move checkbox for "Send account information to the user" to be clicked before...Jean-Philippe Lang2009-11-133-12/+12
* Unified UsersController#list and #index.Jean-Philippe Lang2009-10-291-0/+0
* AccountController#show (/account/show/:id) moved to UsersController#show (/us...Jean-Philippe Lang2009-10-291-0/+70
* Refactoring of tabs rendering.Jean-Philippe Lang2009-09-121-19/+1
* User groups branch merged.Jean-Philippe Lang2009-09-122-3/+14
* Added two new plugin hooks to Administration > Users > MembershipsEric Davis2009-08-011-0/+2
* Ability to send an email with password when changing a user's password (#3566).Jean-Philippe Lang2009-07-051-0/+3
* Administration panel breadcrumbs (#3314).Jean-Philippe Lang2009-07-052-2/+2
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-22/+38
* Fixes user edit urls (#3281).Jean-Philippe Lang2009-05-011-1/+1
* Makes minimum password length configurable.Jean-Philippe Lang2009-04-211-1/+1
* Added several more plugin hooks:Eric Davis2009-03-211-0/+1
* Added a system setting for allowing OpenID logins and registrationsEric Davis2009-02-111-0/+2
* Added the ability to login via OpenID.Eric Davis2009-02-111-0/+1
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-1/+1
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-1/+1
* Changes ApplicationHelper#gravatar_for_mail to #avatar that takes a User or a...Jean-Philippe Lang2008-11-091-1/+1
* Added an option to turn user Gravatars on or offEric Davis2008-10-311-1/+1
* Fixed a bug with using gravatar on a nil value.Eric Davis2008-10-301-1/+1
* Gravatar support for issue detai, user grid, and activity streamEric Davis2008-10-301-1/+1
* Adds the ability to search for a user on the administration users list.Jean-Philippe Lang2008-10-241-1/+4
* Adds user count in status drop down on admin user list.Jean-Philippe Lang2008-08-111-1/+1
* Adds Lock/Unlock/Activate link on user edit screen.Jean-Philippe Lang2008-08-111-0/+4
* Adds mailto link on the user administration list (#1670).Jean-Philippe Lang2008-07-221-1/+1
* Escapes HTML tags.Jean-Philippe Lang2008-07-021-4/+4
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-3/+3
* Prevent admin users from making themselves non-administrator (#1276).Jean-Philippe Lang2008-05-251-1/+1
* Split user edit screen into tabs.Jean-Philippe Lang2008-05-024-23/+52