Open acurry opened 13 years ago
Only project administrators should be able to create repositories.
The Committer role has :create_delete_repositories set to false by default, but they can still create repositories in a project.
I don't think any of the permissions were actually enforced. It was just stubbed out.
Hmm ok. I'll use before_filter's to enforce basic authentication.
Only project administrators should be able to create repositories.
The Committer role has :create_delete_repositories set to false by default, but they can still create repositories in a project.