summaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Expand)AuthorAgeFilesLines
* improve branches list performance and fix protected branch icon when no-login...Lunny Xiao2019-08-011-4/+12
* use 403 instead of 401 for ErrUserProhibitLogin (#7591)zeripath2019-07-231-1/+1
* Handle ErrUserProhibitLogin in http git (#7586)zeripath2019-07-231-1/+4
* Fixes #7474 - Handles all redirects for Web UI File CRUD (#7478)Richard Mahn2019-07-172-15/+119
* add notification placeholder (#7409)Lunny Xiao2019-07-121-0/+5
* Only show "New Pull Request" button if repo allows pulls (#7426)Gary Kim2019-07-111-0/+1
* wiki history improvements (#7391)Cherrg2019-07-111-2/+2
* wiki - page revisions list (#7369)Cherrg2019-07-081-64/+188
* Refactor filetype is not allowed errors (#7309)Antoine GIRARD2019-07-063-30/+8
* routers: do not leak secrets via timing side channel (#7364)leonklingele2019-07-061-1/+4
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-301-1/+23
* Show Pull Request button or status of latest PR in branch list (#6990)Mario Lubenka2019-06-271-12/+26
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-262-16/+16
* Fix #732: Add LFS objects to base repository on merging (#7082)zeripath2019-06-221-1/+2
* Add golangci (#6418)kolaente2019-06-1212-52/+84
* Fixes diff on merged pull requests (#7171)Mario Lubenka2019-06-111-8/+8
* if milestone id is zero don't get it from database (#7169)Lunny Xiao2019-06-101-6/+8
* Move PushUpdate dependency from models to repofiles (#6763)Lunny Xiao2019-06-101-9/+12
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-073-324/+350
* Add state param to milestone listing API (#7131)Lanre Adelowo2019-06-061-1/+2
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-011-4/+4
* Validate External Tracker URL Format (#7089)mrsdizzie2019-05-311-1/+1
* Repository avatars (#6986)Sergey Dryabzhinsky2019-05-291-0/+59
* Show git-notes (#6984)Vladimir Panteleev2019-05-241-0/+10
* Fix index produces problem when issues/pulls deleted (#6973)Lunny Xiao2019-05-181-1/+7
* Webhook Logs show proper HTTP Method, and allow change HTTP method in form (#...techknowlogick2019-05-151-0/+1
* fix syntax highlight in blame view #6895 (#6909)iliyan ivanov2019-05-111-1/+1
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-6/+0
* 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