summaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Expand)AuthorAgeFilesLines
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Fix 404 when send pull request some situation (#6871)Lunny Xiao2019-05-071-4/+22
* Improve migrations to support migrating milestones/labels/issues/comments/pul...Lunny Xiao2019-05-071-31/+65
* fix 500 when reviewer is deleted with integration tests (#6856)Lunny Xiao2019-05-061-2/+7
* Add GET requests to webhook (#6771)Simon2019-05-051-0/+1
* Number of commits ahead/behind in branch overview (#6695)Mario Lubenka2019-05-051-4/+16
* Git statistics in Activity tab (#4724)Lauris BH2019-05-041-2/+31
* fix pulls broken when fork repository deleted (#6754)Lunny Xiao2019-04-261-1/+6
* OAuth2 token can be used in basic auth (#6747)techknowlogick2019-04-251-0/+12
* Fix org visibility bug when git cloning (#6743)Lunny Xiao2019-04-251-5/+0
* Handle redirects in git clone commands (#6688)James E. Blair2019-04-251-2/+17
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-224-1/+100
* Show "delete branch" button on closed pull requests (#6570) (#6601)Mario Lubenka2019-04-202-2/+3
* Fix reversion caused by 6314 (#6685)zeripath2019-04-201-1/+0
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-206-22/+40
* Add option to blame files (#5721)Andrzej Ressel2019-04-191-0/+253
* Add support for MS Teams webhooks (#6632)Daniel Grier2019-04-191-0/+72
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-197-24/+20
* Telegram webhook (#4227)techknowlogick2019-04-181-0/+91
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-172-156/+135
* Properly escape on the redirect from the web editor (#6657)zeripath2019-04-161-7/+8
* Correctly adjust mirror url (#6593)zeripath2019-04-121-1/+46
* Support search operators for commits search (#6479)Mura Li2019-04-121-5/+6
* Allow admin users to set a repositoires visibility to public, even if FORCE_P...Matthias Beckert2019-04-111-2/+2
* Delete local branch if it exists (#6497)John Olheiser2019-04-081-0/+6
* Show last commit status in pull request lists (#6465)Elias Norberg2019-04-021-0/+8
* fix upload attachments (#6481)Lunny Xiao2019-04-021-1/+4
* Better logging (#6038) (#6095)zeripath2019-04-0210-33/+33
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-2714-23/+19
* Clean up ref name rules (#6437)mrsdizzie2019-03-261-1/+2
* routers/repo/setting: display correct error for invalid mirror interval (#6414)Allen Wild2019-03-251-0/+10
* Implement Default Webhooks (#4299)Russell Aunger2019-03-181-20/+39
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-181-5/+1
* Add same changes from issues page to milestone->issues page (#6328)John Olheiser2019-03-151-0/+8
* update git vendor to fix wrong release commit id and add migrations (#6224)Lunny Xiao2019-03-111-1/+1
* Create a repo redirect when transferring ownership (#6210) (#6211)James E. Blair2019-02-281-0/+8
* fix bug when migrate repository 500 when repo is existed (#6188)Lunny Xiao2019-02-261-0/+5
* fix bug user could change private repository to public when force private ena...Lunny Xiao2019-02-221-0/+8
* Allow display of LFS stored Readme.md on directory page (#6073) (#6099)zeripath2019-02-211-26/+88
* refactor issue indexer, add some testing and fix a bug (#6131)Lunny Xiao2019-02-211-1/+2
* Minor UI tweaks (#5980)John Olheiser2019-02-191-0/+7
* Refactor issue indexer (#5363)Lunny Xiao2019-02-191-2/+5
* Implement "conversation lock" for issue comments (#5073)Lanre Adelowo2019-02-182-0/+96
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-0/+5
* Allow labels to contain emoji (#6063)John Olheiser2019-02-161-0/+1
* Allow markdown files to read from the LFS (#5787)zeripath2019-02-122-28/+92
* Refactor editor upload, update and delete to use git plumbing and add LFS sup...zeripath2019-02-122-26/+59
* In basic auth check for tokens before call UserSignIn (#5725)manuelluis2019-02-121-37/+37
* Add the Owner Name to differentiate when merging (#3807)Luo Yifei2019-02-121-0/+2
* Add option to close issues via commit on a non master branch (#5992)Lanre Adelowo2019-02-101-5/+11