aboutsummaryrefslogtreecommitdiff
path: root/routes/repo/http.go
Commit message (Collapse)AuthorAge
* repo/http: update CORS headers to allow custom user-agent (#5498)William Hilton2018-11-07
| | | At some point after #4970 was merged, isomorphic-git started sending a custom User-Agent in its HTTP requests to deal with some services (\*cough\* gists \*cough\*) which filtered git traffic by User-Agent. Sadly, this broke cloning from Gogs using isomorphic-git in the browser (https://github.com/isomorphic-git/isomorphic-git/issues/555). This PR fixes it by telling browsers it is OK for CORS requests to send a custom User-Agent header.
* repo_editor: able to trigger Git hooks (#4338)Unknwon2018-08-17
|
* routes/repo/http: fix wrong format typeUnknwon2018-06-13
|
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* auth: support authentication source config file (#3142)Unknwon2018-04-12
|
* repo/http: add CORS headers to allow clone/push from browser agents (#4970)William Hilton2018-03-14
|
* Refactoring: rename package routers -> routesUnknwon2017-06-11