#4487 Allow project-less API token to retrieve issues
Merged by pingou. Opened by pingou.
project_less_list_issues  into  master

Download 4487.patch

Basically, we were only allowing project-specific API token to
retrieve the list of opened issues on a project, but there is no
ACLs associated with listing issues, we only use this to
authenticate the user and figure out if they can access the
private issues or not.
So we should allow project-less API token to perform this
authentication check.

Fixes https://pagure.io/pagure/issue/4479

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

:thumbsup:

Thanks for the review ! :)

Pull-Request has been merged by pingou

Metadata