summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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
* adding calls to issue.LoadRepo() prior to calling issue.HTMLURL() (#9484)Brad Albright2019-12-251-0/+10
* [API] Extend contents with dates (#9464)65432019-12-242-0/+34
* Use Req.URL.RequestURI() to cope with FCGI urls (#9473)zeripath2019-12-243-3/+5
* Prefix all user-generated IDs in markup (#9477)John Olheiser2019-12-231-2/+2
* Refactor code indexer (#9313)Lunny Xiao2019-12-233-7/+7
* Swagger info corrections (#9441)65432019-12-2050-638/+1018
* Response for context on retry database connection (#9444)Lunny Xiao2019-12-201-0/+6
* Fix NewCommitStatus (#9434)John Olheiser2019-12-191-2/+2
* Change PR commits and diffs to use base repo rather than forked (#3648)Keith Rutkowski2019-12-181-70/+35
* Fix some SimpleMDE (#9400)John Olheiser2019-12-172-0/+3
* Sleep longer if request speed is over github limitation (#9335)Lunny Xiao2019-12-161-1/+2
* AuthorizedKeysCommand should not query db directly (#9371)zeripath2019-12-162-4/+22
* Fix double webhook for new PR (#9375)John Olheiser2019-12-161-2/+0
* Add SimpleMDE to compare page for PRs (#9376)John Olheiser2019-12-161-0/+1
* Add SimpleMDE and Fix Image Paste for Issue/Comment Editor (#9197)Benno2019-12-161-0/+1
* Change target branch for pull request (#6488)Mario Lubenka2019-12-163-0/+91
* Fix cache problem on dashboard (#9358)Lunny Xiao2019-12-151-0/+2
* Add /milestones endpoint (#8733)Brad Albright2019-12-153-3/+238
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-153-8/+11
* Move PushToBaseRepo from models to services/pull (#9352)Lunny Xiao2019-12-152-6/+0
* Push to create repo (#8419)John Olheiser2019-12-152-50/+124
* Move some repository methods from models to modules/repository (#9353)Lunny Xiao2019-12-141-1/+2
* site admin could view org's members (#9346)Lunny Xiao2019-12-144-117/+136
* Fix PR/issue redirects when having external tracker (#9339)David Svantesson2019-12-143-16/+16
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-133-74/+10
* Make repository management section handle lfs locks (#8726)zeripath2019-12-122-0/+181