Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-27 | Remove support for git push via HTTP | Dmitry Ilvokhin | |
It was not working properly anyway, because of the permissions problem, but intoroduced unnecessary complexity in configuration files. All others (non-write) git operation should continue to work via HTTP. | |||
2025-07-26 | Make smart http git protocol work without authentication | Dmitry Ilvokhin | |
Ask to authenticate only when trying to push to repository. All other operations do not require authentication anymore. Http protocol is still not fully usable, because of the git (git) and fcgiwrap (http) are running under different user. `GIT_HTTP_EXPORT_ALL` was removed to forbid export of private repositories via http protocol. | |||
2024-05-03 | Open git.ilvokhin.com to the world | Dmitry Ilvokhin | |
2024-03-03 | Rename git role to gitserver | Dmitry Ilvokhin | |