summaryrefslogtreecommitdiffstats
path: root/app/views/users
Commit message (Expand)AuthorAgeFilesLines
* Display "Two-factor authentication" on two lines to save some space (#35934).Marius Balteanu2022-01-221-1/+1
* Add "Two-factor authentication" filter and column to Users list in administra...Marius Balteanu2022-01-221-0/+11
* Include avatar URL in Users API (#36303).Go MAEDA2022-01-212-0/+2
* Drop OpenID support (#35755).Go MAEDA2021-12-141-3/+0
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-151-0/+1
* Password and Confirmation fields are marked as required when editing a user (...Go MAEDA2021-08-131-2/+2
* Default issue query (#7360).Go MAEDA2021-07-061-0/+1
* Don't show "Two-factor authentication" on new user form (#1237, #34495).Go MAEDA2020-12-251-1/+1
* Users API should return twofa_scheme only for administrators (#34242).Go MAEDA2020-12-231-1/+1
* Include two-factor authentication scheme in users API response (#34242).Go MAEDA2020-12-232-0/+2
* Require explicit confirmation before deleting a user (#34417).Go MAEDA2020-12-102-1/+21
* TypeError when attempting to update a user with a blank email address (#33355).Go MAEDA2020-12-031-1/+1
* Adds a setting to disable/enable/require 2fa auth (#1237).Go MAEDA2020-08-291-0/+2
* Adds two factor authentication support (#1237).Go MAEDA2020-08-291-0/+13
* Include updated_on and passwd_changed_on columns in API response (#33592).Go MAEDA2020-07-282-2/+6
* Additional email addresses are not displayed in user profile page (#33601).Go MAEDA2020-06-271-1/+1
* Import user accounts from CSV file (#33102).Go MAEDA2020-05-301-0/+5
* Enable users to receive email notifications about high issues (only) (#32628).Go MAEDA2020-01-211-1/+8
* Make languages in Highlighted code button in toolbar customizable (#32528).Go MAEDA2020-01-141-0/+1
* Force passwords to contain specified character classes (#4221).Go MAEDA2019-08-291-2/+7
* Fix jQuery.fn.attr('selected') might use property instead of attribute (#3189...Go MAEDA2019-08-131-1/+1
* User preference for issue history default tab (#3058).Jean-Philippe Lang2019-06-201-0/+1
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-201-0/+1
* Display user's gravatar when editing profile (#5899).Go MAEDA2019-05-201-1/+4
* 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