gitlab-org--gitlab-foss/app/policies
Sean McGivern ccac2abeba Don't treat anonymous users as owners when group has pending invites
The `members` table can have entries where `user_id: nil`, because people can
invite group members by email. We never want to include those as members,
because it might cause confusion with the anonymous (logged out) user.
2017-07-24 16:58:04 +01:00
..
ci Make sure it checks against the tag only when it's a tag 2017-07-18 16:42:13 +08:00
base_policy.rb Merge remote-tracking branch 'origin/master' into 34141-allow-unauthenticated-access-to-the-users-api 2017-06-30 13:45:51 +00:00
commit_status_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
deploy_key_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
deployment_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
environment_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
external_issue_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
global_policy.rb Implement review comments for !12445 from @jneen. 2017-07-03 05:14:00 +00:00
group_label_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
group_member_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
group_policy.rb Basic BE change 2017-07-07 15:33:17 +09:00
issuable_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
issue_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
merge_request_policy.rb add and use MergeRequestPolicy 2016-08-30 11:39:22 -07:00
namespace_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
nil_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
note_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
personal_snippet_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
project_label_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
project_member_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
project_policy.rb Don't treat anonymous users as owners when group has pending invites 2017-07-24 16:58:04 +01:00
project_snippet_policy.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
user_policy.rb Merge remote-tracking branch 'origin/master' into 34141-allow-unauthenticated-access-to-the-users-api 2017-06-30 13:45:51 +00:00