| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 404 when send pull request some situation (#6871) | Lunny Xiao | 2019-05-07 | 1 | -4/+22 |
* | Improve migrations to support migrating milestones/labels/issues/comments/pul... | Lunny Xiao | 2019-05-07 | 1 | -31/+65 |
* | fix 500 when reviewer is deleted with integration tests (#6856) | Lunny Xiao | 2019-05-06 | 1 | -2/+7 |
* | Add GET requests to webhook (#6771) | Simon | 2019-05-05 | 1 | -0/+1 |
* | Number of commits ahead/behind in branch overview (#6695) | Mario Lubenka | 2019-05-05 | 1 | -4/+16 |
* | Git statistics in Activity tab (#4724) | Lauris BH | 2019-05-04 | 1 | -2/+31 |
* | fix pulls broken when fork repository deleted (#6754) | Lunny Xiao | 2019-04-26 | 1 | -1/+6 |
* | OAuth2 token can be used in basic auth (#6747) | techknowlogick | 2019-04-25 | 1 | -0/+12 |
* | Fix org visibility bug when git cloning (#6743) | Lunny Xiao | 2019-04-25 | 1 | -5/+0 |
* | Handle redirects in git clone commands (#6688) | James E. Blair | 2019-04-25 | 1 | -2/+17 |
* | Trace Logging on Permission Denied & ColorFormat (#6618) | zeripath | 2019-04-22 | 4 | -1/+100 |
* | Show "delete branch" button on closed pull requests (#6570) (#6601) | Mario Lubenka | 2019-04-20 | 2 | -2/+3 |
* | Fix reversion caused by 6314 (#6685) | zeripath | 2019-04-20 | 1 | -1/+0 |
* | Unifies pagination template usage (#6531) (#6533) | Mario Lubenka | 2019-04-20 | 6 | -22/+40 |
* | Add option to blame files (#5721) | Andrzej Ressel | 2019-04-19 | 1 | -0/+253 |
* | Add support for MS Teams webhooks (#6632) | Daniel Grier | 2019-04-19 | 1 | -0/+72 |
* | Improve listing performance by using go-git (#6478) | Filip Navara | 2019-04-19 | 7 | -24/+20 |
* | Telegram webhook (#4227) | techknowlogick | 2019-04-18 | 1 | -0/+91 |
* | Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) | Richard Mahn | 2019-04-17 | 2 | -156/+135 |
* | Properly escape on the redirect from the web editor (#6657) | zeripath | 2019-04-16 | 1 | -7/+8 |
* | Correctly adjust mirror url (#6593) | zeripath | 2019-04-12 | 1 | -1/+46 |
* | Support search operators for commits search (#6479) | Mura Li | 2019-04-12 | 1 | -5/+6 |
* | Allow admin users to set a repositoires visibility to public, even if FORCE_P... | Matthias Beckert | 2019-04-11 | 1 | -2/+2 |
* | Delete local branch if it exists (#6497) | John Olheiser | 2019-04-08 | 1 | -0/+6 |
* | Show last commit status in pull request lists (#6465) | Elias Norberg | 2019-04-02 | 1 | -0/+8 |
* | fix upload attachments (#6481) | Lunny Xiao | 2019-04-02 | 1 | -1/+4 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 10 | -33/+33 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 14 | -23/+19 |
* | Clean up ref name rules (#6437) | mrsdizzie | 2019-03-26 | 1 | -1/+2 |
* | routers/repo/setting: display correct error for invalid mirror interval (#6414) | Allen Wild | 2019-03-25 | 1 | -0/+10 |
* | Implement Default Webhooks (#4299) | Russell Aunger | 2019-03-18 | 1 | -20/+39 |
* | Clean up various use of escape/unescape functions for URL generation (#6334) | mrsdizzie | 2019-03-18 | 1 | -5/+1 |
* | Add same changes from issues page to milestone->issues page (#6328) | John Olheiser | 2019-03-15 | 1 | -0/+8 |
* | update git vendor to fix wrong release commit id and add migrations (#6224) | Lunny Xiao | 2019-03-11 | 1 | -1/+1 |
* | Create a repo redirect when transferring ownership (#6210) (#6211) | James E. Blair | 2019-02-28 | 1 | -0/+8 |
* | fix bug when migrate repository 500 when repo is existed (#6188) | Lunny Xiao | 2019-02-26 | 1 | -0/+5 |
* | fix bug user could change private repository to public when force private ena... | Lunny Xiao | 2019-02-22 | 1 | -0/+8 |
* | Allow display of LFS stored Readme.md on directory page (#6073) (#6099) | zeripath | 2019-02-21 | 1 | -26/+88 |
* | refactor issue indexer, add some testing and fix a bug (#6131) | Lunny Xiao | 2019-02-21 | 1 | -1/+2 |
* | Minor UI tweaks (#5980) | John Olheiser | 2019-02-19 | 1 | -0/+7 |
* | Refactor issue indexer (#5363) | Lunny Xiao | 2019-02-19 | 1 | -2/+5 |
* | Implement "conversation lock" for issue comments (#5073) | Lanre Adelowo | 2019-02-18 | 2 | -0/+96 |
* | Allow to set organization visibility (public, internal, private) (#1763) | Rémy Boulanouar | 2019-02-18 | 1 | -0/+5 |
* | Allow labels to contain emoji (#6063) | John Olheiser | 2019-02-16 | 1 | -0/+1 |
* | Allow markdown files to read from the LFS (#5787) | zeripath | 2019-02-12 | 2 | -28/+92 |
* | Refactor editor upload, update and delete to use git plumbing and add LFS sup... | zeripath | 2019-02-12 | 2 | -26/+59 |
* | In basic auth check for tokens before call UserSignIn (#5725) | manuelluis | 2019-02-12 | 1 | -37/+37 |
* | Add the Owner Name to differentiate when merging (#3807) | Luo Yifei | 2019-02-12 | 1 | -0/+2 |
* | Add option to close issues via commit on a non master branch (#5992) | Lanre Adelowo | 2019-02-10 | 1 | -5/+11 |
* | Fix serving of raw wiki files other than .md (#5814) | Gabriel Silva Simões | 2019-02-05 | 2 | -15/+50 |