aboutsummaryrefslogtreecommitdiffstats
path: root/integrations
Commit message (Expand)AuthorAgeFilesLines
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-031-0/+1
* [UI] IssuePage multi repo select (#8741)65432019-12-011-12/+13
* [Feature] Custom Reactions (#8886)65432019-12-011-0/+26
* Fix datarace on git.GlobalCommandArgs on tests (#9162)Lunny Xiao2019-11-272-20/+9
* Yet another attempt to fix the intermittent failure of gpg git test (#9146)zeripath2019-11-262-5/+33
* Fix "data race" in testlogger (#9159)zeripath2019-11-2667-200/+213
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-0/+2
* fix: add search to reserved usernames (#9063)Antoine GIRARD2019-11-181-0/+1
* Move modules/gzip to gitea.com/macaron/gzip (#9058)Lunny Xiao2019-11-181-1/+1
* integrations: fix dropped errors in TestCreateOrUpdateRepoFileForUpdateWithFi...Lars Lehtonen2019-11-162-0/+8
* Fix intermittent GPG Git test failure (#8968)zeripath2019-11-132-126/+209
* Add Close() method to gogitRepository (#8901)zeripath2019-11-138-0/+33
* Template Repositories (#8768)John Olheiser2019-11-1134-6/+785
* Auto-subscribe user to repository when they commit/tag to it (#7657)guillep2k2019-11-101-0/+24
* Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)zeripath2019-11-101-0/+137
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-102-2/+2
* Fix password complexity check on registration (#8887)guillep2k2019-11-091-2/+2
* Fix bug when migrate from API (#8631)Lunny Xiao2019-11-081-1/+1
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-061-16/+24
* Hide some user information via API if user have no enough permission (#8655)Lunny Xiao2019-10-241-1/+0
* Update heatmap fixtures to restore tests (#8615)zeripath2019-10-211-1/+1
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-1611-5/+307
* Rewrite reference processing code in preparation for opening/closing from com...guillep2k2019-10-131-6/+7
* Restore functionality for early gits (#7775)zeripath2019-10-123-14/+84
* Move change issue title from models to issue service package (#8456)Lunny Xiao2019-10-111-1/+2
* Fix lfs locks (#8361)guillep2k2019-10-031-1/+1
* Api: advanced settings for repository (external wiki, issue tracker etc.) (#7...David Svantesson2019-10-021-1/+105
* API endpoint for searching teams. (#8108)David Svantesson2019-10-011-0/+29
* Improve integration tests (#8276)Lunny Xiao2019-09-257-27/+56
* Test more reserved usernames (#8263)Sandro Santilli2019-09-241-1/+14
* Reference issues from pull requests and other issues (#8137)guillep2k2019-09-201-1/+103
* Fix data race (#8204)Mura Li2019-09-171-3/+14
* Fix team user api (#8172)Lunny Xiao2019-09-151-0/+36
* Restrict repository indexing by glob match (#7767)guillep2k2019-09-1128-11/+690
* Add API endpoint for accessing repo topics (#7963)David Svantesson2019-09-031-0/+124
* Search Commits via Commit Hash (#7400)Gary Kim2019-09-021-0/+6
* Make CI work (#8057)guillep2k2019-09-021-1/+1
* API method to list all commits of a repository (#6408)Mike Schwörer2019-08-261-0/+58
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-243-38/+38
* Use gitea forked macaron (#7933)Tamal Saha2019-08-2315-16/+21
* Fix pull creation with empty changes (#7920)Mura Li2019-08-201-0/+26
* Reduce quote usage to bypass bug in GIT_SSH_COMMAND (#7893)guillep2k2019-08-161-1/+1
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-151-1/+2
* lfs/lock: round locked_at timestamp to second (#7872)Antoine GIRARD2019-08-151-1/+5
* Fix local runs of ssh-requiring integration tests (#7855)zeripath2019-08-141-7/+11
* Fix duplicate call of webhook (#7821)Antoine GIRARD2019-08-111-0/+34
* api: fix multiple bugs with statuses endpoints (#7785)Antoine GIRARD2019-08-091-0/+26
* Fix dropTableColumns sqlite implementation (#7710)zeripath2019-08-051-0/+0
* integration tests: Use t.Helper() (#7654)Antoine GIRARD2019-07-292-0/+18