authz: repos with pending permissions should not be seen as no perms
Created by: unknwon
This PR takes into account for pending permission when computing the list of repositories with no permissions.
Before the PR, the PermsSyncer
will constantly fetch permissions for all repos when no user except site-admin was created (typical scenario for a fresh setup).