aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #7136: Add paging and extend API GetCommitStatuses (#7141)zeripath2019-07-252-4/+54
* Move models.PushUpdate to repofiles.PushUpdate (#7485)Lunny Xiao2019-07-242-118/+7
* Added missing error checks in tests (#7554)Christian Muehlhaeuser2019-07-232-0/+3
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-232-5/+5
* Improve SSH key parser to handle newlines in keys (#7522)silverwind2019-07-232-6/+28
* Fixed ineffectual assignments (#7555)Christian Muehlhaeuser2019-07-221-1/+1
* Fixed ineffectual assignments in tests (#7553)Christian Muehlhaeuser2019-07-221-3/+3
* Fix repository's pull request count error (#7518)Lunny Xiao2019-07-183-12/+38
* Include thread related headers in issue/coment mail (#7484)mrsdizzie2019-07-173-1/+115
* Update User.NumRepos atomically in createRepository (#7493)Monty Taylor2019-07-171-2/+6
* Move status table to cron package (#7370)Lunny Xiao2019-07-154-42/+0
* Fix regex for issues in commit messages (#7444)mrsdizzie2019-07-142-1/+21
* only return head: null if source branch was deleted (#6705)quantonganh2019-07-082-33/+67
* Display original author and URL information when showing migrated issues/comm...mrsdizzie2019-07-085-23/+80
* Add additional password hash algorithms (closes #5859) (#6023)EpicCoder2019-07-073-22/+74
* Fix mirror sync not automatically sending webhook requests (#7366)Drew2019-07-061-0/+5
* Detect migrating batch size (#7353)Lunny Xiao2019-07-061-0/+6
* Fix bug conflict between SyncReleasesWithTags and InsertReleases (#7337)Lunny Xiao2019-07-012-13/+15
* make dropTableColumns drop columns on sqlite and constraints on all (#6849)zeripath2019-07-011-2/+90
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-013-8/+18
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-308-74/+129
* Use batch insert on migrating repository to make the process faster (#7050)Lunny Xiao2019-06-291-51/+80
* Show Pull Request button or status of latest PR in branch list (#6990)Mario Lubenka2019-06-271-0/+14
* fix extra newlines when copying from diff in Firefox (#7288)silverwind2019-06-261-8/+16
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-268-303/+32
* Make diff line-marker non-selectable (#7279)zeripath2019-06-242-15/+18
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-2325-76/+53
* Fix #732: Add LFS objects to base repository on merging (#7082)zeripath2019-06-221-285/+3
* Add missing description of label on API (#7159)Lunny Xiao2019-06-161-3/+4
* Use go method to calculate ssh key fingerprint (#7128)Antoine GIRARD2019-06-162-21/+92
* Add LastLogin to the User API (#7196)zeripath2019-06-151-0/+2
* Only warn on errors in deleting LFS orphaned files during repo deletion (#7213)zeripath2019-06-152-5/+2
* fix duplicated file on pull request conflicted files (#7211)Lunny Xiao2019-06-151-1/+11
* Allow colon between fixing word and issue (#7207)zeripath2019-06-152-1/+27
* Add error for fork already existing (#7185)John Olheiser2019-06-123-4/+22
* Add golangci (#6418)kolaente2019-06-1243-251/+350
* Fix database lock when use random repository fallback image (#7166)Lunny Xiao2019-06-111-11/+10
* Fixes diff on merged pull requests (#7171)Mario Lubenka2019-06-111-1/+1
* Various fixes for issue mail notifications (#7165)silverwind2019-06-112-16/+38
* Move PushUpdate dependency from models to repofiles (#6763)Lunny Xiao2019-06-101-4/+0
* Fixes #2738 - Adds the /git/tags API endpoint (#7138)Richard Mahn2019-06-081-1/+1
* Add command to convert mysql database from utf8 to utf8mb4 (#7144)Lunny Xiao2019-06-081-0/+27
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-071-2/+1
* Detect noreply email address as user (#7133)zeripath2019-06-061-0/+13
* Add state param to milestone listing API (#7131)Lanre Adelowo2019-06-064-13/+61
* Repository avatar fallback configuration (#7087)Mario Lubenka2019-06-021-8/+69
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-011-1/+1
* Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)Richard Mahn2019-05-303-38/+85
* Repository avatars (#6986)Sergey Dryabzhinsky2019-05-294-0/+207
* Handle early git version's lack of get-url (#7065)zeripath2019-05-291-1/+12