summaryrefslogtreecommitdiffstats
path: root/app/helpers/users_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-191-4/+4
* Replaces various icons with SVG icons (#23980).Marius Balteanu2024-09-081-3/+3
* Replaces icon-email and icon-passwd icons with SVG icons (#23980).Marius Balteanu2024-08-311-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Remove code no longer necessary due to r21823 (#37674).Go MAEDA2023-01-161-59/+0
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Automatically add the user to the watchers list after contributing to an issu...Marius Balteanu2022-03-191-0/+4
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-151-0/+12
* Default issue query (#7360).Go MAEDA2021-07-061-0/+12
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Include twofa_scheme (two-factor scheme) column when exporting users to CSV (...Go MAEDA2020-11-131-1/+17
* fix closing array brace position in UsersHelper#user_settings_tabsToshi MARUYAMA2020-07-051-3/+5
* Additional email addresses are not displayed in user profile page (#33601).Go MAEDA2020-06-271-0/+6
* Fix that custom fields in users CSV are not ordered by position value (#33126).Go MAEDA2020-05-091-1/+1
* Include updated_on and passwd_changed_on columns when exporting users to CSV ...Go MAEDA2020-05-021-1/+3
* Support custom fields when exporting users to CSV (#33126).Go MAEDA2020-04-041-6/+14
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* User preference for issue history default tab (#3058).Jean-Philippe Lang2019-06-201-0/+9
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Export users list to CSV (#5957).Go MAEDA2018-08-051-4/+31
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* User preference for monospaced / variable-width font in textareas (#23653).Jean-Philippe Lang2016-08-301-0/+4
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-0/+6
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#count with finder options at UsersHelper#...Toshi MARUYAMA2014-01-101-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Moved duplicate #options_for_membership_project_select to ApplicationHelper.Jean-Philippe Lang2012-12-011-9/+0
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Added encoding comment to helpers (#9792).Jean-Philippe Lang2011-12-141-0/+2
* Adds named scopes for users index.Jean-Philippe Lang2011-12-041-3/+3
* remove trailing white-spaces from app/helpers/users_helper.rb.Toshi MARUYAMA2011-08-311-10/+10
* Code cleanup.Jean-Philippe Lang2010-12-121-0/+4
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-301-4/+4
* Hide "Groups" tab on user form if no group exist.Jean-Philippe Lang2009-12-241-1/+4
* User groups branch merged.Jean-Philippe Lang2009-09-121-0/+1
* Fixes user edit urls (#3281).Jean-Philippe Lang2009-05-011-1/+1
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-8/+3
* Adds user count in status drop down on admin user list.Jean-Philippe Lang2008-08-111-4/+5
* Prevent admin users from locking their own account (#1276).Jean-Philippe Lang2008-05-241-1/+1
* Split user edit screen into tabs.Jean-Philippe Lang2008-05-021-0/+6
* Show the project hierarchy in the drop down list for new membership on user a...Jean-Philippe Lang2008-05-011-0/+14
* Preserve status filter and page number when using lock/unlock/activate links ...Jean-Philippe Lang2008-04-061-0/+12
* Slight changes on users list view and hide Anonymous user.Jean-Philippe Lang2008-02-031-1/+1