Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit colning of projects only to public ones
Override grack::auth module to add authentication. If user tries to clone private ones he will be asked to enter his username and password. Auth is working, however cloning of private projects is still in locked downstate. Cloning of public projects doesn't ask user to login. Only check is that project exists in our DB. Push command template for auth is also added.
- Loading branch information