| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support to migrate from gogs (#14342) | 6543 | 2021-01-21 | 16 | -298/+861 |
* | Display current stopwatch in navbar (#14122) | Norwin | 2021-01-21 | 2 | -0/+4 |
* | Add support for ed25519_sk and ecdsa_sk SSH keys (#13462) | Artemis Tosini | 2021-01-20 | 1 | -1/+1 |
* | Prevent panic on fuzzer provided string (#14405) | zeripath | 2021-01-20 | 2 | -10/+53 |
* | Fix log http status is always zero (#14400) | Lunny Xiao | 2021-01-19 | 1 | -0/+62 |
* | Add pager to the branches page (#14202) | Chester Liu | 2021-01-19 | 2 | -0/+10 |
* | Check if label template exist first (#14384) | 6543 | 2021-01-18 | 2 | -9/+22 |
* | Upgrade blevesearch dependency to v2.0.1 (#14346) | Lauris BH | 2021-01-17 | 3 | -18/+18 |
* | Implement ghost comment mitigation (#14349) | 6543 | 2021-01-17 | 1 | -0/+2 |
* | Sort issue search results by revelance (#14353) | Lauris BH | 2021-01-16 | 3 | -3/+4 |
* | Kd/fix allow svg doctype (#14344) | Kyle D | 2021-01-15 | 2 | -2/+10 |
* | Use IsProd instead of testing if it's equal. (#14336) | Lunny Xiao | 2021-01-14 | 3 | -3/+7 |
* | Fix typo (#14332) | Lunny Xiao | 2021-01-14 | 1 | -1/+1 |
* | Display SVG files as images instead of text (#14101) | Jonathan Tran | 2021-01-12 | 3 | -5/+105 |
* | Add option to change username to the admin panel (#14229) | 6543 | 2021-01-10 | 1 | -0/+1 |
* | Do not reload page after adding comments in Pull Request reviews (#13877) | Jimmy Praet | 2021-01-08 | 1 | -0/+1 |
* | Some code improvements (#14266) | Lunny Xiao | 2021-01-06 | 1 | -3/+2 |
* | Fix windows build error (#14263) | Lunny Xiao | 2021-01-06 | 10 | -43/+48 |
* | Add option for administrator to reset user 2FA (#14243) | 6543 | 2021-01-05 | 1 | -0/+1 |
* | Fix recovery middleware to render gitea style page. (#13857) | Lunny Xiao | 2021-01-05 | 19 | -126/+892 |
* | Render links for commit hashes followed by comma (#14224) | Nuno Silva | 2021-01-03 | 2 | -1/+7 |
* | Add MirrorInterval to the API (#14163) | Paul Barton | 2021-01-02 | 6 | -21/+57 |
* | Send notifications for mentions in pulls, issues, (code-)comments (#14218) | Jimmy Praet | 2021-01-02 | 8 | -43/+108 |
* | When visit /favicon.ico but the static file is not exist return 404 but not c... | Lunny Xiao | 2021-01-01 | 1 | -0/+1 |
* | Consolidate Logos and update README header (#14136) | silverwind | 2021-01-01 | 1 | -14/+4 |
* | Minimal OpenID Connect implementation (#14139) | Johnny Oskarsson | 2021-01-02 | 1 | -0/+4 |
* | Check for 'main' as potential default branch name (#14193) | Chester Liu | 2020-12-30 | 1 | -0/+5 |
* | Improve label and text wrapping (#14113) | silverwind | 2020-12-29 | 1 | -1/+1 |
* | Fix bug of link query order on markdown render (#14156) | Lunny Xiao | 2020-12-29 | 1 | -1/+1 |
* | Custom icons for OAuth sources (#14161) | Timo Ley | 2020-12-28 | 1 | -0/+1 |
* | Dump github/gitlab/gitea repository data to a local directory and restore to ... | Lunny Xiao | 2020-12-27 | 22 | -216/+1161 |
* | Migration: drop to long repo topics (#14152) | 6543 | 2020-12-27 | 1 | -0/+9 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 6 | -26/+58 |
* | Fix creating OAuth2 auth source from CLI (#14116) | Daniil Pankratov | 2020-12-24 | 1 | -0/+5 |
* | Improve vfsgen to not unzip bindata files but send to browser directly (#7109) | Lunny Xiao | 2020-12-24 | 4 | -2/+102 |
* | API: Make BasicAuth Prefix case insensitive (#14106) | 6543 | 2020-12-23 | 1 | -1/+1 |
* | Fix manifest encoding (#14114) | silverwind | 2020-12-23 | 2 | -9/+104 |
* | Fix git.parseTagData (#14105) | 6543 | 2020-12-22 | 3 | -4/+80 |
* | Inline manifest.json (#14038) | silverwind | 2020-12-22 | 2 | -0/+15 |
* | Standardize Co-Authored-By / Reviewed-By strings (#14097) | Cirno the Strongest | 2020-12-21 | 1 | -2/+2 |
* | Add StatDir and replace com.StatDir (#14099) | Lunny Xiao | 2020-12-22 | 5 | -13/+87 |
* | more test case for STORAGE_TYPE overrides (and fixes) (#14096) | 胡玮文 | 2020-12-22 | 2 | -8/+57 |
* | Fix storage config implementation (#14091) | 胡玮文 | 2020-12-21 | 2 | -21/+177 |
* | Add Test for Fix #14040 (#14045) | 6543 | 2020-12-21 | 1 | -0/+69 |
* | Add mentionable teams to tributeValues and change team mention rules to gh's ... | a1012112796 | 2020-12-21 | 3 | -6/+12 |
* | Added option to disable migrations (#13114) | Paweł Bogusławski | 2020-12-21 | 4 | -3/+10 |
* | Manually approve new registration (#13083) | Jiri Vlasak | 2020-12-19 | 1 | -0/+6 |
* | Refactor get tag to remove unnecessary steps (#14058) | Lunny Xiao | 2020-12-20 | 1 | -33/+19 |
* | [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) | 6543 | 2020-12-18 | 5 | -71/+84 |
* | Fix panic in BasicAuthDecode (#14046) | silverwind | 2020-12-17 | 2 | -0/+12 |