| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix missing updated time on migrated issues and comments (#9744) | Lunny Xiao | 2020-01-14 | 6 | -0/+15 |
* | Move newbranch to standalone package (#9627) | Lunny Xiao | 2020-01-14 | 4 | -12/+177 |
* | Restricted users (#6274) | Manush Dodunekov | 2020-01-13 | 1 | -0/+1 |
* | Move create/fork repository from models to modules/repository (#9489) | Lunny Xiao | 2020-01-12 | 10 | -5/+833 |
* | Add owner_name column for table repository for maintaince reason (#9717) | Lunny Xiao | 2020-01-12 | 1 | -1/+1 |
* | Make hook status printing configurable with delay (#9641) | zeripath | 2020-01-12 | 1 | -0/+4 |
* | Remove unused lock (#9709) | zeripath | 2020-01-11 | 2 | -1/+3 |
* | Missed q.lock.Unlock() will cause panic (#9705) | zeripath | 2020-01-11 | 1 | -1/+0 |
* | Allow repo admin to merge PR regardless of review status (#9611) | David Svantesson | 2020-01-11 | 2 | -1/+2 |
* | Move tracked time api convert to convert package (#9665) | Lunny Xiao | 2020-01-10 | 1 | -0/+38 |
* | Don't attempt to close issue if already closed (#9696) | guillep2k | 2020-01-11 | 1 | -3/+5 |
* | Fix wrong original git service type on a migrated repository (#9693) | Lunny Xiao | 2020-01-10 | 1 | -6/+7 |
* | Move push commits from models to modules/repository (#9370) | Lunny Xiao | 2020-01-10 | 14 | -34/+469 |
* | Move pull request api convert to convert package (#9664) | Lunny Xiao | 2020-01-10 | 4 | -12/+193 |
* | Prevent redirect to Host (#9678) | zeripath | 2020-01-09 | 1 | -1/+2 |
* | [API] orgEditTeam make Fields optional (#9556) | 6543 | 2020-01-09 | 1 | -4/+4 |
* | [API] Add notification endpoint (#9488) | 6543 | 2020-01-09 | 1 | -0/+28 |
* | Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) | David Svantesson | 2020-01-09 | 3 | -10/+19 |
* | Add HTML URL to API Issues (#9654) | John Olheiser | 2020-01-08 | 5 | -4/+5 |
* | Add PR review webhook to Telegram (#9653) | John Olheiser | 2020-01-08 | 1 | -0/+21 |
* | fix #9648 | use filepath.IsAbs instead of path.IsAbs (#9651) | 6543 | 2020-01-08 | 1 | -5/+6 |
* | Graceful Queues: Issue Indexing and Tasks (#9363) | zeripath | 2020-01-07 | 27 | -643/+2453 |
* | Add a /user/login landing page option (#9622) | Timon Engelke | 2020-01-06 | 1 | -0/+3 |
* | Only show sender if it makes sense (#9601) | John Olheiser | 2020-01-04 | 7 | -65/+71 |
* | Add branch protection option to block merge on requested changes. (#9592) | David Svantesson | 2020-01-03 | 1 | -0/+1 |
* | Some more e-mail notification fixes (#9596) | mrsdizzie | 2020-01-03 | 1 | -1/+2 |
* | [API] Fix 9544 | return 200 when reaction already exist (#9550) | 6543 | 2019-12-31 | 1 | -2/+2 |
* | update swagger info (#9558) | 6543 | 2019-12-31 | 1 | -4/+8 |
* | Change markdown rendering from blackfriday to goldmark (#9533) | zeripath | 2019-12-31 | 12 | -265/+1064 |
* | Provide Default messages for merges (#9393) | zeripath | 2019-12-30 | 2 | -9/+48 |
* | Fix repository issues pagination bug when there are more than one label filte... | Lunny Xiao | 2019-12-28 | 1 | -0/+8 |
* | Refactor webhooks to reduce code duplication (#9422) | Cornel | 2019-12-28 | 10 | -698/+534 |
* | Stop various tests from adding to the source tree (#9515) | zeripath | 2019-12-28 | 4 | -11/+61 |
* | [Fix] AllowedReaction code (#9518) | 6543 | 2019-12-27 | 1 | -0/+3 |
* | [API] Extend times API (#9200) | 6543 | 2019-12-27 | 1 | -12/+20 |
* | Fix deleted branch isn't removed when push the branch again (#9516) | Lunny Xiao | 2019-12-27 | 1 | -0/+6 |
* | Batch hook pre- and post-receive calls (#8602) | zeripath | 2019-12-26 | 5 | -142/+320 |
* | fix datarace on issue indexer queue (#9490) | Lunny Xiao | 2019-12-25 | 2 | -1/+6 |
* | Wrap the code indexer (#9476) | zeripath | 2019-12-24 | 3 | -13/+132 |
* | [API] Extend contents with dates (#9464) | 6543 | 2019-12-24 | 5 | -7/+43 |
* | Use Req.URL.RequestURI() to cope with FCGI urls (#9473) | zeripath | 2019-12-24 | 3 | -10/+10 |
* | Prefix all user-generated IDs in markup (#9477) | John Olheiser | 2019-12-23 | 3 | -9/+20 |
* | Refactor code indexer (#9313) | Lunny Xiao | 2019-12-23 | 10 | -631/+642 |
* | Set default ssh.minimum_key_sizes (#9466) | mrsdizzie | 2019-12-22 | 1 | -1/+1 |
* | Add ActionCommentPull action (#9456) | mrsdizzie | 2019-12-22 | 3 | -5/+9 |
* | fixed bug in GitTreeBySHA where pulling items from a page other than page 1 w... | Brad Albright | 2019-12-22 | 1 | -5/+5 |
* | Fix wrong notification on merge (#9450) | guillep2k | 2019-12-20 | 1 | -1/+1 |
* | Swagger info corrections (#9441) | 6543 | 2019-12-20 | 1 | -0/+7 |
* | Use OriginalURL insead of CloneAddr in migration logging (#9418) | mrsdizzie | 2019-12-18 | 1 | -2/+2 |
* | Remove unsued struct (#9405) | Lauris BH | 2019-12-18 | 1 | -6/+0 |