Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | repo/http: update CORS headers to allow custom user-agent (#5498) | William Hilton | 2018-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) | Unknwon | 2018-08-17 |
| | |||
* | routes/repo/http: fix wrong format type | Unknwon | 2018-06-13 |
| | |||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | auth: support authentication source config file (#3142) | Unknwon | 2018-04-12 |
| | |||
* | repo/http: add CORS headers to allow clone/push from browser agents (#4970) | William Hilton | 2018-03-14 |
| | |||
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |