aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Move mailer to use a queue (#9789)zeripath2020-01-161-7/+17
* [refactor] notify remove unused praram (#9804)65432020-01-167-14/+8
* tests: configure github remaining limit + read token (#9800)Antoine GIRARD2020-01-162-4/+20
* Fix markdown anchor links (#9673)Moritz2020-01-161-0/+3
* Fix missing unlock in uniquequeue (#9790)zeripath2020-01-151-0/+1
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-157-74/+223
* Add require signed commit for protected branch (#9708)zeripath2020-01-159-19/+212
* Fix #9752 (#9769)zeripath2020-01-141-1/+1
* [API] add endpoint to check notifications [Extend #9488] (#9595)65432020-01-141-0/+5
* Fix missing updated time on migrated issues and comments (#9744)Lunny Xiao2020-01-146-0/+15
* Move newbranch to standalone package (#9627)Lunny Xiao2020-01-144-12/+177
* Restricted users (#6274)Manush Dodunekov2020-01-131-0/+1
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-1210-5/+833
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-1/+1
* Make hook status printing configurable with delay (#9641)zeripath2020-01-121-0/+4
* Remove unused lock (#9709)zeripath2020-01-112-1/+3
* Missed q.lock.Unlock() will cause panic (#9705)zeripath2020-01-111-1/+0
* Allow repo admin to merge PR regardless of review status (#9611)David Svantesson2020-01-112-1/+2
* Move tracked time api convert to convert package (#9665)Lunny Xiao2020-01-101-0/+38
* Don't attempt to close issue if already closed (#9696)guillep2k2020-01-111-3/+5
* Fix wrong original git service type on a migrated repository (#9693)Lunny Xiao2020-01-101-6/+7
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-1014-34/+469
* Move pull request api convert to convert package (#9664)Lunny Xiao2020-01-104-12/+193
* Prevent redirect to Host (#9678)zeripath2020-01-091-1/+2
* [API] orgEditTeam make Fields optional (#9556)65432020-01-091-4/+4
* [API] Add notification endpoint (#9488)65432020-01-091-0/+28
* Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)David Svantesson2020-01-093-10/+19
* Add HTML URL to API Issues (#9654)John Olheiser2020-01-085-4/+5
* Add PR review webhook to Telegram (#9653)John Olheiser2020-01-081-0/+21
* fix #9648 | use filepath.IsAbs instead of path.IsAbs (#9651)65432020-01-081-5/+6
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-0727-643/+2453
* Add a /user/login landing page option (#9622)Timon Engelke2020-01-061-0/+3
* Only show sender if it makes sense (#9601)John Olheiser2020-01-047-65/+71
* Add branch protection option to block merge on requested changes. (#9592)David Svantesson2020-01-031-0/+1
* Some more e-mail notification fixes (#9596)mrsdizzie2020-01-031-1/+2
* [API] Fix 9544 | return 200 when reaction already exist (#9550)65432019-12-311-2/+2
* update swagger info (#9558)65432019-12-311-4/+8
* Change markdown rendering from blackfriday to goldmark (#9533)zeripath2019-12-3112-265/+1064
* Provide Default messages for merges (#9393)zeripath2019-12-302-9/+48
* Fix repository issues pagination bug when there are more than one label filte...Lunny Xiao2019-12-281-0/+8
* Refactor webhooks to reduce code duplication (#9422)Cornel2019-12-2810-698/+534
* Stop various tests from adding to the source tree (#9515)zeripath2019-12-284-11/+61
* [Fix] AllowedReaction code (#9518)65432019-12-271-0/+3
* [API] Extend times API (#9200)65432019-12-271-12/+20
* Fix deleted branch isn't removed when push the branch again (#9516)Lunny Xiao2019-12-271-0/+6
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-265-142/+320
* fix datarace on issue indexer queue (#9490)Lunny Xiao2019-12-252-1/+6
* Wrap the code indexer (#9476)zeripath2019-12-243-13/+132
* [API] Extend contents with dates (#9464)65432019-12-245-7/+43
* Use Req.URL.RequestURI() to cope with FCGI urls (#9473)zeripath2019-12-243-10/+10