| Commit message (Expand) | Author | Age | Files | Lines |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -4/+5 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -39/+35 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -3/+4 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -8/+9 |
* | Remove NewSession method from db.Engine interface (#17577) | Lunny Xiao | 2021-11-21 | 1 | -5/+6 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -4/+5 |
* | Only allow returned deleted branche to be on repo (#17570) | Gusted | 2021-11-08 | 1 | -1/+1 |
* | Add a simple way to rename branch like gh (#15870) | a1012112796 | 2021-10-08 | 1 | -0/+81 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -16/+16 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -42/+27 |
* | Support unprotected file patterns (#16395) | Jimmy Praet | 2021-09-11 | 1 | -1/+33 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 1 | -1/+1 |
* | Small refactoring of modules/private (#15947) | KN4CK3R | 2021-06-23 | 1 | -26/+1 |
* | Code Formats, Nits & Unused Func/Var deletions (#15286) | 6543 | 2021-04-09 | 1 | -19/+0 |
* | Add dismiss review feature (#12674) | a1012112796 | 2021-02-11 | 1 | -1/+3 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 1 | -2/+1 |
* | Add block on official review requests branch protection (#13705) | a1012112796 | 2020-11-28 | 1 | -24/+42 |
* | [Enhancement] Allow admin to merge pr with protected file changes (#12078) | 赵智超 | 2020-10-13 | 1 | -0/+32 |
* | Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE... | zeripath | 2020-08-30 | 1 | -7/+0 |
* | Default empty merger list to those with write permissions (#12535) | zeripath | 2020-08-20 | 1 | -2/+3 |
* | Use ID or Where to instead directly use Get when load object from database (#... | Lunny Xiao | 2020-06-17 | 1 | -5/+5 |
* | Refactor Cron and merge dashboard tasks (#10745) | zeripath | 2020-05-16 | 1 | -3/+2 |
* | Prevent merge of outdated PRs on protected branches (#11012) | 6543 | 2020-04-16 | 1 | -0/+6 |
* | add request review from specific reviewers feature in pull request (#10756) | 赵智超 | 2020-04-06 | 1 | -1/+2 |
* | Allow to set protected file patterns that can not be changed under no conditi... | Lauris BH | 2020-03-27 | 1 | -0/+19 |
* | Add require signed commit for protected branch (#9708) | zeripath | 2020-01-15 | 1 | -0/+1 |
* | Allow repo admin to merge PR regardless of review status (#9611) | David Svantesson | 2020-01-11 | 1 | -23/+2 |
* | Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) | David Svantesson | 2020-01-09 | 1 | -18/+23 |
* | Add branch protection option to block merge on requested changes. (#9592) | David Svantesson | 2020-01-03 | 1 | -1/+19 |
* | Fix deleted branch isn't removed when push the branch again (#9516) | Lunny Xiao | 2019-12-27 | 1 | -0/+6 |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 1 | -1/+3 |
* | Fix protected branch using IssueID (#9348) | John Olheiser | 2019-12-13 | 1 | -1/+1 |
* | Branch protection: Possibility to not use whitelist but allow anyone with wri... | David Svantesson | 2019-12-03 | 1 | -22/+60 |
* | Update branch API endpoint to show effective branch protection. (#9031) | David Svantesson | 2019-11-16 | 1 | -0/+5 |
* | Allow Protected Branches to Whitelist Deploy Keys (#8483) | zeripath | 2019-10-21 | 1 | -0/+1 |
* | Allow users with explicit read access to give approvals (#8382) | guillep2k | 2019-10-08 | 1 | -1/+22 |
* | Refuse merge until all required status checks success (#7481) | Lunny Xiao | 2019-09-18 | 1 | -0/+2 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -17/+18 |
* | Fix panic on push at #7611 (#7615) | zeripath | 2019-07-25 | 1 | -1/+1 |
* | Move status table to cron package (#7370) | Lunny Xiao | 2019-07-15 | 1 | -5/+0 |
* | #6946 Run hooks on merge/edit and cope with protected branches (#6961) | zeripath | 2019-07-01 | 1 | -0/+2 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -4/+4 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -5/+5 |
* | fix log output (#5938) | Sergey Romanov | 2019-02-02 | 1 | -1/+1 |
* | fix approvals limitation (#5521) | Lunny Xiao | 2018-12-11 | 1 | -1/+2 |
* | Approvals at Branch Protection (#5350) | Jonas Franz | 2018-12-11 | 1 | -21/+83 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -3/+9 |
* | Push whitelist now doesn't apply to branch deletion (#4601) (#4607) | SagePtr | 2018-08-08 | 1 | -0/+18 |
* | Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function (#4519) (#... | SagePtr | 2018-07-27 | 1 | -1/+1 |