summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Update heatmap fixtures to restore tests (#8615)zeripath2019-10-212-3/+3
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-214-0/+23
* Ensure default gpg settings not nil and found commits have reference to repo ...zeripath2019-10-201-0/+2
* webhook: set Content-Type for application/x-www-form-urlencoded (#8599)Viktor Szakats2019-10-201-0/+2
* Move issue label operations to issue service package (#8553)Lunny Xiao2019-10-192-135/+0
* Improve webhooks (#8583)John Olheiser2019-10-183-93/+152
* Fix bug on pull requests when transfer head repository (#8564)Lunny Xiao2019-10-186-35/+49
* Fix review webhooks (#8570)John Olheiser2019-10-181-1/+11
* Allow more than 255 characters for tokens in external_login_user table (#8554)Wenxuan Zhao2019-10-183-3/+24
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-17114-114/+114
* Allow externalID to be UUID (#8551)Wenxuan Zhao2019-10-174-4/+4
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-164-76/+667
* Move sync mirror actions to mirror service package (#8518)Lunny Xiao2019-10-161-74/+0
* Fix migrate mirror 500 bug (#8526)Lunny Xiao2019-10-161-0/+1
* Restore Graceful Restarting & Socket Activation (#7274)zeripath2019-10-151-2/+25
* Enable Uploading/Removing Attachments When Editing an Issue/Comment (#8426)blueworrybear2019-10-152-0/+41
* Move clearlabels from models to issue service (#8326)Lunny Xiao2019-10-151-34/+0
* Move AddTestPullRequestTask to pull service package from models (#8324)Lunny Xiao2019-10-151-87/+0
* Recalculate repository access only for specific user (#8481)David Svantesson2019-10-153-8/+64
* Add pagination to commit graph page (#8360)jaqra2019-10-142-2/+3
* fix bug on FindExternalUsersByProvider (#8504)Lunny Xiao2019-10-141-1/+1
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-147-29/+272
* Rewrite reference processing code in preparation for opening/closing from com...guillep2k2019-10-134-269/+83
* Fixes #8369: Create .ssh dir as necessary (#8486)zeripath2019-10-131-0/+24
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-136-33/+370
* Add check for empty set when dropping indexes during migration (#8471)guillep2k2019-10-121-3/+5
* Restore functionality for early gits (#7775)zeripath2019-10-121-1/+1
* Move change issue title from models to issue service package (#8456)Lunny Xiao2019-10-113-59/+17
* Ensure that LFS files are relative to the LFS content path (#8455)zeripath2019-10-101-2/+1
* Ignore mentions for users with no access (#8395)guillep2k2019-10-103-34/+155
* Fix migration v96 to keep issue attachments (#8435)guillep2k2019-10-091-1/+1
* Allow users with explicit read access to give approvals (#8382)guillep2k2019-10-082-1/+35
* Revert "Fix issues/pr list broken when there are many repositories (#8409)" (...Lunny Xiao2019-10-084-62/+86
* Fix issues/pr list broken when there are many repositories (#8409)Lunny Xiao2019-10-084-86/+62
* Update milestone issues numbers when save milestone and other code improvemen...Lunny Xiao2019-10-081-29/+38
* Fix milestone num_issues (#8221)Lunny Xiao2019-10-063-41/+44
* Add extra user information when migrating release (#8331)Lunny Xiao2019-10-053-0/+21
* Fix column name ambiguity in GetUserIssueStats() (#8347)guillep2k2019-10-032-4/+17
* Transaction-aware retry create issue to cope with duplicate keys (#8307)guillep2k2019-10-033-18/+57
* Api: advanced settings for repository (external wiki, issue tracker etc.) (#7...David Svantesson2019-10-021-1/+27
* Move mirror to a standalone package from models (#7486)Lunny Xiao2019-10-012-390/+11
* API endpoint for searching teams. (#8108)David Svantesson2019-10-011-0/+62
* Extract actions on deletereleasebyid from models to release service (#8219)Lunny Xiao2019-10-012-67/+10
* Extract actions on new issue from models to services (#8217)Lunny Xiao2019-09-301-25/+0
* Show correct commit status in PR list (#8316)Elias Norberg2019-09-301-3/+6
* Upgrade xorm to latest to fix insert issue bug (#8309)Lunny Xiao2019-09-291-0/+33
* Extract actions on new pull request from models to pulls service and move cod...Lunny Xiao2019-09-271-27/+0
* Alwaywas return local url for users avatar (#8245)Sandro Santilli2019-09-262-3/+15
* Fix nil ref (#8281)guillep2k2019-09-251-1/+1
* Move create issue comment to comments package (#8212)Lunny Xiao2019-09-241-111/+6