| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add support for database schema in PostgreSQL (#8819) | guillep2k | 2020-01-20 | 2 | -0/+3 |
* | Fix wrong permissions check when issues/prs shared operations (#9885) | Lunny Xiao | 2020-01-20 | 2 | -3/+3 |
* | Add top author stats to activity page (#9615) | Lauris BH | 2020-01-20 | 3 | -8/+41 |
* | Issue/PR Context Popups (#9822) | John Olheiser | 2020-01-19 | 5 | -16/+19 |
* | Add option to prevent LDAP from deactivating everything on empty search (#9879) | zeripath | 2020-01-20 | 2 | -0/+2 |
* | Give the stdout on temp_repo error (#9871) | zeripath | 2020-01-20 | 1 | -3/+3 |
* | Allow hyphen in language name (#9873) | zeripath | 2020-01-19 | 1 | -1/+1 |
* | Make CertFile and KeyFile relative to CustomPath (#9868) | zeripath | 2020-01-19 | 2 | -2/+22 |
* | Fix issues/pulls dependencies problems (#9842) | Lunny Xiao | 2020-01-19 | 1 | -2/+2 |
* | Add setting to set default and global disabled repository units. (#8788) | David Svantesson | 2020-01-17 | 1 | -0/+4 |
* | Add "Update Branch" button to Pull Requests (#9784) | 6543 | 2020-01-17 | 1 | -2/+2 |
* | Move mailer to use a queue (#9789) | zeripath | 2020-01-16 | 1 | -7/+17 |
* | [refactor] notify remove unused praram (#9804) | 6543 | 2020-01-16 | 7 | -14/+8 |
* | tests: configure github remaining limit + read token (#9800) | Antoine GIRARD | 2020-01-16 | 2 | -4/+20 |
* | Fix markdown anchor links (#9673) | Moritz | 2020-01-16 | 1 | -0/+3 |
* | Fix missing unlock in uniquequeue (#9790) | zeripath | 2020-01-15 | 1 | -0/+1 |
* | Migrate reactions when migrating repository from github (#9599) | Lunny Xiao | 2020-01-15 | 7 | -74/+223 |
* | Add require signed commit for protected branch (#9708) | zeripath | 2020-01-15 | 9 | -19/+212 |
* | Fix #9752 (#9769) | zeripath | 2020-01-14 | 1 | -1/+1 |
* | [API] add endpoint to check notifications [Extend #9488] (#9595) | 6543 | 2020-01-14 | 1 | -0/+5 |
* | 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 |