| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix comment permissions (#28213) (#28217) | Lunny Xiao | 2023-11-26 | 9 | -47/+83 |
* | Fix no ActionTaskOutput table waring (#28149) (#28151) | Giteabot | 2023-11-21 | 1 | -0/+4 |
* | Restricted users only see repos in orgs which their team was assigned to (#28... | Giteabot | 2023-11-14 | 1 | -5/+5 |
* | Fix wrong xorm Delete usage(backport for 1.20) (#28003) | Nanguan Lin | 2023-11-12 | 1 | -1/+1 |
* | Fix bug of review request number (#27406) | Lunny Xiao | 2023-10-03 | 1 | -1/+8 |
* | Allow get release download files and lfs files with oauth2 token format (#264... | Giteabot | 2023-10-01 | 2 | -0/+27 |
* | Add logs for data broken of comment review (#27326) (#27344) | Giteabot | 2023-09-29 | 1 | -27/+9 |
* | Quote table `release` in sql queries (#27205) (#27219) | KN4CK3R | 2023-09-24 | 1 | -5/+5 |
* | Fix context cache bug & enable context cache for dashabord commits' authors(#... | Lunny Xiao | 2023-09-13 | 4 | -38/+40 |
* | Fix wrong review requested number (#26784) (#26880) | Giteabot | 2023-09-03 | 1 | -6/+15 |
* | Fix verifyCommits error when push a new branch (#26664) (#26810) | Giteabot | 2023-08-31 | 3 | -4/+34 |
* | check blocklist for emails when adding them to account (#26812) (#26831) | Giteabot | 2023-08-31 | 1 | -1/+12 |
* | Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597) (#26618) | Giteabot | 2023-08-21 | 2 | -2/+23 |
* | Fix project filter bugs (#26490) (#26558) | CaiCandong | 2023-08-19 | 2 | -10/+14 |
* | Fix NuGet search endpoints (#25613) (#26499) | KN4CK3R | 2023-08-16 | 3 | -5/+91 |
* | Add transaction when creating pull request created dirty data (#26259) (#26437) | Lunny Xiao | 2023-08-11 | 3 | -13/+12 |
* | Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde... | Giteabot | 2023-08-07 | 2 | -8/+58 |
* | Fix API leaking Usermail if not logged in (#25097) (#26350) | wxiaoguang | 2023-08-06 | 1 | -1/+6 |
* | Fix log typo in task.go (#26337) (#26343) | Giteabot | 2023-08-05 | 1 | -1/+1 |
* | Fix bug with sqlite load read (#26305) (#26339) | Giteabot | 2023-08-05 | 4 | -10/+25 |
* | Fix the topic validation rule and suport dots (#26286) (#26303) | Giteabot | 2023-08-04 | 2 | -1/+3 |
* | Fix pull request check list is limited (#26179) (#26245) | Giteabot | 2023-07-31 | 1 | -3/+3 |
* | Fix access check for org-level project (#26182) (#26223) | Giteabot | 2023-07-29 | 1 | -0/+6 |
* | Prevent primary key update on migration (#26192) (#26199) | Giteabot | 2023-07-28 | 1 | -1/+1 |
* | Fix bug when pushing to a pull request which enabled dismiss approval automat... | Lunny Xiao | 2023-07-27 | 5 | -154/+189 |
* | Fix bugs in LFS meta garbage collection (#26122) (#26157) | Giteabot | 2023-07-26 | 1 | -5/+4 |
* | Update xorm version (#26128) (#26150) | Lunny Xiao | 2023-07-26 | 1 | -1/+4 |
* | Remove "misc" scope check from public API endpoints (#26134) (#26149) | Giteabot | 2023-07-26 | 1 | -1/+1 |
* | Fix wrong workflow status when rerun a job in an already finished workflow (#... | Giteabot | 2023-07-25 | 1 | -1/+1 |
* | Fix empty project displayed in issue sidebar (#25802) (#25854) | Giteabot | 2023-07-12 | 3 | -7/+51 |
* | Fix incorrect oldest sort in project list (#25806) (#25835) | Giteabot | 2023-07-12 | 3 | -13/+62 |
* | For API attachments, use API URL (#25639) (#25814) | Giteabot | 2023-07-10 | 1 | -7/+0 |
* | Avoid amending the Rebase and Fast-forward merge if there is no message templ... | Giteabot | 2023-07-10 | 1 | -1/+1 |
* | Revert package access change from #23879 (#25707) (#25785) | Giteabot | 2023-07-09 | 5 | -1/+150 |
* | Remove unused code (#25734) (#25788) | Giteabot | 2023-07-09 | 2 | -57/+0 |
* | Test if container blob is accessible before mounting (#22759) (#25784) | Giteabot | 2023-07-09 | 1 | -0/+46 |
* | Replace `interface{}` with `any` (#25686) (#25687) | silverwind | 2023-07-04 | 34 | -121/+121 |
* | Add unit test for repository collaboration (#25640) (#25658) | Giteabot | 2023-07-04 | 1 | -0/+88 |
* | Fix bug of branches API with tests(#25578) (#25579) | Lunny Xiao | 2023-07-03 | 2 | -1/+50 |
* | Fix bug when change user name (#25637) (#25646) | Giteabot | 2023-07-03 | 1 | -0/+4 |
* | Fix content holes in Actions task logs file (#25560) (#25566) | Giteabot | 2023-06-28 | 4 | -0/+69 |
* | Improve loadprojects for issue list (#25468) (#25493) | Giteabot | 2023-06-26 | 3 | -23/+24 |
* | Fix wrong warn messages in migration steps (#25475) (#25487) | Giteabot | 2023-06-24 | 1 | -1/+4 |
* | Make "dismiss" content shown correctly (#25461) (#25465) | Giteabot | 2023-06-23 | 1 | -1/+1 |
* | Refactor path & config system (#25330) (#25416) | wxiaoguang | 2023-06-22 | 2 | -7/+9 |
* | Show outdated comments in files changed tab (#24936) (#25428) | sebastian-sauer | 2023-06-22 | 4 | -11/+15 |
* | Fix index generation parallelly failure (#25235) (#25269) | Giteabot | 2023-06-15 | 2 | -0/+63 |
* | Fix all possible setting error related storages and added some tests (#23911)... | Giteabot | 2023-06-14 | 3 | -6/+6 |
* | Hide limited users if viewed by anonymous ghost (#25214) (#25220) | Giteabot | 2023-06-13 | 1 | -0/+4 |
* | Remove stars when repo goes private (#19904) | Wim | 2023-06-05 | 2 | -0/+32 |