aboutsummaryrefslogtreecommitdiffstats
path: root/modules/context
Commit message (Expand)AuthorAgeFilesLines
* [API] Add pagination to ListBranches (#14524)65432021-02-031-2/+2
* Move middlewares to web/middleware (#14480)Lunny Xiao2021-01-302-20/+20
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-295-12/+12
* 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-273-1/+94
* Fix captcha (#14488)Lunny Xiao2021-01-272-27/+13
* [Feature] add precise search type for Elastic Search (#12869)Jui-Nan Lin2021-01-271-0/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-2614-495/+1800
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-243-5/+39
* just overload to not get it by mistake again ... (#14440)65432021-01-231-0/+5
* Fix log http status is always zero (#14400)Lunny Xiao2021-01-191-0/+62
* Fix windows build error (#14263)Lunny Xiao2021-01-061-1/+1
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-052-42/+7
* Inline manifest.json (#14038)silverwind2020-12-221-0/+2
* Added option to disable migrations (#13114)Paweł Bogusławski2020-12-211-0/+1
* Support shortened commit SHAs in URLs (#13686)Lauris BH2020-11-251-4/+13
* Send error message when CSRF token is missing (#13676)Kevin Zúñiga2020-11-231-1/+1
* [API] Only Return Json (#13511)65432020-11-142-2/+59
* Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show o...zeripath2020-11-082-0/+18
* Tags cleanup (#13428)John Olheiser2020-11-051-3/+7
* Delete tag API (#13358)John Olheiser2020-10-301-0/+4
* Move install pages out of main macaron routes (#13195)zeripath2020-10-191-6/+0
* Vendor Update Go Libs (#13166)65432020-10-161-5/+1
* [API] If User is Admin, show 500 error message on PROD mode too (#13115)65432020-10-121-2/+2
* Return sample message for login error in api context (#12994)赵智超2020-10-041-3/+23
* Add configurable Trust Models (#11712)zeripath2020-09-201-1/+1
* Issue templates directory (#11450)John Olheiser2020-09-111-0/+71
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-1/+1
* Kanban board (#8346)Lanre Adelowo2020-08-161-0/+1
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-131-0/+1
* Prevent redirect back to /user/events (#12462)zeripath2020-08-081-3/+6
* Fix typo (#12013)successgo2020-06-221-1/+1
* Provide diff and patch API endpoints (#11751)zeripath2020-06-051-0/+4
* Include query in sign in redirect (#11579)mrsdizzie2020-06-031-0/+1
* [API] on 500 error only show message if gitea in dev mode (#11641)65432020-06-031-0/+4
* Return json on 500 error from API (#11574)65432020-05-281-4/+21
* When must change password only show Signout (#11600)zeripath2020-05-261-1/+3
* api.Context.NotFound(...) should tolerate nil (#11288)zeripath2020-05-051-0/+5
* Allow unauthenticated users to compare (#11240)Kyle Evans2020-05-041-17/+21
* Fix release counter on API repository info (#10968)65432020-04-061-2/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+2
* Fix wrong permissions check when issues/prs shared operations (#9885)Lunny Xiao2020-01-201-1/+1
* Fix issues/pulls dependencies problems (#9842)Lunny Xiao2020-01-191-2/+2
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-4/+47
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-1/+1
* Prevent redirect to Host (#9678)zeripath2020-01-091-1/+2
* Use Req.URL.RequestURI() to cope with FCGI urls (#9473)zeripath2019-12-242-9/+9
* Swagger info corrections (#9441)65432019-12-201-0/+7