Skip to content
Snippets Groups Projects
Commit 13f6a976 authored by Douwe Maan's avatar Douwe Maan
Browse files

Return all authorized groups in API.

Former-commit-id: 8e746daad538cc456fdf618a4d6a639c5f64b174
parent bd03108c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -31,6 +31,7 @@ v 7.10.0 (unreleased)
- Replace commits calendar with faster contribution calendar that includes issues and merge requests
- Add inifinite scroll to user page activity
- Don't show commit comment button when user is not signed in.
- Return all authorized groups in API.
 
v 7.9.0
- Send EmailsOnPush email when branch or tag is created or deleted.
Loading
Loading
Loading
Loading
@@ -12,7 +12,7 @@ module API
@groups = if current_user.admin
Group.all
else
current_user.groups
current_user.authorized_groups
end
 
@groups = @groups.search(params[:search]) if params[:search].present?
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment