| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 4 | -1508/+0 |
* | Rewrite of the LFS server (#15523) | KN4CK3R | 2021-06-06 | 1 | -7/+14 |
* | Fix language switch for install page (#16043) | a1012112796 | 2021-06-01 | 1 | -1/+1 |
* | Add missing SameSite settings for the i_like_gitea cookie (#16037) | zeripath | 2021-05-31 | 2 | -0/+2 |
* | Improve assets handler middleware (#15961) | Lunny Xiao | 2021-05-30 | 2 | -42/+29 |
* | Prevent double-login for Git HTTP and LFS and simplify login (#15303) | zeripath | 2021-05-15 | 1 | -2/+14 |
* | Return go-get info on subdirs (#15642) | zeripath | 2021-05-09 | 2 | -65/+88 |
* | Fix incorrect asset URL (#15805) | silverwind | 2021-05-09 | 1 | -1/+1 |
* | Feature/oauth userinfo (#15721) | N. L. H | 2021-05-06 | 1 | -0/+1 |
* | fix some ui bug about draft release (#15137) | a1012112796 | 2021-05-06 | 1 | -2/+2 |
* | Fix broken avatars since #15301 (#15731) | zeripath | 2021-05-05 | 1 | -2/+2 |
* | Use route rather than use thus reducing the number of stack frames (#15301) | zeripath | 2021-05-04 | 1 | -42/+51 |
* | Fixed several activation bugs (#15473) | KN4CK3R | 2021-04-30 | 1 | -1/+2 |
* | Added missing prefix on install route. (#15677) | KN4CK3R | 2021-04-30 | 1 | -0/+1 |
* | add `/assets` as root dir of public files (#15219) | a1012112796 | 2021-04-28 | 1 | -0/+1 |
* | Attachment support repository route (#15580) | Lunny Xiao | 2021-04-23 | 1 | -0/+1 |
* | add well-known config for OIDC (#15355) | techknowlogick | 2021-04-15 | 1 | -0/+1 |
* | Turn RepoRef and RepoAssignment back into func(*Context) (#15372) | zeripath | 2021-04-09 | 1 | -10/+10 |
* | Move FCGI req.URL.Path fix-up to the FCGI listener (#15292) | zeripath | 2021-04-09 | 1 | -9/+0 |
* | Add LFS Migration and Mirror (#14726) | KN4CK3R | 2021-04-08 | 1 | -1/+1 |
* | Move modules/forms to services/forms (#15305) | zeripath | 2021-04-06 | 2 | -135/+135 |
* | [refactor] replace int with httpStatusCodes (#15282) | 6543 | 2021-04-05 | 1 | -4/+4 |
* | Fix bug on avatar middleware (#15124) | Lunny Xiao | 2021-03-23 | 1 | -2/+11 |
* | Handle unauthorized user events gracefully (#15071) | Lauris BH | 2021-03-20 | 1 | -1/+1 |
* | Add reverse proxy configuration support for remote IP address (#14959) | Lauris BH | 2021-03-16 | 1 | -2/+19 |
* | Add ui.explore settings to control view of explore pages (2) (#14094) | zeripath | 2021-03-11 | 1 | -1/+2 |
* | Add CORS config on to /login/oauth/access_token endpoint (#14850) | zeripath | 2021-03-04 | 1 | -1/+13 |
* | Handle urls with trailing slash (#14852) | Norwin | 2021-03-02 | 1 | -0/+1 |
* | Fix go get (#14758) | Lunny Xiao | 2021-02-22 | 1 | -1/+65 |
* | Add UI to delete tracked times (#14100) | Norwin | 2021-02-19 | 1 | -0/+1 |
* | routers/routes/web: Fix typo in comment (#14729) | Jacob Hrbek | 2021-02-18 | 1 | -1/+1 |
* | Whitespace in commits (#14650) | vnkmpf | 2021-02-13 | 1 | -4/+4 |
* | Added option to disable webhooks (#13176) | Paweł Bogusławski | 2021-02-11 | 1 | -9/+17 |
* | Add dismiss review feature (#12674) | a1012112796 | 2021-02-11 | 1 | -0/+1 |
* | Sort / Move project boards (#14634) | Romain | 2021-02-11 | 1 | -2/+2 |
* | Adding Chi's GetHead middleware (#14541) | Farid AYOUJIL | 2021-02-02 | 1 | -1/+2 |
* | Move middlewares to web/middleware (#14480) | Lunny Xiao | 2021-01-30 | 3 | -5/+5 |
* | Update docs and comments to remove macaron (#14491) | Lunny Xiao | 2021-01-29 | 1 | -1/+1 |
* | Fix access log (#14475) | Lunny Xiao | 2021-01-27 | 2 | -57/+4 |
* | Fix captcha (#14488) | Lunny Xiao | 2021-01-27 | 1 | -1/+3 |
* | Fix panic 500 page rendering (#14474) | Lunny Xiao | 2021-01-26 | 1 | -1/+2 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 3 | -439/+434 |
* | Display current stopwatch in navbar (#14122) | Norwin | 2021-01-21 | 1 | -0/+1 |
* | Fix log http status is always zero (#14400) | Lunny Xiao | 2021-01-19 | 1 | -2/+10 |
* | KanBan: be able to set default board (#14147) | 6543 | 2021-01-15 | 1 | -0/+1 |
* | Merge default and system webhooks under one menu (#14244) | Lauris BH | 2021-01-15 | 1 | -11/+14 |
* | Use IsProd instead of testing if it's equal. (#14336) | Lunny Xiao | 2021-01-14 | 1 | -6/+5 |
* | Fix typo (#14332) | Lunny Xiao | 2021-01-14 | 1 | -1/+1 |
* | Use Request.URL.RequestURI() for fcgi (#14312) (#14314) | Kyungmin Bae | 2021-01-13 | 1 | -6/+6 |
* | Issues overview should not show issues from archived repos (#13220) | Elena Neuschild | 2021-01-12 | 1 | -3/+6 |