Backport 'Add authorization to GraphQL ' to v0.28#13759
Merged
alecslupu merged 5 commits intorelease/0.28-stablefrom Dec 13, 2024
Merged
Backport 'Add authorization to GraphQL ' to v0.28#13759alecslupu merged 5 commits intorelease/0.28-stablefrom
alecslupu merged 5 commits intorelease/0.28-stablefrom
Conversation
* Temp commit * Adding authorization layer * Add more permission checks * Running linters * Add Commentable tests * Fix spec * Do not show the moderated or deleted comments * Add conditions for comments, users and user groups * Fixing specs * Fix latest round of specs * Fix organization spec * Apply suggestions from code review Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com> * Add Praticipatory space is private but transparent * Add Praticipatory space is private but transparent for accountability * Add Praticipatory space is private but transparent for debates * Add Praticipatory space is private but transparent for meetings * Add Praticipatory space is private but transparent for forms * Add Praticipatory space is private but transparent for proposals * Add Praticipatory space is private but transparent for sortitions * Linting * Fix visibility on assemblies * Refactor * Fix specs * Fix specs * Fix specs, refactor the name of specs * Additional GraphQL fixes (#13602) * Additional GraphQL fixes * More fixes * Fix spec * Add specs * Fix specs * Fix permission * Apply review recommendations * Apply suggestions from code review Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com> * Apply review recommendations * Refactor specs * Apply review recommendations * Running linters --------- Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com> * Refactor context to avoid codeclimate * running lint * Fix specs --------- Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com>
… backport/0.28/add-authorization-to-graphql-13511
greenwoodt
approved these changes
Dec 13, 2024
Member
greenwoodt
left a comment
There was a problem hiding this comment.
Great, lets go for the merge on v0.28!
ahukkanen
added a commit
to City-of-Turku/decidim-module-apiext
that referenced
this pull request
Sep 10, 2025
Apply the fix from the following core PR: decidim/decidim#15170 Comments fetching was broken since 0.28.5 due to this breaking change: decidim/decidim#13759
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎩 What? Why?
Backport #13511 to v0.28