summaryrefslogtreecommitdiffstats
path: root/app/views/users
Commit message (Expand)AuthorAgeFilesLines
* Show projects using a table instead of an unordered list in the user profile ...Go MAEDA2019-03-281-5/+19
* Display user's groups on profile (#12796).Jean-Philippe Lang2019-03-151-0/+12
* Move custom field classes to a method (#30994).Go MAEDA2019-03-091-1/+1
* Add CSS class to user custom fields (#30985).Go MAEDA2019-03-091-1/+1
* Add issue tracking table on the user profile page (#30421).Go MAEDA2019-02-011-8/+51
* Wrap "splitcontentright" and "splitcontentleft" containers with a flexbox (#3...Go MAEDA2019-01-122-1/+4
* Display user logins on profiles (#26127).Go MAEDA2018-12-122-5/+3
* Expose the Admin flag on the users api to admin users (#29459).Go MAEDA2018-09-202-0/+2
* Export users list to CSV (#5957).Go MAEDA2018-08-051-1/+23
* Add my activities to my page (#2471).Go MAEDA2018-07-111-15/+1
* Add check/uncheck all projects button to "Email notifications" section on "My...Go MAEDA2018-06-221-1/+2
* Use reverse_each instead of reverse.each (#27671).Go MAEDA2017-12-311-1/+1
* Render activities block on UsersController#show grouped and with event_type i...Go MAEDA2017-12-251-3/+3
* Link to issues assigned to user or his groups (#25212).Jean-Philippe Lang2017-06-061-1/+1
* Deny edit/update/delete for anonymous user (#25483).Jean-Philippe Lang2017-04-031-1/+1
* Send email even if password is not changed (#7577).Jean-Philippe Lang2017-04-032-2/+2
* Use ids for testing inclusion.Jean-Philippe Lang2017-01-251-1/+2
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-251-1/+1
* Use multipart forms for objects that may have file custom fields (#6719).Jean-Philippe Lang2016-12-132-2/+2
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-031-1/+1
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-031-1/+1
* Don't show an empty table.Jean-Philippe Lang2016-10-091-0/+4
* Adds Check/Uncheck all on user groups.Jean-Philippe Lang2016-09-011-1/+4
* Display groups on multiple columns.Jean-Philippe Lang2016-09-011-1/+1
* User preference for monospaced / variable-width font in textareas (#23653).Jean-Philippe Lang2016-08-301-0/+1
* Changes required by functional tests updates.Jean-Philippe Lang2016-07-211-1/+1
* Prevent admins from sending themselves their own password (#21436).Jean-Philippe Lang2015-12-061-1/+1
* Use ul tags to do pagination (#21258).Jean-Philippe Lang2015-11-281-1/+1
* Wrong filter value for assigned issues (#3398).Jean-Philippe Lang2015-10-211-1/+1
* Adds a scope to get issues assigned to a user.Jean-Philippe Lang2015-10-211-1/+1
* Link to assigned issues on user profiles (#3398).Jean-Philippe Lang2015-10-211-4/+10
* Don't let users be sorted by email (#19161).Jean-Philippe Lang2015-03-201-1/+1
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-233-10/+10
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-1/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-0/+1
* User detail : show user login to admins (#17354).Jean-Philippe Lang2014-12-141-0/+3
* Prevents one query per group.Jean-Philippe Lang2014-11-021-1/+1
* Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang2014-10-231-68/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-1/+1
* Adds settings for disabling browser language detection and language preferenc...Jean-Philippe Lang2014-01-241-0/+2
* Removes duplicate ids (#15485).Jean-Philippe Lang2014-01-111-1/+1
* Removes duplicate ids (#15485).Jean-Philippe Lang2014-01-111-2/+3
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-111-3/+3
* Prevents duplicate element ids (#15191).Jean-Philippe Lang2013-10-261-1/+2
* Add hooks for user preferences (#14614).Jean-Philippe Lang2013-08-051-0/+1
* Option to force a user to change his password (#3872).Jean-Philippe Lang2013-08-051-1/+2
* Adds missing html titles (#14517).Jean-Philippe Lang2013-07-282-4/+2
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-1/+1
* Update notified_project_ids while saving record.Jean-Philippe Lang2013-05-131-1/+2