| Commit message (Expand) | Author | Age | Files | Lines |
* | Changelog for 1.9.3 (#8118) | guillep2k | 2019-09-06 | 1 | -0/+15 |
* | Fix Go 1.13 private repository go get issue (#8112) | Lunny Xiao | 2019-09-06 | 2 | -3/+20 |
* | Move git diff codes from models to services/gitdiff (#7889) | Lunny Xiao | 2019-09-05 | 15 | -111/+164 |
* | feat: highlight issue references with : (#8101) | Rinat | 2019-09-05 | 4 | -3/+11 |
* | Added AppVeyor to the list of CI/CD working with Gitea (#8104) | Feodor Fitsner | 2019-09-05 | 1 | -0/+1 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-09-05 | 4 | -4/+3 |
* | Make AllowedUsers configurable in sshd_config (#8094) | jpellegrini | 2019-09-05 | 2 | -3/+1 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-09-05 | 4 | -4/+4 |
* | Display description of 'make this repo private' as help text, not as tooltip ... | micw | 2019-09-05 | 6 | -6/+7 |
* | Fix broken link (#8091) | nu_no | 2019-09-05 | 1 | -1/+1 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-09-04 | 1 | -0/+1 |
* | Use vendored go-swagger (#8087) | Antoine GIRARD | 2019-09-04 | 686 | -17/+143379 |
* | Strict name matching for Repository.GetTagID() (#8074) | guillep2k | 2019-09-04 | 33 | -11/+1801 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-09-03 | 2 | -0/+9 |
* | Fixes deformed emoji in pull request reviews (#8047) | Mario Lubenka | 2019-09-03 | 2 | -0/+4 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-09-03 | 2 | -0/+15 |
* | Add API endpoint for accessing repo topics (#7963) | David Svantesson | 2019-09-03 | 15 | -100/+849 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-09-03 | 1 | -1/+40 |
* | Avoid ambiguity of branch/directory names for the git-diff-tree command (#8066) | Mura Li | 2019-09-03 | 1 | -2/+1 |
* | Add merged commit id on pull view when it's merged (#8062) | Lunny Xiao | 2019-09-03 | 2 | -1/+7 |
* | Add change title notification for issues (#8061) | guillep2k | 2019-09-02 | 1 | -0/+3 |
* | Search Commits via Commit Hash (#7400) | Gary Kim | 2019-09-02 | 2 | -12/+39 |
* | Make encoding tests independent of LOCALE settings (#8018) | guillep2k | 2019-09-02 | 1 | -12/+26 |
* | Add tooltip for the visibility checkbox in /repo/create (#8025) | Mura Li | 2019-09-02 | 2 | -1/+2 |
* | Update JS dependencies (#8051) | silverwind | 2019-09-02 | 2 | -259/+312 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-09-02 | 19 | -20/+49 |
* | Make CI work (#8057) | guillep2k | 2019-09-02 | 32 | -344/+217 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-09-02 | 2 | -0/+17 |
* | Add strike to old header on comment (#8046) | jaqra | 2019-09-03 | 1 | -1/+1 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-08-29 | 30 | -0/+39 |
* | Propose some references about ci/cd solutions compatibles with gitea (#7996) | Km | 2019-08-29 | 2 | -3/+32 |
* | Add Ability for User to Customize Email Notification Frequency (#7813) | Gary Kim | 2019-08-29 | 14 | -14/+162 |
* | Fix vendor modules.txt (#8032) | Lauris BH | 2019-08-29 | 1 | -1/+1 |
* | Update to mod enabled version goquery (#8021) | Antoine GIRARD | 2019-08-29 | 13 | -30/+149 |
* | Update github.com/lafriks/xormstore and tidy up mod.go (#8020) | guillep2k | 2019-08-28 | 20 | -165/+286 |
* | Fix make-generate using non-vendor packages (#8008) | Mura Li | 2019-08-28 | 1 | -1/+1 |
* | Changed black to white for (read) number label on issue list (#8000) | jaqra | 2019-08-28 | 1 | -1/+1 |
* | Update swagger to 0.20.1 (#8010) | Antoine GIRARD | 2019-08-28 | 100 | -1260/+6411 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-08-28 | 1 | -0/+1 |
* | keep blame view buttons sequence consistent with normal view when view a file... | Lunny Xiao | 2019-08-27 | 1 | -1/+1 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-08-27 | 14 | -14/+0 |
* | Move line number to :before attr to hide from search on browser (#8002) | jaqra | 2019-08-28 | 3 | -6/+9 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-08-27 | 2 | -25/+55 |
* | Use "Pull Request" instead of "Merge Request" (#8003) | kolaente | 2019-08-27 | 1 | -1/+1 |
* | Bump eslint-utils from 1.3.1 to 1.4.2 (#7993) | dependabot[bot] | 2019-08-27 | 1 | -4/+7 |
* | Fixes #7945 - makes sure we are only getting tag refs (#7990) | Richard Mahn | 2019-08-26 | 1 | -1/+1 |
* | Retry create issue to cope with duplicate keys (#7898) | guillep2k | 2019-08-26 | 39 | -1415/+2002 |
* | Fix adding default Telegram webhook (#7972) | Gary Kim | 2019-08-26 | 2 | -0/+5 |
* | Adds details about what tags can use the Git tags API (#7989) | Richard Mahn | 2019-08-26 | 2 | -4/+4 |
* | swagger/fix: []string are not enum by swagger definition (#7916) | Antoine GIRARD | 2019-08-26 | 2 | -21/+21 |