summaryrefslogtreecommitdiff
path: root/app/views/users
AgeCommit message (Expand)Author
2018-09-20Expose the Admin flag on the users api to admin users (#29459).Go MAEDA
2018-08-05Export users list to CSV (#5957).Go MAEDA
2018-07-11Add my activities to my page (#2471).Go MAEDA
2018-06-22Add check/uncheck all projects button to "Email notifications" section on "My...Go MAEDA
2017-12-31Use reverse_each instead of reverse.each (#27671).Go MAEDA
2017-12-25Render activities block on UsersController#show grouped and with event_type i...Go MAEDA
2017-06-06Link to issues assigned to user or his groups (#25212).Jean-Philippe Lang
2017-04-03Deny edit/update/delete for anonymous user (#25483).Jean-Philippe Lang
2017-04-03Send email even if password is not changed (#7577).Jean-Philippe Lang
2017-01-25Use ids for testing inclusion.Jean-Philippe Lang
2017-01-25Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang
2016-12-13Use multipart forms for objects that may have file custom fields (#6719).Jean-Philippe Lang
2016-12-03Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang
2016-12-03Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang
2016-10-09Don't show an empty table.Jean-Philippe Lang
2016-09-01Adds Check/Uncheck all on user groups.Jean-Philippe Lang
2016-09-01Display groups on multiple columns.Jean-Philippe Lang
2016-08-30User preference for monospaced / variable-width font in textareas (#23653).Jean-Philippe Lang
2016-07-21Changes required by functional tests updates.Jean-Philippe Lang
2015-12-06Prevent admins from sending themselves their own password (#21436).Jean-Philippe Lang
2015-11-28Use ul tags to do pagination (#21258).Jean-Philippe Lang
2015-10-21Wrong filter value for assigned issues (#3398).Jean-Philippe Lang
2015-10-21Adds a scope to get issues assigned to a user.Jean-Philippe Lang
2015-10-21Link to assigned issues on user profiles (#3398).Jean-Philippe Lang
2015-03-20Don't let users be sorted by email (#19161).Jean-Philippe Lang
2015-02-23Removed unneeded #h calls in views.Jean-Philippe Lang
2015-01-17Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang
2015-01-17Add support for multiple email addresses per user (#4244).Jean-Philippe Lang
2014-12-14User detail : show user login to admins (#17354).Jean-Philippe Lang
2014-11-02Prevents one query per group.Jean-Philippe Lang
2014-10-23Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang
2014-10-22Merged rails-4.1 branch (#14534).Jean-Philippe Lang
2014-09-28Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang
2014-01-24Adds settings for disabling browser language detection and language preferenc...Jean-Philippe Lang
2014-01-11Removes duplicate ids (#15485).Jean-Philippe Lang
2014-01-11Removes duplicate ids (#15485).Jean-Philippe Lang
2013-11-11Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang
2013-10-26Prevents duplicate element ids (#15191).Jean-Philippe Lang
2013-08-05Add hooks for user preferences (#14614).Jean-Philippe Lang
2013-08-05Option to force a user to change his password (#3872).Jean-Philippe Lang
2013-07-28Adds missing html titles (#14517).Jean-Philippe Lang
2013-06-12Cleanup of finders with :conditions option.Jean-Philippe Lang
2013-05-13Update notified_project_ids while saving record.Jean-Philippe Lang
2013-05-13Fixed that locking and unlocking a user resets the email notification checkbo...Jean-Philippe Lang
2013-05-05Add status to /users/:id API for admins (#13948).Jean-Baptiste Barth
2013-03-01Add user's API key to /users/current.format (#8529).Jean-Philippe Lang
2013-02-23Option to generate a random password on user creation/update.Jean-Philippe Lang
2013-02-18Add login to /users/:id API for current user (#13155).Jean-Philippe Lang
2012-12-26Auto-populate fields while creating a new user with LDAP (#10286).Jean-Philippe Lang
2012-12-23Code cleanup, use named routes.Jean-Philippe Lang