| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix incorrect oldest sort in project list (#25806) | yp05327 | 2023-07-11 | 3 | -13/+62 |
* | Exclude default branch from pushed branch hint (#25795) | Lunny Xiao | 2023-07-10 | 1 | -1/+3 |
* | For API attachments, use API URL (#25639) | Lunny Xiao | 2023-07-10 | 1 | -7/+0 |
* | Avoid amending the Rebase and Fast-forward merge if there is no message templ... | wxiaoguang | 2023-07-10 | 1 | -1/+1 |
* | Revert package access change from #23879 (#25707) | KN4CK3R | 2023-07-09 | 5 | -1/+150 |
* | Update tool dependencies, lock govulncheck and actionlint (#25655) | silverwind | 2023-07-09 | 11 | -66/+61 |
* | Test if container blob is accessible before mounting (#22759) | KN4CK3R | 2023-07-09 | 1 | -0/+46 |
* | Newly pushed branches hints on repository home page (#25715) | Lunny Xiao | 2023-07-08 | 2 | -0/+33 |
* | Less naked returns (#25713) | 6543 | 2023-07-07 | 6 | -44/+45 |
* | Remove unused code (#25734) | KN4CK3R | 2023-07-06 | 2 | -57/+0 |
* | Fix inconsistent user profile layout across tabs (#25625) | puni9869 | 2023-07-06 | 1 | -1/+1 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 34 | -121/+121 |
* | some less naked returns (#25682) | 6543 | 2023-07-04 | 2 | -20/+22 |
* | Add unit test for repository collaboration (#25640) | Earl Warren | 2023-07-03 | 1 | -0/+88 |
* | Fix bug when change user name (#25637) | Lunny Xiao | 2023-07-03 | 1 | -0/+4 |
* | Make FindBranches have stable result (#25631) | wxiaoguang | 2023-07-03 | 1 | -6/+2 |
* | Display branch commit status (#25608) | Lunny Xiao | 2023-07-03 | 1 | -0/+47 |
* | Get latest commit statuses from database instead of git data on dashboard for... | Lunny Xiao | 2023-07-03 | 1 | -0/+17 |
* | Following-up improvments for various PRs (#25620) | wxiaoguang | 2023-07-01 | 1 | -2/+2 |
* | Fix bug of branches API with tests (#25578) | Lunny Xiao | 2023-07-01 | 2 | -1/+50 |
* | Fix branch commit message too long problem (#25588) | Lunny Xiao | 2023-06-30 | 2 | -8/+18 |
* | Sync branches into databases (#22743) | Lunny Xiao | 2023-06-29 | 12 | -326/+710 |
* | Split lfs size from repository size (#22900) | a1012112796 | 2023-06-28 | 5 | -3/+91 |
* | Fix content holes in Actions task logs file (#25560) | Jason Song | 2023-06-28 | 4 | -0/+69 |
* | Support `pull_request_target` event (#25229) | Zettat123 | 2023-06-26 | 3 | -7/+25 |
* | Improve loadprojects for issue list (#25468) | Lunny Xiao | 2023-06-24 | 3 | -23/+24 |
* | Fix wrong warn messages in migration steps (#25475) | Lunny Xiao | 2023-06-24 | 1 | -1/+4 |
* | Store and use seconds for timeline time comments (#25392) | 6543 | 2023-06-23 | 2 | -13/+20 |
* | Make "dismiss" content shown correctly (#25461) | wxiaoguang | 2023-06-23 | 1 | -1/+1 |
* | Show outdated comments in files changed tab (#24936) | sebastian-sauer | 2023-06-21 | 4 | -11/+15 |
* | Refactor path & config system (#25330) | wxiaoguang | 2023-06-21 | 2 | -7/+9 |
* | Add actor and status dropdowns to run list (#25118) | HesterG | 2023-06-21 | 1 | -0/+35 |
* | Support configuration variables on Gitea Actions (#24724) | sillyguodong | 2023-06-20 | 4 | -38/+128 |
* | Refactor: TotalTimest return seconds (#25370) | 6543 | 2023-06-19 | 2 | -10/+10 |
* | Fix index generation parallelly failure (#25235) | Lunny Xiao | 2023-06-15 | 2 | -0/+63 |
* | Add missing `v` in migrations.go (#25252) | yp05327 | 2023-06-14 | 1 | -2/+2 |
* | Fix description of drop custom_labels migration (#25243) | sillyguodong | 2023-06-14 | 2 | -3/+3 |
* | Fix all possible setting error related storages and added some tests (#23911) | Lunny Xiao | 2023-06-14 | 3 | -6/+6 |
* | Support changing labels of Actions runner without re-registration (#24806) | sillyguodong | 2023-06-13 | 5 | -13/+50 |
* | Fix profile render when the README.md size is larger than 1024 bytes (#25131) | yp05327 | 2023-06-13 | 1 | -1/+1 |
* | Hide limited users if viewed by anonymous ghost (#25214) | KN4CK3R | 2023-06-13 | 1 | -0/+4 |
* | Fix duplicate Reviewed-by trailers (#24796) | Cory Todd | 2023-06-09 | 5 | -1/+73 |
* | Add codeowners feature (#24910) | Vladimir Buyanov | 2023-06-08 | 2 | -0/+243 |
* | Remove stars when repo goes private (#19904) | Wim | 2023-06-05 | 2 | -0/+32 |
* | Fix parallelly generating index failure with Mysql (#24567) | Lunny Xiao | 2023-06-05 | 2 | -7/+50 |
* | Use RepositoryList instead of []*Repository (#25074) | Lunny Xiao | 2023-06-05 | 5 | -9/+9 |
* | Add ability to set multiple redirect URIs in OAuth application UI (#25072) | Denys Konovalov | 2023-06-05 | 1 | -8/+0 |
* | Redesign Scoped Access Tokens (#24767) | Jack Hay | 2023-06-04 | 7 | -187/+762 |
* | Use a separate admin page to show global stats, remove `actions` stat (#25062) | wxiaoguang | 2023-06-03 | 2 | -28/+2 |
* | Add user level action runners (#24995) | HesterG | 2023-05-31 | 1 | -1/+5 |