| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Improve SSH key parser to handle newlines in keys (#7522) | silverwind | 2019-07-23 | 2 | -6/+28 |
* | Fixed ineffectual assignments (#7555) | Christian Muehlhaeuser | 2019-07-22 | 1 | -1/+1 |
* | Fixed ineffectual assignments in tests (#7553) | Christian Muehlhaeuser | 2019-07-22 | 1 | -3/+3 |
* | Fix repository's pull request count error (#7518) | Lunny Xiao | 2019-07-18 | 3 | -12/+38 |
* | Include thread related headers in issue/coment mail (#7484) | mrsdizzie | 2019-07-17 | 3 | -1/+115 |
* | Update User.NumRepos atomically in createRepository (#7493) | Monty Taylor | 2019-07-17 | 1 | -2/+6 |
* | Move status table to cron package (#7370) | Lunny Xiao | 2019-07-15 | 4 | -42/+0 |
* | Fix regex for issues in commit messages (#7444) | mrsdizzie | 2019-07-14 | 2 | -1/+21 |
* | only return head: null if source branch was deleted (#6705) | quantonganh | 2019-07-08 | 2 | -33/+67 |
* | Display original author and URL information when showing migrated issues/comm... | mrsdizzie | 2019-07-08 | 5 | -23/+80 |
* | Add additional password hash algorithms (closes #5859) (#6023) | EpicCoder | 2019-07-07 | 3 | -22/+74 |
* | Fix mirror sync not automatically sending webhook requests (#7366) | Drew | 2019-07-06 | 1 | -0/+5 |
* | Detect migrating batch size (#7353) | Lunny Xiao | 2019-07-06 | 1 | -0/+6 |
* | Fix bug conflict between SyncReleasesWithTags and InsertReleases (#7337) | Lunny Xiao | 2019-07-01 | 2 | -13/+15 |
* | make dropTableColumns drop columns on sqlite and constraints on all (#6849) | zeripath | 2019-07-01 | 1 | -2/+90 |
* | #6946 Run hooks on merge/edit and cope with protected branches (#6961) | zeripath | 2019-07-01 | 3 | -8/+18 |
* | Add commit statuses reports on pull request view (#6845) | Lunny Xiao | 2019-06-30 | 8 | -74/+129 |
* | Use batch insert on migrating repository to make the process faster (#7050) | Lunny Xiao | 2019-06-29 | 1 | -51/+80 |
* | Show Pull Request button or status of latest PR in branch list (#6990) | Mario Lubenka | 2019-06-27 | 1 | -0/+14 |
* | fix extra newlines when copying from diff in Firefox (#7288) | silverwind | 2019-06-26 | 1 | -8/+16 |
* | Monitor all git commands; move blame to git package and replace git as a vari... | Lunny Xiao | 2019-06-26 | 8 | -303/+32 |
* | Make diff line-marker non-selectable (#7279) | zeripath | 2019-06-24 | 2 | -15/+18 |
* | Fix error log when loading issues caused by a xorm bug (#7271) | Lunny Xiao | 2019-06-23 | 25 | -76/+53 |
* | Fix #732: Add LFS objects to base repository on merging (#7082) | zeripath | 2019-06-22 | 1 | -285/+3 |
* | Add missing description of label on API (#7159) | Lunny Xiao | 2019-06-16 | 1 | -3/+4 |
* | Use go method to calculate ssh key fingerprint (#7128) | Antoine GIRARD | 2019-06-16 | 2 | -21/+92 |
* | Add LastLogin to the User API (#7196) | zeripath | 2019-06-15 | 1 | -0/+2 |
* | Only warn on errors in deleting LFS orphaned files during repo deletion (#7213) | zeripath | 2019-06-15 | 2 | -5/+2 |
* | fix duplicated file on pull request conflicted files (#7211) | Lunny Xiao | 2019-06-15 | 1 | -1/+11 |
* | Allow colon between fixing word and issue (#7207) | zeripath | 2019-06-15 | 2 | -1/+27 |
* | Add error for fork already existing (#7185) | John Olheiser | 2019-06-12 | 3 | -4/+22 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 43 | -251/+350 |
* | Fix database lock when use random repository fallback image (#7166) | Lunny Xiao | 2019-06-11 | 1 | -11/+10 |
* | Fixes diff on merged pull requests (#7171) | Mario Lubenka | 2019-06-11 | 1 | -1/+1 |
* | Various fixes for issue mail notifications (#7165) | silverwind | 2019-06-11 | 2 | -16/+38 |
* | Move PushUpdate dependency from models to repofiles (#6763) | Lunny Xiao | 2019-06-10 | 1 | -4/+0 |
* | Fixes #2738 - Adds the /git/tags API endpoint (#7138) | Richard Mahn | 2019-06-08 | 1 | -1/+1 |
* | Add command to convert mysql database from utf8 to utf8mb4 (#7144) | Lunny Xiao | 2019-06-08 | 1 | -0/+27 |
* | Compare branches, commits and tags with each other (#6991) | Mario Lubenka | 2019-06-07 | 1 | -2/+1 |
* | Detect noreply email address as user (#7133) | zeripath | 2019-06-06 | 1 | -0/+13 |
* | Add state param to milestone listing API (#7131) | Lanre Adelowo | 2019-06-06 | 4 | -13/+61 |
* | Repository avatar fallback configuration (#7087) | Mario Lubenka | 2019-06-02 | 1 | -8/+69 |
* | Move serv hook functionality & drop GitLogger (#6993) | zeripath | 2019-06-01 | 1 | -1/+1 |
* | Fixes #5960 - Adds API Endpoint for Repo Edit (#7006) | Richard Mahn | 2019-05-30 | 3 | -38/+85 |
* | Repository avatars (#6986) | Sergey Dryabzhinsky | 2019-05-29 | 4 | -0/+207 |
* | Handle early git version's lack of get-url (#7065) | zeripath | 2019-05-29 | 1 | -1/+12 |
* | refactor: append, build variable and type switch (#4940) | Bo-Yi Wu | 2019-05-28 | 3 | -10/+7 |
* | chore: change issue mail title. (#7064) | Bo-Yi Wu | 2019-05-28 | 1 | -1/+1 |
* | fix possbile mysql invalid connnection error (#7051) | Lunny Xiao | 2019-05-26 | 1 | -0/+6 |
* | Improve handling of non-square avatars (#7025) | Rob Watson | 2019-05-25 | 1 | -19/+3 |