summaryrefslogtreecommitdiffstats
path: root/app/views/groups
Commit message (Expand)AuthorAgeFilesLines
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-193-4/+4
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-293-4/+4
* Link to the profile page from users on the group page (#12795).Go MAEDA2021-07-311-1/+1
* GroupsController#show should only display visible users (#12795).Go MAEDA2021-07-311-1/+1
* Allow non-admin users to see group members (#12795).Go MAEDA2021-07-191-1/+6
* When 2FA is set to optional, allow to require 2FA only for certain user group...Marius Balteanu2021-07-041-0/+9
* Replace cancel button with cancel link in modals (#28662).Go MAEDA2018-12-021-1/+1
* Display custom fields on group pages (#29189).Go MAEDA2018-07-101-0/+9
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-252-2/+2
* Don't preload projects and roles on Principal#memberships association (#23519).Jean-Philippe Lang2017-01-071-2/+2
* 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-032-2/+2
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-032-2/+2
* Adds name filter on group list.Jean-Philippe Lang2016-08-301-0/+11
* Adds pagination to group list.Jean-Philippe Lang2016-08-301-0/+3
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-232-2/+2
* Moved new group user to its own action GroupsController#new_users.Jean-Philippe Lang2014-11-166-19/+29
* Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang2014-10-231-65/+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-286-7/+11
* Count users with a single query on group list (#16905).Jean-Philippe Lang2014-05-241-3/+2
* Fixed alignments.Jean-Philippe Lang2014-02-151-1/+1
* Removes duplicate ids (#15485).Jean-Philippe Lang2014-01-111-2/+2
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-111-2/+2
* Set titles on Groups pages (#14517)Jean-Philippe Lang2013-07-284-6/+4
* Fixing HTML in groups index viewToshi MARUYAMA2013-03-121-0/+1
* Raised group name maximum length to 255 characters (#13174).Jean-Philippe Lang2013-02-151-1/+1
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-183-7/+3
* Add links to projects in Group projects list (#12843).Jean-Philippe Lang2013-01-141-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* Upgrade to Rails 3.2.8 (#11758).Jean-Philippe Lang2012-09-021-1/+1
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-226-17/+9
* Removes RJS from GroupsController.Jean-Philippe Lang2012-07-194-0/+12
* Removes calls to link_to_remote.Jean-Philippe Lang2012-07-182-14/+4
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-1/+1
* Makes users optional in GET /groups/:id (#8981).Jean-Philippe Lang2012-06-031-1/+1
* REST Api for Groups (#8981).Jean-Philippe Lang2012-06-032-0/+40
* Replaced group[lastname] parameter with group[name].Jean-Philippe Lang2012-06-011-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-254-6/+8
* Adds a helper for displaying validation error messages.Jean-Philippe Lang2012-02-261-1/+1
* Restyles user search fields and ajax indicator.Jean-Philippe Lang2012-02-141-0/+2
* code layout clean up app/views/groups/_users.html.erbToshi MARUYAMA2012-01-101-1/+6
* code layout clean up app/views/groups/_memberships.html.erbToshi MARUYAMA2012-01-101-5/+17
* Misplaced closing tbody tag.Jean-Philippe Lang2011-11-291-1/+1
* Adds routes for group users.Jean-Philippe Lang2011-11-271-5/+4
* Replaced error_messages_for with #error_messages.Jean-Philippe Lang2011-11-271-1/+1
* View cleanup.Jean-Philippe Lang2011-11-263-3/+3
* [#9489] added invisible labelToshi MARUYAMA2011-10-291-0/+1
* remove trailing white-spaces from app/views/groups/_users.html.erbToshi MARUYAMA2011-09-171-2/+2
* replace tabs to spaces at app/views/groups/new.html.erbToshi MARUYAMA2011-09-171-1/+1