gitlab-org--gitlab-foss/app/controllers
Dmitriy Zaporozhets 9e6466c784 Merge branch 'api-remove-branch' into 'master'
New rules for protected branches

This MR change permissions logic for branch removal. Changes listed below:

Before
* developer can remove branch with terminal but not in UI
* masters can remove any branch with UI even protected one
* force-push to protected branch is not allowed but remove is allowed

After
* none can force push or remove protected branches
* developers and masters can remove normal branches with console and UI
2014-05-23 06:06:22 +00:00
..
admin Add sort dropdown for admin projects page 2014-05-02 17:02:57 +03:00
groups added group avatars 2014-01-28 08:38:00 +01:00
profiles Allow oauth signup without email 2014-04-07 14:09:29 +03:00
projects Improve branch-removal logic 2014-05-22 14:39:09 +03:00
public Allow access to groups with public projects. 2014-02-20 09:26:38 -06:00
application_controller.rb Implement Merge Request Labels 2014-05-13 06:41:36 -05:00
dashboard_controller.rb Show link to public projects for new users. 2014-03-17 13:02:04 +01:00
files_controller.rb
groups_controller.rb Fix 500 error on group members search 2014-05-16 13:28:35 +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
passwords_controller.rb Do not allow password reset for ldap user. 2014-03-18 12:25:49 +01:00
profiles_controller.rb Allow oauth signup without email 2014-04-07 14:09:29 +03:00
projects_controller.rb Fix tests 2014-05-22 22:34:34 +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 Fix global search 2014-03-14 14:41:28 +02:00
snippets_controller.rb Render 404 instead of 500 if trying to see snippets of unexisting user 2014-03-14 15:55:41 +02:00
users_controller.rb Allow access to groups with public projects. 2014-02-20 09:26:38 -06:00
users_groups_controller.rb User can leave group from group page. 2014-02-12 15:52:53 +01:00