grove icon indicating copy to clipboard operation
grove copied to clipboard

Grove is a way for developers to share git repositories directly over HTTP, without needing a central service like GitHub to connect them. Developers can share as many repositories as they like, and d...

Results 16 grove issues
Sort by recently updated
recently updated
newest added

`html/template` does not need a dedicated type containing data with which to put together a webpage. It can use a `map[string]string` instead. This would be much cleaner and more efficient...

suggestion

As it stands, directories and repositories _must_ be globally readable in order for Grove to serve them. It should be possible for the user to disable this, instead requiring that...

suggestion

This creates a potential, but extremely unlikely, security/functionality problem if the user points grove at a simlink. If the simlink is of a different length than the real path, it...

bug

Certain navigational links, such as `..` on pages generated with `file.html` do not direct to the places that they should. List any other finds below. - `..` on `file.html` pages

minor bug