aboutsummaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Expand)AuthorAgeFilesLines
* Move create issue comment to comments package (#8212)Lunny Xiao2019-09-241-3/+4
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-1/+2
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-232-0/+276
* Reference issues from pull requests and other issues (#8137)guillep2k2019-09-201-3/+32
* Refuse merge until all required status checks success (#7481)Lunny Xiao2019-09-182-0/+58
* move some milestone functions to a standalone package (#8213)Lunny Xiao2019-09-181-1/+2
* Adds side-by-side diff for images (#6784)Mario Lubenka2019-09-163-3/+98
* Move create release from models to a standalone package (#7539)Lunny Xiao2019-09-151-3/+4
* Implement webhook branch filter (#7791)WGH2019-09-091-0/+1
* Add option to initialize repository with labels (#6061)John Olheiser2019-09-082-16/+10
* Add reviewrs as participants (#8121)guillep2k2019-09-071-11/+11
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-054-6/+10
* Add API endpoint for accessing repo topics (#7963)David Svantesson2019-09-031-17/+4
* Add change title notification for issues (#8061)guillep2k2019-09-021-0/+3
* Move line number to :before attr to hide from search on browser (#8002)jaqra2019-08-281-1/+1
* Retry create issue to cope with duplicate keys (#7898)guillep2k2019-08-261-7/+0
* Use gitea forked macaron (#7933)Tamal Saha2019-08-236-7/+7
* Extract the username and password from the mirror url (#7651)zeripath2019-08-161-0/+4
* Detect delimiter in CSV rendering (#7869)Norwin2019-08-161-2/+4
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-155-15/+16
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-153-8/+8
* fix non existent milestone with 500 error (#7867)Lanre Adelowo2019-08-141-0/+5
* move CreateReview to moduels/pull (#7841)Lunny Xiao2019-08-141-1/+3
* Enable switching to a different source branch when PR already exists (#7819)Mario Lubenka2019-08-111-7/+7
* Display error as string but not bytes (#7780)Lunny Xiao2019-08-071-1/+1
* 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