| Commit message (Expand) | Author | Age | Files | Lines |
* | [API] Fix inconsistent label color format (#10129) | 6543 | 2020-02-09 | 1 | -2/+2 |
* | Move PushUpdateAddDeleteTags to repository module from models (#10106) | Lunny Xiao | 2020-02-03 | 1 | -1/+1 |
* | Cache last commit to accelerate the repository directory page visit (#10069) | Lunny Xiao | 2020-02-01 | 1 | -1/+7 |
* | Fix branch page pull request title and link error (#10092) | Lunny Xiao | 2020-02-01 | 1 | -1/+1 |
* | API endpoint for repo transfer (#9947) | 6543 | 2020-01-31 | 1 | -7/+7 |
* | Fix milestone API state parameter unhandled (#10049) | Lunny Xiao | 2020-01-29 | 1 | -1/+1 |
* | Fix wiki raw view on sub path (#10002) | Lunny Xiao | 2020-01-28 | 2 | -18/+11 |
* | Some refactor on git diff and ignore getting commit information failed on mig... | Lunny Xiao | 2020-01-28 | 1 | -2/+2 |
* | On merge of already closed PR redirect back to the pulls page (#10010) | zeripath | 2020-01-27 | 1 | -4/+18 |
* | fix commit view JS features, reimplement folding (#9968) | silverwind | 2020-01-26 | 1 | -0/+2 |
* | Fix pull view when head repository or head branch missed and close related pu... | Lunny Xiao | 2020-01-25 | 1 | -13/+16 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 7 | -26/+36 |
* | Make archive prefixing configurable with a global setting (#9943) | zeripath | 2020-01-22 | 1 | -1/+5 |
* | Fix wrong hint when status checking is running on pull request view (#9886) | Lunny Xiao | 2020-01-22 | 1 | -1/+3 |
* | add remote ip to the invalid credentials error message (#9918) | bobemoe | 2020-01-21 | 1 | -3/+3 |
* | Fix wrong permissions check when issues/prs shared operations (#9885) | Lunny Xiao | 2020-01-20 | 2 | -8/+7 |
* | Add top author stats to activity page (#9615) | Lauris BH | 2020-01-20 | 1 | -0/+5 |
* | Fix issues/pulls dependencies problems (#9842) | Lunny Xiao | 2020-01-19 | 3 | -22/+30 |
* | [Docs] add usefull info to REQUIRE_SIGNIN_VIEW (#9848) | 6543 | 2020-01-17 | 1 | -1/+1 |
* | fix (#9836) | 6543 | 2020-01-17 | 1 | -1/+7 |
* | Fix download file wrong content-type (#9825) | Lunny Xiao | 2020-01-17 | 1 | -1/+7 |
* | Fix wrong identify poster on a migrated pull request when submi… (#9827) | Lunny Xiao | 2020-01-17 | 1 | -1/+1 |
* | Add setting to set default and global disabled repository units. (#8788) | David Svantesson | 2020-01-17 | 1 | -58/+67 |
* | Add "Update Branch" button to Pull Requests (#9784) | 6543 | 2020-01-17 | 1 | -1/+81 |
* | Fix compare (#9808) | Lunny Xiao | 2020-01-16 | 1 | -24/+20 |
* | Remove unnecessary permissions load (#9796) | Lunny Xiao | 2020-01-16 | 2 | -13/+3 |
* | Fix push-to-create (#9772) | John Olheiser | 2020-01-16 | 1 | -1/+58 |
* | Fix #9662 (#9767) | David Svantesson | 2020-01-15 | 1 | -1/+1 |
* | Migrate reactions when migrating repository from github (#9599) | Lunny Xiao | 2020-01-15 | 1 | -2/+2 |
* | Add require signed commit for protected branch (#9708) | zeripath | 2020-01-15 | 3 | -3/+20 |
* | Move newbranch to standalone package (#9627) | Lunny Xiao | 2020-01-14 | 2 | -5/+7 |
* | Move create/fork repository from models to modules/repository (#9489) | Lunny Xiao | 2020-01-12 | 1 | -1/+1 |
* | Add owner_name column for table repository for maintaince reason (#9717) | Lunny Xiao | 2020-01-12 | 1 | -4/+2 |
* | Allow repo admin to merge PR regardless of review status (#9611) | David Svantesson | 2020-01-11 | 2 | -18/+38 |
* | Fix wrong original git service type on a migrated repository (#9693) | Lunny Xiao | 2020-01-10 | 1 | -15/+24 |
* | Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) | David Svantesson | 2020-01-09 | 3 | -2/+5 |
* | Move wiki related funtions from models to services/wiki (#9355) | Lunny Xiao | 2020-01-07 | 2 | -22/+24 |
* | Branches not at ref commit ID should not be listed as Merged (#9614) | zeripath | 2020-01-07 | 3 | -31/+97 |
* | Fix create bugs (#9606) | John Olheiser | 2020-01-04 | 1 | -2/+3 |
* | Only serve attachments when linked to issue/release and if accessible by user... | Antoine GIRARD | 2020-01-05 | 1 | -0/+56 |
* | Add branch protection option to block merge on requested changes. (#9592) | David Svantesson | 2020-01-03 | 2 | -1/+3 |
* | Dont trigger notification twice on issue assignee change (#9582) | 6543 | 2020-01-02 | 1 | -4/+1 |
* | [Fix] Release attachment should use DownloadURL() not Name (#9529) | 6543 | 2019-12-28 | 1 | -1/+1 |
* | Fix repository issues pagination bug when there are more than one label filte... | Lunny Xiao | 2019-12-28 | 1 | -1/+2 |
* | Stop various tests from adding to the source tree (#9515) | zeripath | 2019-12-28 | 1 | -0/+30 |
* | [Fix] AllowedReaction code (#9518) | 6543 | 2019-12-27 | 2 | -2/+0 |
* | [API] Extend times API (#9200) | 6543 | 2019-12-27 | 1 | -1/+1 |
* | Push update after branch is restored (#9416) | Mario Lubenka | 2019-12-26 | 1 | -0/+16 |
* | Trigger webhook when deleting a branch after merging a PR (#9424) | Brad Albright | 2019-12-25 | 1 | -0/+16 |
* | adding calls to issue.LoadRepo() prior to calling issue.HTMLURL() (#9484) | Brad Albright | 2019-12-25 | 1 | -0/+10 |