summaryrefslogtreecommitdiffstats
path: root/modules/context/context.go
Commit message (Expand)AuthorAgeFilesLines
* Fix bug of get context user (#17169)Lunny Xiao2021-09-281-0/+11
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-36/+0
* Allow setting X-FRAME-OPTIONS (#16643)zeripath2021-08-061-1/+1
* Pass down SignedUserName down to AccessLogger context (#16605)zeripath2021-08-041-0/+11
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-17/+14
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Refactor: Move login out of models (#16199)zeripath2021-07-241-1/+1
* Rework repository archive (#14723)Lunny Xiao2021-06-231-0/+15
* [API] ListReleases add filter for draft and pre-releases (#16175)65432021-06-171-0/+6
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-19/+23
* Make modules/context.Context a context.Context (#16031)zeripath2021-05-311-1/+21
* Prevent double-login for Git HTTP and LFS and simplify login (#15303)zeripath2021-05-151-0/+3
* Use route rather than use thus reducing the number of stack frames (#15301)zeripath2021-05-041-0/+6
* Disable Stars config option (#14653)Kyle D2021-04-151-0/+1
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-1/+1
* response simple text message for not html request when 404 (#15229)a10121127962021-04-011-0/+17
* Add SameSite setting for cookies (#14900)zeripath2021-03-071-8/+40
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* Fix go get (#14758)Lunny Xiao2021-02-221-58/+0
* Prevent endless loop if templates missing (#14752)zeripath2021-02-201-0/+4
* Move middlewares to web/middleware (#14480)Lunny Xiao2021-01-301-18/+18
* Fix json charset bug (#14514)Lunny Xiao2021-01-291-2/+2
* Fix load time bug (#14508)Lunny Xiao2021-01-291-4/+10
* Fix JSON Header response (#14499)65432021-01-271-1/+1
* Fix access log (#14475)Lunny Xiao2021-01-271-0/+25
* Fix captcha (#14488)Lunny Xiao2021-01-271-27/+11
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-112/+447
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-0/+20
* Fix windows build error (#14263)Lunny Xiao2021-01-061-1/+1
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-051-1/+7
* Inline manifest.json (#14038)silverwind2020-12-221-0/+2
* Added option to disable migrations (#13114)Paweł Bogusławski2020-12-211-0/+1
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-1/+1
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-131-0/+1
* Include query in sign in redirect (#11579)mrsdizzie2020-06-031-0/+1
* Prevent redirect to Host (#9678)zeripath2020-01-091-1/+2
* Add /milestones endpoint (#8733)Brad Albright2019-12-151-0/+1
* 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