forgejo/routers
James E. Blair dabee9b1a4 Handle redirects in git clone commands (#6688)
Add support for repo_redirect objects in the git smart http
handler so that when a user clones a repo that has been moved
or renamed, they are redirected to the new location.

This requires that the query string be included in the redirect
as well, so that is added.

Signed-off-by: James E. Blair <jeblair@redhat.com>
2019-04-25 08:51:40 +03:00
..
admin Unifies pagination template usage (#6531) (#6533) 2019-04-20 00:15:19 -04:00
api/v1 Fix team members API (#6714) 2019-04-24 01:32:35 -04:00
dev
org Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
private move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
repo Handle redirects in git clone commands (#6688) 2019-04-25 08:51:40 +03:00
routes Add option to blame files (#5721) 2019-04-19 22:47:00 -04:00
user Fix: Sort repos on org home page with non-admin login (#6741) 2019-04-24 19:20:22 +01:00
utils
home.go Unifies pagination template usage (#6531) (#6533) 2019-04-20 00:15:19 -04:00
init.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
install.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
metrics.go Fix metrics auth token detection (#6006) 2019-02-09 00:58:31 -05:00
swagger_json.go