ChangesetConnectionResolver.PageInfo needs to respect repository permissions
Created by: mrnugget
The changesetConnectionResolver.PageInfo method doesn't take repository permissions into account when responding whether there's a next page or not:
It simply uses the next value returned by r.compute. But r.compute potentially filters out the changesets based on repository permissions, which could make next invalid.