aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* refactor: append, build variable and type switch (#4940)Bo-Yi Wu2019-05-283-10/+7
* chore: change issue mail title. (#7064)Bo-Yi Wu2019-05-281-1/+1
* fix possbile mysql invalid connnection error (#7051)Lunny Xiao2019-05-261-0/+6
* Improve handling of non-square avatars (#7025)Rob Watson2019-05-251-19/+3
* Fix default for allowing new organization creation for new users (#7017)jpicht2019-05-242-2/+3
* Add support of utf8mb4 for mysql (#6992)Lunny Xiao2019-05-241-4/+5
* Change UpdateRepoIndex api to include watchers (#7012)zeripath2019-05-231-8/+13
* Make webhook http connections resuable (#6976)Lunny Xiao2019-05-211-26/+72
* fix u2f registrationlist ToRegistrations() method (#6980)David Schneiderbauer2019-05-181-1/+1
* Fix index produces problem when issues/pulls deleted (#6973)Lunny Xiao2019-05-182-8/+28
* Stop running hooks on pr merge (#6963)zeripath2019-05-171-1/+2
* Allow collaborators to view repo owned private org (#6965)mrsdizzie2019-05-162-4/+18
* SearchRepositoryByName improvements and unification (#6897)zeripath2019-05-152-66/+74
* Webhook Logs show proper HTTP Method, and allow change HTTP method in form (#...techknowlogick2019-05-151-10/+15
* Refactor models.NewRepoContext to extract git related codes to modules/git (#...Lunny Xiao2019-05-151-44/+3
* Add work path CLI option (#6922)zeripath2019-05-141-1/+1
* Remove macaron dependent on models (#6940)Lunny Xiao2019-05-142-3/+7