OSDN Git Service

Backported r6197 from trunk.
[redminele/redmine.git] / app / controllers / users_controller.rb
2011-07-09 Jean-Philippe LangBackported r6197 from trunk.
2011-04-05 Jean-Philippe LangRemoved calls to deprecated Project.visible_by method.
2011-03-16 Jean-Philippe LangIndentation.
2011-03-16 Jean-Philippe LangAdds a Group filter on the admin users list (#7893).
2011-01-16 Jean-Philippe LangEnable ability for administrators to delete users ...
2010-12-20 Jean-Philippe LangAdds support for requesting information about current...
2010-12-12 Jean-Philippe LangFixes password sending when creating user.
2010-12-12 Jean-Philippe LangExtracts user groups assignment from controller.
2010-12-12 Jean-Philippe LangCode cleanup.
2010-12-12 Jean-Philippe LangMoves mail_notification param to user hash param so...
2010-12-12 Jean-Philippe LangMoves password param to user hash param so that it...
2010-12-12 Jean-Philippe LangDeclare safe attributes for User and Projects models.
2010-12-11 Jean-Philippe LangRestores object count and adds offset/limit attributes...
2010-12-04 Jean-Philippe LangAdds a pseudo format to api template names and override...
2010-12-03 Jean-Philippe LangAdds a reusable method to render API response on valida...
2010-12-03 Jean-Philippe LangDry Users API responders.
2010-12-03 Jean-Philippe LangAdds xml/json REST API for Users (#6260).
2010-12-03 Jean-Philippe LangAdd responders to UsersController.
2010-11-07 Jean-Philippe LangAdds a "visible" option on User and Project custom...
2010-09-30 Eric DavisRefactor: split UsersController#edit into #edit and...
2010-09-29 Eric DavisRefactor: rename UsersController#add to #new
2010-09-28 Eric DavisRefactor: move method to model
2010-09-28 Eric DavisAllow admins to edit user's email notifications and...
2010-09-28 Eric DavisRefactor: split UsersController#add into #add and ...
2010-09-06 Eric DavisAllow user password changes when changing to Internal...
2010-08-10 Jean-Baptiste BarthShow projects depending on their visibility in user...
2010-08-10 Jean-Baptiste BarthAdded a warning when a new user or group membership...
2010-03-18 Eric DavisRefactor: Extract method to the Member model
2010-02-26 Jean-Philippe LangLet administrators see locked user profiles.
2009-12-20 Jean-Philippe LangAdds a 'Create and continue' button on new user form.
2009-12-18 Jean-Philippe LangFixes test broken by r3176 (#4439).
2009-12-17 Jean-Philippe LangAdds an admin layout that displays the admin menu in...
2009-10-29 Jean-Philippe LangUnified UsersController#list and #index.
2009-10-29 Jean-Philippe LangAccountController#show (/account/show/:id) moved to...
2009-10-24 Jean-Philippe LangAdd mail field to admin user search filter (#3882).
2009-09-12 Jean-Philippe LangUser groups branch merged.
2009-07-05 Jean-Philippe LangAbility to send an email with password when changing...
2009-05-10 Jean-Philippe LangAllows multiple roles on the same project (#706). Prere...
2009-02-20 Jean-Philippe LangSend an email to the user when an administrator activat...
2009-01-24 Jean-Philippe LangMerged nested projects branch. Removes limit on subproj...
2008-12-24 Jean-Philippe LangValidates sort_key and sort_order params (#2378).
2008-10-24 Jean-Philippe LangAdds the ability to search for a user on the administra...
2008-08-10 Jean-Philippe LangMoves @layout 'base'@ to ApplicationController.
2008-06-27 Jean-Philippe LangCustom fields refactoring: most of code moved from...
2008-05-02 Jean-Philippe LangSplit user edit screen into tabs.
2008-04-06 Jean-Philippe LangPreserve status filter and page number when using lock...
2008-02-03 Jean-Philippe LangSlight changes on users list view and hide Anonymous...
2007-12-29 Jean-Philippe LangNew setting added to specify how many objects should...
2007-12-13 Jean-Philippe LangRemoved unused UsersController#destroy.
2007-11-12 Jean-Philippe LangCustom fields can now be reordered.
2007-08-29 Jean-Philippe LangFix: error when posting to projects/add or users/add...
2007-08-29 Jean-Philippe LangMerged 0.6 branch into trunk.
2007-08-02 Jean-Philippe LangApplied the flash notices patch by Matt Jones (slightly...
2007-05-27 Jean-Philippe LangAdded the ability to archive projects:
2007-05-27 Jean-Philippe LangAccount information can now be sent to the user when...
2007-03-18 Jean-Philippe Langadded a status filter on users/list
2007-03-12 Jean-Philippe Langadded svn:eol-style native property on /app files
2007-01-31 Jean-Philippe Langadded the ability to set the sort order for roles
2007-01-21 Jean-Philippe Langsettings are now stored in the database (config_custom...
2006-12-26 Jean-Philippe Langreplaced deprecated controller instance variables:...
2006-12-26 Jean-Philippe Langadded the ability to manage users memberships directly...
2006-12-05 Jean-Philippe Langtrunk moved from /trunk/redmine to /trunk