| Commit message (Expand) | Author | Age | Files | Lines |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 2 | -2/+19 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 3 | -244/+31 |
* | Allow setting X-FRAME-OPTIONS (#16643) | zeripath | 2021-08-06 | 2 | -2/+2 |
* | Pass down SignedUserName down to AccessLogger context (#16605) | zeripath | 2021-08-04 | 3 | -4/+28 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 3 | -22/+19 |
* | Add an abstract json layout to make it's easier to change json library (#16528) | Lunny Xiao | 2021-07-24 | 1 | -2/+1 |
* | Refactor: Move login out of models (#16199) | zeripath | 2021-07-24 | 2 | -2/+2 |
* | Redirect on bad CSRF instead of presenting bad page (#14937) | zeripath | 2021-07-08 | 1 | -4/+19 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 1 | -1/+1 |
* | Rework repository archive (#14723) | Lunny Xiao | 2021-06-23 | 1 | -0/+15 |
* | [API] ListReleases add filter for draft and pre-releases (#16175) | 6543 | 2021-06-17 | 2 | -0/+20 |
* | Add push to remote mirror repository (#15157) | KN4CK3R | 2021-06-14 | 1 | -1/+5 |
* | Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1... | Lunny Xiao | 2021-06-09 | 2 | -34/+44 |
* | Make modules/context.Context a context.Context (#16031) | zeripath | 2021-05-31 | 1 | -1/+21 |
* | Prevent double-login for Git HTTP and LFS and simplify login (#15303) | zeripath | 2021-05-15 | 1 | -0/+3 |
* | Stop calling WriteHeader in Write (#15862) | zeripath | 2021-05-14 | 1 | -1/+1 |
* | Use single shared random string generation function (#15741) | silverwind | 2021-05-10 | 1 | -100/+0 |
* | On open repository open common cat file batch and batch-check (#15667) | zeripath | 2021-05-10 | 1 | -1/+7 |
* | fix some ui bug about draft release (#15137) | a1012112796 | 2021-05-06 | 1 | -1/+4 |
* | Defer closing the gitrepo until the end of the wrapped context functions (#15... | zeripath | 2021-05-06 | 1 | -8/+11 |
* | Use route rather than use thus reducing the number of stack frames (#15301) | zeripath | 2021-05-04 | 1 | -0/+6 |
* | Unified link creation. (#15619) | KN4CK3R | 2021-04-30 | 1 | -3/+2 |
* | Disable Stars config option (#14653) | Kyle D | 2021-04-15 | 1 | -0/+1 |
* | Prevent superfluous response.WriteHeader (#15456) | zeripath | 2021-04-14 | 1 | -3/+7 |
* | Turn RepoRef and RepoAssignment back into func(*Context) (#15372) | zeripath | 2021-04-09 | 1 | -308/+295 |
* | [refactor] replace int with httpStatusCodes (#15282) | 6543 | 2021-04-05 | 3 | -16/+18 |
* | response simple text message for not html request when 404 (#15229) | a1012112796 | 2021-04-01 | 1 | -0/+17 |
* | Add SameSite setting for cookies (#14900) | zeripath | 2021-03-07 | 3 | -17/+71 |
* | Migrate to use jsoniter instead of encoding/json (#14841) | zeripath | 2021-03-01 | 1 | -1/+2 |
* | Repository transfer has to be confirmed, if user can not create repo for new ... | 6543 | 2021-03-01 | 1 | -0/+18 |
* | Fix go get (#14758) | Lunny Xiao | 2021-02-22 | 1 | -58/+0 |
* | Prevent endless loop if templates missing (#14752) | zeripath | 2021-02-20 | 1 | -0/+4 |
* | [API] Add pagination to ListBranches (#14524) | 6543 | 2021-02-03 | 1 | -2/+2 |
* | Move middlewares to web/middleware (#14480) | Lunny Xiao | 2021-01-30 | 2 | -20/+20 |
* | Update docs and comments to remove macaron (#14491) | Lunny Xiao | 2021-01-29 | 5 | -12/+12 |
* | Fix json charset bug (#14514) | Lunny Xiao | 2021-01-29 | 1 | -2/+2 |
* | Fix load time bug (#14508) | Lunny Xiao | 2021-01-29 | 1 | -4/+10 |
* | Fix JSON Header response (#14499) | 6543 | 2021-01-27 | 1 | -1/+1 |
* | Fix access log (#14475) | Lunny Xiao | 2021-01-27 | 3 | -1/+94 |
* | Fix captcha (#14488) | Lunny Xiao | 2021-01-27 | 2 | -27/+13 |
* | [Feature] add precise search type for Elastic Search (#12869) | Jui-Nan Lin | 2021-01-27 | 1 | -0/+1 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 14 | -495/+1800 |
* | Redirect on changed user and org name (#11649) | Andrew Bezold | 2021-01-24 | 3 | -5/+39 |
* | just overload to not get it by mistake again ... (#14440) | 6543 | 2021-01-23 | 1 | -0/+5 |
* | Fix log http status is always zero (#14400) | Lunny Xiao | 2021-01-19 | 1 | -0/+62 |
* | Fix windows build error (#14263) | Lunny Xiao | 2021-01-06 | 1 | -1/+1 |
* | Fix recovery middleware to render gitea style page. (#13857) | Lunny Xiao | 2021-01-05 | 2 | -42/+7 |
* | Inline manifest.json (#14038) | silverwind | 2020-12-22 | 1 | -0/+2 |
* | Added option to disable migrations (#13114) | Paweł Bogusławski | 2020-12-21 | 1 | -0/+1 |
* | Support shortened commit SHAs in URLs (#13686) | Lauris BH | 2020-11-25 | 1 | -4/+13 |