| Commit message (Expand) | Author | Age | Files | Lines |
* | Add mimetype mapping settings (#15133) | Adam Szatyin | 2021-05-10 | 1 | -0/+8 |
* | don't record error when request a non-exist user (#15819) | Lunny Xiao | 2021-05-10 | 1 | -1/+1 |
* | Fix goth user infer bug (#15821) | Lunny Xiao | 2021-05-10 | 1 | -5/+10 |
* | Move restore repo to internal router and invoke from command to avoid open th... | Lunny Xiao | 2021-05-10 | 2 | -0/+52 |
* | Use single shared random string generation function (#15741) | silverwind | 2021-05-10 | 1 | -2/+2 |
* | On open repository open common cat file batch and batch-check (#15667) | zeripath | 2021-05-10 | 1 | -0/+12 |
* | 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 |
* | Allow only internal registration (#15795) | 6543 | 2021-05-09 | 2 | -3/+11 |
* | Ensure that ctx.Written is checked after issues(...) calls (#15797) | zeripath | 2021-05-09 | 1 | -0/+3 |
* | [API] make change repo settings work on empty repos (#15778) | 6543 | 2021-05-08 | 2 | -9/+9 |
* | Add selecting tags on the compare page (#15723) | Jonathan Tran | 2021-05-07 | 1 | -16/+37 |
* | Feature/oauth userinfo (#15721) | N. L. H | 2021-05-06 | 2 | -0/+74 |
* | fix some ui bug about draft release (#15137) | a1012112796 | 2021-05-06 | 2 | -10/+18 |
* | 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 | 2 | -46/+51 |
* | Add compare tag dropdown to releases page (#15695) | Jonathan Tran | 2021-05-03 | 1 | -0/+12 |
* | Addition to (Add Location, Website and Description to API #15675) (#15690) | KN4CK3R | 2021-05-02 | 1 | -0/+3 |
* | Fixed several activation bugs (#15473) | KN4CK3R | 2021-04-30 | 2 | -6/+38 |
* | Unified link creation. (#15619) | KN4CK3R | 2021-04-30 | 6 | -11/+10 |
* | Added missing prefix on install route. (#15677) | KN4CK3R | 2021-04-30 | 1 | -0/+1 |
* | Fix readme render bug (#15649) | Lunny Xiao | 2021-04-28 | 1 | -0/+1 |
* | add `/assets` as root dir of public files (#15219) | a1012112796 | 2021-04-28 | 2 | -1/+5 |
* | Attachment support repository route (#15580) | Lunny Xiao | 2021-04-23 | 1 | -0/+1 |
* | Refactor renders (#15175) | Lunny Xiao | 2021-04-19 | 13 | -76/+214 |
* | add well-known config for OIDC (#15355) | techknowlogick | 2021-04-15 | 2 | -0/+11 |
* | Fix bug clone wiki (#15499) | Lunny Xiao | 2021-04-15 | 1 | -0/+10 |
* | Performance improvement for list pull requests (#15447) | Lunny Xiao | 2021-04-15 | 2 | -17/+12 |
* | Disable Stars config option (#14653) | Kyle D | 2021-04-15 | 2 | -0/+22 |
* | fix wrong file link in code search page (#15466) | a1012112796 | 2021-04-14 | 1 | -2/+1 |
* | OAuth2 auto-register (#5123) | Martin Michaelis | 2021-04-14 | 2 | -132/+182 |
* | Prevent NPE on avatar direct rendering if federated avatars disabled (#15434) | zeripath | 2021-04-12 | 1 | -2/+17 |
* | Add ETag header (#15370) | KN4CK3R | 2021-04-12 | 2 | -10/+23 |
* | add some reponse status on api docs (#15399) | a1012112796 | 2021-04-11 | 1 | -0/+12 |
* | Fix delete nonexist oauth application 500 and prevent deadlock (#15384) | Lunny Xiao | 2021-04-10 | 1 | -1/+5 |
* | rsponse 404 when delete not exist email (#15383) | a1012112796 | 2021-04-10 | 1 | -0/+6 |
* | 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 |
* | Code Formats, Nits & Unused Func/Var deletions (#15286) | 6543 | 2021-04-09 | 9 | -21/+15 |
* | Add LFS Migration and Mirror (#14726) | KN4CK3R | 2021-04-08 | 7 | -266/+279 |
* | Add dashboard milestone search and repo milestone search by name (#14866) | Roger Luo | 2021-04-08 | 2 | -5/+15 |
* | Fix CanCreateRepo check (#15311) | John Olheiser | 2021-04-07 | 1 | -0/+3 |
* | Move modules/forms to services/forms (#15305) | zeripath | 2021-04-06 | 48 | -327/+327 |
* | [refactor] replace int with httpStatusCodes (#15282) | 6543 | 2021-04-05 | 60 | -402/+462 |
* | Drop the event source if we are unauthorized (#15275) | zeripath | 2021-04-04 | 1 | -2/+2 |
* | [refactor] mailer service (#15072) | 6543 | 2021-04-02 | 4 | -5/+5 |
* | response 404 for diff/patch of a commit that not exist (#15221) | a1012112796 | 2021-04-01 | 1 | -0/+6 |
* | Add Tabular Diff for CSV files (#14661) | KN4CK3R | 2021-03-29 | 3 | -8/+87 |
* | Improve /api/v1/repos/issues/search by just getting repo ids (#15179) | zeripath | 2021-03-29 | 1 | -20/+4 |
* | should run RetrieveRepoMetas() for empty pr (#15187) | a1012112796 | 2021-03-29 | 1 | -3/+7 |