grack auth bugfix: allow dots in reponame
Created by: mgrobelin
Its not possible to work with a repo over HTTP when there are dots in its name. E.g. having a repo "serverconfig.my-example-host.com" will fail while cloning/pushing.
I modified some regexp in routes.rb & grack_auth.rb to make this work.