gitlab-org--gitlab-foss/app/controllers
Dmitriy Zaporozhets 65b9768ccf Group ownership completely based on users_groups relation now
Before we have only owner_id to determine group owner
With multiple owners per group we should get rid of owner_id in group.
So from now @group.owner will always be nil but
@group.owners return an actual array of users who can admin this group
2013-09-26 14:49:22 +03:00
..
admin Group ownership completely based on users_groups relation now 2013-09-26 14:49:22 +03:00
profiles Group ownership completely based on users_groups relation now 2013-09-26 14:49:22 +03:00
projects Modify permissions for project and group 2013-09-25 14:05:35 +03:00
public Point to project page from public area 2013-09-24 16:00:21 +03:00
application_controller.rb Don't show users password change page if ldap users 2013-09-17 22:38:08 -04:00
dashboard_controller.rb List groups on Dashboard#projects page 2013-08-29 21:45:19 +03:00
errors_controller.rb
files_controller.rb Files controller handle redirect to remote storage. Added config block to carrierwave init 2013-05-15 22:35:59 +03:00
groups_controller.rb Group ownership completely based on users_groups relation now 2013-09-26 14:49:22 +03:00
help_controller.rb Show shotcut dialog on ? 2013-06-30 22:10:52 +03:00
omniauth_callbacks_controller.rb Use new OAuth classes 2013-09-04 00:06:29 +03:00
profiles_controller.rb Fix password update 2013-09-24 22:12:48 +03:00
projects_controller.rb Modify permissions for project and group 2013-09-25 14:05:35 +03:00
registrations_controller.rb Fix user remove tests. Remove user even if he has projects 2013-09-04 16:20:40 +03:00
search_controller.rb
snippets_controller.rb Use navless layout for snippets page 2013-06-18 17:43:49 +03:00
users_controller.rb Remove form for adding user to several projects from admin area. 2013-06-22 13:41:08 +03:00
users_groups_controller.rb Group owner or admin can remove other group owners 2013-09-26 10:28:43 +03:00