Limit project database list to the items the user can actually access
Simple PR to filter the list of project databases to those actually available to the user. I also added some documentation to the IDatabaseRepository
interface to make that clear.
The current way I implemented this may be inefficient, but I was unable to find another option. @oc000052926164 Is there a better way?