| Commit message (Expand) | Author | Age | Files | Lines |
* | Make "dismiss" content shown correctly (#25461) (#25465) | Giteabot | 2023-06-23 | 1 | -1/+1 |
* | Show outdated comments in files changed tab (#24936) (#25428) | sebastian-sauer | 2023-06-22 | 3 | -11/+13 |
* | Use RepositoryList instead of []*Repository (#25074) | Lunny Xiao | 2023-06-05 | 1 | -1/+1 |
* | Followup to pinned Issues (#24945) | JakobDev | 2023-05-30 | 1 | -2/+9 |
* | Add the ability to pin Issues (#24406) | JakobDev | 2023-05-25 | 2 | -0/+183 |
* | New webhook trigger for receiving Pull Request review requests (#24481) | 谈笑风生间 | 2023-05-24 | 4 | -8/+93 |
* | Fix 500 error when select `No assignee` filter in issue list page (#24854) | yp05327 | 2023-05-22 | 1 | -1/+1 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 1 | -26/+13 |
* | Use `CommentList` instead of `[]*Comment` (#24828) | Lunny Xiao | 2023-05-21 | 3 | -5/+5 |
* | Some refactors for issues stats (#24793) | Lunny Xiao | 2023-05-19 | 7 | -926/+930 |
* | Remove duplicated issues options and some more refactors (#24787) | Lunny Xiao | 2023-05-18 | 5 | -1645/+1659 |
* | Support no label/assignee filter and batch clearing labels/assignees (#24707) | Lunny Xiao | 2023-05-17 | 1 | -14/+26 |
* | Modify luminance calculation and extract related functions into single files ... | Hester Gong | 2023-05-10 | 2 | -36/+0 |
* | Review fixes and enhancements (#24526) | silverwind | 2023-05-10 | 1 | -0/+14 |
* | Refresh the refernce of the closed PR when reopening (#24231) | sillyguodong | 2023-05-08 | 3 | -9/+8 |
* | Merge setting.InitXXX into one function with options (#24389) | Lunny Xiao | 2023-05-04 | 1 | -6/+0 |
* | Improve milestone filter on issues page (#22423) | Lunny Xiao | 2023-04-30 | 1 | -2/+6 |
* | Load reviewer for comments when dismissing a review (#24281) | Jason Song | 2023-04-23 | 1 | -2/+10 |
* | Use more specific test methods (#24265) | KN4CK3R | 2023-04-22 | 2 | -3/+3 |
* | Fix issue attachment handling (#24202) | wxiaoguang | 2023-04-20 | 3 | -81/+75 |
* | Make more functions use ctx instead of db.DefaultContext (#24068) | wxiaoguang | 2023-04-14 | 4 | -8/+8 |
* | Localize milestone related time strings (#24051) | Yarden Shoham | 2023-04-12 | 1 | -5/+0 |
* | Add API to manage issue dependencies (#17935) | qwerty287 | 2023-03-28 | 2 | -10/+15 |
* | add user rename endpoint to admin api (#22789) | techknowlogick | 2023-03-14 | 1 | -2/+2 |
* | Fix cannot reopen after pushing commits to a closed PR (#23189) | sillyguodong | 2023-03-03 | 2 | -7/+10 |
* | Add loading yaml label template files (#22976) | Lauris BH | 2023-03-02 | 2 | -65/+52 |
* | Order pull request conflict checking by recently updated, for each push (#23220) | Brecht Van Lommel | 2023-03-01 | 1 | -0/+1 |
* | Speed up HasUserStopwatch & GetActiveStopwatch (#23051) | zeripath | 2023-02-27 | 2 | -14/+24 |
* | Add "Reviewed by you" filter for pull requests (#22927) | Brecht Van Lommel | 2023-02-24 | 1 | -0/+61 |
* | Fix DBConsistency checks on MSSQL (#23132) | zeripath | 2023-02-24 | 1 | -4/+4 |
* | Fix intermittent panic in notify issue change content (#23019) | zeripath | 2023-02-20 | 1 | -6/+8 |
* | Improve issues.LoadProject (#22982) | yp05327 | 2023-02-20 | 2 | -6/+2 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 1 | -1/+1 |
* | Scoped labels (#22585) | Brecht Van Lommel | 2023-02-18 | 4 | -52/+145 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 3 | -4/+4 |
* | fix incorrect role labels for migrated issues and comments (#22914) | Zettat123 | 2023-02-15 | 2 | -0/+10 |
* | Fix more HTMLURL in templates (#22831) | wxiaoguang | 2023-02-09 | 1 | -7/+7 |
* | Use link in UI which returned a relative url but not html_url which contains ... | Lunny Xiao | 2023-02-06 | 3 | -14/+33 |
* | Set PR for issue when load attributes for PRs (#22766) | Jason Song | 2023-02-05 | 1 | -0/+1 |
* | Fix time to NotifyPullRequestSynchronized (#22650) | Jason Song | 2023-02-05 | 1 | -1/+12 |
* | Show all projects, not just repo projects and open/closed projects (#22640) | Lunny Xiao | 2023-02-04 | 1 | -0/+2 |
* | Improve trace logging for pulls and processes (#22633) | zeripath | 2023-02-03 | 1 | -4/+63 |
* | Small refactor for loading PRs (#22652) | Lunny Xiao | 2023-02-01 | 1 | -2/+3 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 6 | -37/+38 |
* | Issues: add Project filter to issues list and search (#22544) | techknowlogick | 2023-01-29 | 1 | -0/+6 |
* | Support org/user level projects (#22235) | Lunny Xiao | 2023-01-20 | 2 | -6/+6 |
* | Support importing comment types (#22510) | Sybren | 2023-01-18 | 2 | -0/+16 |
* | some refactor about code comments (#20821) | Lunny Xiao | 2023-01-17 | 4 | -184/+163 |
* | Supports wildcard protected branch (#20825) | Lunny Xiao | 2023-01-16 | 2 | -27/+12 |
* | Restore previous official review when an official review is deleted (#22449) | Jimmy Praet | 2023-01-15 | 2 | -9/+58 |