summaryrefslogtreecommitdiffstats
path: root/modules/context/context.go
Commit message (Expand)AuthorAgeFilesLines
* Fix Go 1.13 private repository go get issue (#8112)Lunny Xiao2019-09-061-1/+14
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-6/+7
* Add golangci (#6418)kolaente2019-06-121-2/+1
* Handle insecure and ports in go get (#7041)zeripath2019-05-271-1/+9
* wrap the ServerError and NotFound and log from the caller (#6550)zeripath2019-04-091-4/+12
* Cleaned permission checks for API -> site admin can now do anything (#6483)Vasek Sraier2019-04-081-1/+37
* Better logging (#6038) (#6095)zeripath2019-04-021-3/+3
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-181-1/+2
* Add lang specific font stacks for CJK (#6007)zeripath2019-03-181-0/+1
* Minor UI tweaks (#5980)John Olheiser2019-02-191-0/+1
* Provide better panic handling (#5902)zeripath2019-01-301-1/+1
* Fix go-get URL generation (#5905)Lauris BH2019-01-301-1/+1
* Hide home button when landing page is not set to home (#4651)Piotr Orzechowski2018-08-261-0/+5
* Swagger.v1.json template (#3572)Piotr Orzechowski2018-07-281-1/+1
* Refactor and simplify redirect to url (#3674)Lauris BH2018-03-151-0/+21
* Add option to enable or disable swagger endpoints (#3502)Piotr Orzechowski2018-02-141-0/+1
* Fix go-get content type (#3426)Lauris BH2018-01-291-1/+3
* Add doctype to go-get=1 reponse (#3423)Lauris BH2018-01-291-1/+1
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-12/+20
* Add reactions to issues/PR and comments (#2856)Lauris BH2017-12-041-1/+1
* Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043)Lunny Xiao2017-12-021-6/+3
* Various wiki bug fixes (#2996)Ethan Koenig2017-11-281-1/+2
* Fix go-get, src and raw urls to new scheme (#2978)Lauris BH2017-11-271-1/+1
* Fix go get response if only app URL is custom in configuration (#2634)Lauris BH2017-10-021-1/+1
* Always return valid go-get meta, even if unauthorized (#2010)Kim "BKC" Carlbäcker2017-06-261-3/+41
* Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)Sandro Santilli2017-03-291-1/+1
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-171-0/+1
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-151-1/+1
* Fixes xss, clickjacking & password autocompletionBwko2016-11-291-2/+5
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-1/+1
* Golint fixed for modules/contextLunny Xiao2016-11-251-2/+5
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-5/+5
* Fix imports found by goimports.Matthias Loibl2016-11-051-6/+5
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-5/+5
* router/repo: code refactoringUnknwon2016-08-301-6/+5
* #1601 support delete issue commentUnknwon2016-07-261-0/+13
* Refactor User.Id to User.IDUnknwon2016-07-241-1/+1
* Convert all API handers to use *context.APIContextUnknwon2016-03-131-19/+0
* Add APIContextUnknwon2016-03-131-63/+2
* Rename module: middleware -> contextUnknwon2016-03-111-0/+266