summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Prefix all user-generated IDs in markup (#9477)John Olheiser2019-12-233-9/+20
* Refactor code indexer (#9313)Lunny Xiao2019-12-2310-631/+642
* Set default ssh.minimum_key_sizes (#9466)mrsdizzie2019-12-221-1/+1
* Add ActionCommentPull action (#9456)mrsdizzie2019-12-223-5/+9
* fixed bug in GitTreeBySHA where pulling items from a page other than page 1 w...Brad Albright2019-12-221-5/+5
* Fix wrong notification on merge (#9450)guillep2k2019-12-201-1/+1
* Swagger info corrections (#9441)65432019-12-201-0/+7
* Use OriginalURL insead of CloneAddr in migration logging (#9418)mrsdizzie2019-12-181-2/+2
* Remove unsued struct (#9405)Lauris BH2019-12-181-6/+0
* Fix Slack webhook payload title generation to work with Mattermost (#9378)Cornel2019-12-181-73/+86
* Sleep longer if request speed is over github limitation (#9335)Lunny Xiao2019-12-167-15/+84
* AuthorizedKeysCommand should not query db directly (#9371)zeripath2019-12-161-0/+25
* Remove text from action-only webhooks (#9377)John Olheiser2019-12-174-72/+0
* Change target branch for pull request (#6488)Mario Lubenka2019-12-166-1/+66
* Refactor comment (#9330)Lunny Xiao2019-12-158-9/+66
* Add /milestones endpoint (#8733)Brad Albright2019-12-152-0/+3
* Fix missed change to GetManager() (#9361)zeripath2019-12-151-1/+1
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-1518-166/+353
* Push to create repo (#8419)John Olheiser2019-12-151-0/+4
* Move some repository methods from models to modules/repository (#9353)Lunny Xiao2019-12-142-2/+226
* DefaultBranch needs to be prefixed by BranchPrefix (#9356)zeripath2019-12-141-1/+1
* Default NO_REPLY_ADDRESS to DOMAIN (#9325)zeripath2019-12-131-1/+1
* deps: update and fix chardet import (#9351)Antoine GIRARD2019-12-141-1/+1
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-132-14/+18
* Fix nondeterministic behavior (#9341)Mura Li2019-12-132-2/+2
* fix issue indexer not triggered when migrating a repository (#9332)Lunny Xiao2019-12-122-16/+22
* Make repository management section handle lfs locks (#8726)zeripath2019-12-122-2/+86
* [API] extend StopWatch (#9196)65432019-12-111-0/+19
* Add SyncTags to uploader interface (#9326)John Olheiser2019-12-123-17/+16
* Only sync tags after all batches (#9319)John Olheiser2019-12-113-7/+15
* Move modules/indexer to modules/indexer/code (#9301)Lunny Xiao2019-12-104-21/+20
* FCGI: Allow FCGI over unix sockets (#9298)zeripath2019-12-101-0/+11