summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Fix RocketChat (#9908)John Olheiser2020-01-211-10/+5
* Update queue_redis.go (#9910)zeripath2020-01-211-5/+6
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-206-6/+276
* Add support for database schema in PostgreSQL (#8819)guillep2k2020-01-202-0/+3
* Fix wrong permissions check when issues/prs shared operations (#9885)Lunny Xiao2020-01-202-3/+3
* Add top author stats to activity page (#9615)Lauris BH2020-01-203-8/+41
* Issue/PR Context Popups (#9822)John Olheiser2020-01-195-16/+19
* Add option to prevent LDAP from deactivating everything on empty search (#9879)zeripath2020-01-202-0/+2
* Give the stdout on temp_repo error (#9871)zeripath2020-01-201-3/+3
* Allow hyphen in language name (#9873)zeripath2020-01-191-1/+1
* Make CertFile and KeyFile relative to CustomPath (#9868)zeripath2020-01-192-2/+22
* Fix issues/pulls dependencies problems (#9842)Lunny Xiao2020-01-191-2/+2
* Add setting to set default and global disabled repository units. (#8788)David Svantesson2020-01-171-0/+4
* Add "Update Branch" button to Pull Requests (#9784)65432020-01-171-2/+2
* 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