summaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix serving of raw wiki files other than .md (#5814)Gabriel Silva Simões2019-02-052-15/+50
* Pull request conflict files detection (#5951)Lunny Xiao2019-02-051-0/+5
* Automatically clear stopwatch on merging a PR (#4327)Lanre Adelowo2019-02-053-0/+33
* Issue 5924 fix compare button (#5929)zeripath2019-02-031-2/+2
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-031-0/+3
* New Issue ?body= query (#5851)kekero2019-01-281-0/+2
* Fix MinInterval (#5856)yasuokav2019-01-261-1/+1
* Feature: Archive repos (#5009)kolaente2019-01-235-5/+52
* Add the ability to use multiple labels as filters(#5786)Lauris BH2019-01-221-2/+13
* Disallow empty titles (#5785)Lanre Adelowo2019-01-213-1/+22
* Refactor repo.isBare to repo.isEmpty #5629 (#5714)zeripath2019-01-173-11/+11