summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Fix push-to-create (#9772)John Olheiser2020-01-161-1/+58
* Fix missing msteam webhook on organization (#9781)Lunny Xiao2020-01-151-1/+3
* Fix #9662 (#9767)David Svantesson2020-01-151-1/+1
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-152-4/+4
* Add require signed commit for protected branch (#9708)zeripath2020-01-155-18/+169
* [API] add endpoint to check notifications [Extend #9488] (#9595)65432020-01-143-0/+41
* Move newbranch to standalone package (#9627)Lunny Xiao2020-01-143-7/+10
* Restricted users (#6274)Manush Dodunekov2020-01-137-27/+22
* [API] Add "before" query to ListIssueComments and ListRepoIssue… (#9685)65432020-01-131-11/+25
* [API] add GET /orgs endpoint (#9560)65432020-01-125-6/+61
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-122-5/+5
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-122-5/+3
* [BugFix] [API] ​/repos​/issues​/search (#9698)65432020-01-121-12/+16
* Allow repo admin to merge PR regardless of review status (#9611)David Svantesson2020-01-114-32/+108
* Move tracked time api convert to convert package (#9665)Lunny Xiao2020-01-101-5/+6
* Remove deprecation comment for CreateOrgRepo (#9670)Ryan2020-01-101-1/+0
* Fix wrong original git service type on a migrated repository (#9693)Lunny Xiao2020-01-102-21/+31
* Move pull request api convert to convert package (#9664)Lunny Xiao2020-01-101-4/+5
* [API] creat org repo call same as github (#9186)65432020-01-092-10/+41
* [API] orgEditTeam make Fields optional (#9556)65432020-01-091-14/+29
* [API] Add notification endpoint (#9488)65432020-01-097-2/+422
* Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)David Svantesson2020-01-093-2/+5
* times Add filters (#9373)65432020-01-083-25/+150
* [API] add comments endpoint for single comment (#9494)65432020-01-082-3/+85
* Move wiki related funtions from models to services/wiki (#9355)Lunny Xiao2020-01-073-23/+26
* Branches not at ref commit ID should not be listed as Merged (#9614)zeripath2020-01-073-31/+97
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-072-2/+137
* fix swagger description of reaction API (#9617)65432020-01-061-12/+12
* [BugFix] Hide public repos owned by private orgs (#9609)65432020-01-051-0/+1
* Fix create bugs (#9606)John Olheiser2020-01-041-2/+3
* Fix access issues on milestone and issue overview pages. (#9603)David Svantesson2020-01-041-45/+35
* Only serve attachments when linked to issue/release and if accessible by user...Antoine GIRARD2020-01-053-31/+59
* Fix error logged when repos qs is empty (#9591)guillep2k2020-01-031-12/+14
* Add branch protection option to block merge on requested changes. (#9592)David Svantesson2020-01-033-1/+10
* [API] dont reqToken on GetReactions (fix #9543) (#9548)65432020-01-022-10/+10
* Dont trigger notification twice on issue assignee change (#9582)65432020-01-021-4/+1
* Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539)65432020-01-012-5/+9
* [API] Fix 9544 | return 200 when reaction already exist (#9550)65432019-12-313-37/+39
* Change markdown rendering from blackfriday to goldmark (#9533)zeripath2019-12-311-5/+0
* [BugFix] use default avatar for ghost user (fix 500 error) (#9536)65432019-12-291-7/+13
* remove since it is there for 3years (#9538)65432019-12-291-18/+0
* [Fix] Release attachment should use DownloadURL() not Name (#9529)65432019-12-281-1/+1
* Fix repository issues pagination bug when there are more than one label filte...Lunny Xiao2019-12-281-1/+2
* Stop various tests from adding to the source tree (#9515)zeripath2019-12-281-0/+30
* [Fix] AllowedReaction code (#9518)65432019-12-272-2/+0
* [API] Extend times API (#9200)65432019-12-273-33/+223
* Remove obsolete file private/push_update.go (#9503)David Svantesson2019-12-261-56/+0
* Push update after branch is restored (#9416)Mario Lubenka2019-12-261-0/+16
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-262-172/+264
* Trigger webhook when deleting a branch after merging a PR (#9424)Brad Albright2019-12-251-0/+16