| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 40 | -16751/+0 |
* | Merge all deleteBranch as one function and also fix bug when delete branch do... | Lunny Xiao | 2021-06-07 | 2 | -94/+29 |
* | Fixed assert statements. (#16089) | KN4CK3R | 2021-06-07 | 1 | -1/+1 |
* | Make commit info cancelable (#16032) | zeripath | 2021-06-06 | 2 | -2/+2 |
* | Add Image Diff for SVG files (#14867) | KN4CK3R | 2021-06-05 | 6 | -56/+74 |
* | Hide mirror passwords on repo settings page (#16022) | zeripath | 2021-05-31 | 1 | -0/+6 |
* | Make modules/context.Context a context.Context (#16031) | zeripath | 2021-05-31 | 2 | -2/+2 |
* | Close the dataRC reader sooner (#16023) | zeripath | 2021-05-30 | 1 | -0/+5 |
* | Add links to toggle WIP status (#14677) | Jimmy Praet | 2021-05-27 | 1 | -0/+2 |
* | Restore token authentication for git http when 2FA active (#15915) | zeripath | 2021-05-18 | 1 | -1/+1 |
* | Prevent double-login for Git HTTP and LFS and simplify login (#15303) | zeripath | 2021-05-15 | 1 | -104/+23 |
* | Close the gitrepo when deleting the repository (#15876) | zeripath | 2021-05-14 | 1 | -0/+5 |
* | 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 |
* | On open repository open common cat file batch and batch-check (#15667) | zeripath | 2021-05-10 | 1 | -0/+12 |
* | Ensure that ctx.Written is checked after issues(...) calls (#15797) | zeripath | 2021-05-09 | 1 | -0/+3 |
* | Add selecting tags on the compare page (#15723) | Jonathan Tran | 2021-05-07 | 1 | -16/+37 |
* | fix some ui bug about draft release (#15137) | a1012112796 | 2021-05-06 | 1 | -8/+16 |
* | Add compare tag dropdown to releases page (#15695) | Jonathan Tran | 2021-05-03 | 1 | -0/+12 |
* | Unified link creation. (#15619) | KN4CK3R | 2021-04-30 | 5 | -10/+9 |
* | Fix readme render bug (#15649) | Lunny Xiao | 2021-04-28 | 1 | -0/+1 |
* | Refactor renders (#15175) | Lunny Xiao | 2021-04-19 | 8 | -48/+169 |
* | 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 | 1 | -12/+7 |
* | fix wrong file link in code search page (#15466) | a1012112796 | 2021-04-14 | 1 | -2/+1 |
* | Add ETag header (#15370) | KN4CK3R | 2021-04-12 | 2 | -10/+23 |
* | Code Formats, Nits & Unused Func/Var deletions (#15286) | 6543 | 2021-04-09 | 3 | -7/+5 |
* | Add LFS Migration and Mirror (#14726) | KN4CK3R | 2021-04-08 | 5 | -244/+235 |
* | Add dashboard milestone search and repo milestone search by name (#14866) | Roger Luo | 2021-04-08 | 1 | -0/+7 |
* | Fix CanCreateRepo check (#15311) | John Olheiser | 2021-04-07 | 1 | -0/+3 |
* | Move modules/forms to services/forms (#15305) | zeripath | 2021-04-06 | 21 | -98/+98 |
* | [refactor] replace int with httpStatusCodes (#15282) | 6543 | 2021-04-05 | 25 | -238/+259 |
* | 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 |
* | should run RetrieveRepoMetas() for empty pr (#15187) | a1012112796 | 2021-03-29 | 1 | -3/+7 |
* | [refactor] Unify the export of user data via API (#15144) | 6543 | 2021-03-27 | 1 | -1/+1 |
* | Add DefaultMergeStyle option to repository (#14789) | parnic | 2021-03-27 | 2 | -1/+5 |
* | Implement delete release attachments and update release attachments' name (#1... | Lunny Xiao | 2021-03-23 | 1 | -6/+32 |
* | Create new issue from code (#14863) | Roger Luo | 2021-03-17 | 1 | -0/+1 |
* | Fixed wrong migrate url error description. (#15010) | KN4CK3R | 2021-03-17 | 2 | -8/+8 |
* | Move repo.CloseIssuesViaCommitInAnyBranch to issue settings (#14965) | Norwin | 2021-03-16 | 1 | -4/+12 |
* | Ensure validation occurs on clone addresses too (#14994) | zeripath | 2021-03-15 | 2 | -48/+47 |
* | Fix migration context data (#14910) | KN4CK3R | 2021-03-07 | 1 | -15/+22 |
* | Fix bug when combine label comments (#14894) | Lunny Xiao | 2021-03-05 | 2 | -17/+97 |
* | Make manual merge autodetection optional and add manual merge as merge method... | a1012112796 | 2021-03-03 | 4 | -6/+56 |
* | Migrate to use jsoniter instead of encoding/json (#14841) | zeripath | 2021-03-01 | 2 | -2/+11 |
* | Repository transfer has to be confirmed, if user can not create repo for new ... | 6543 | 2021-03-01 | 3 | -4/+83 |
* | Create tag on ui (#13467) | a1012112796 | 2021-02-28 | 2 | -2/+39 |
* | Add EasyMDE support for release content editor (#14744) | a1012112796 | 2021-02-22 | 1 | -0/+8 |
* | Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1... | zeripath | 2021-02-19 | 1 | -2/+1 |