summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Never allow an empty password to validate (#9682) (#9684)zeripath2020-01-111-1/+1
* Branches not at ref commit ID should not be listed as Merged (#9614) (#9639)zeripath2020-01-081-1/+1
* [BugFix] Hide public repos owned by private orgs (#9616)65432020-01-062-4/+9
* [Backport] [API] Allow only specific Colums to be updated on Issue (#9539) (#...65432020-01-024-18/+48
* [Backport] Fix bug when migrate from API (#8631) (#9563)65432020-01-021-0/+6
* backport part of #9550 (#9564)65432019-12-313-12/+51
* Fix deleted branch isn't removed when push the branch again (#9516) (#9524)Lunny Xiao2019-12-281-0/+6
* Fix missing repository status when migrating repository via API (#9511)Lunny Xiao2019-12-271-0/+6
* Fix Slack webhook payload title generation to work with Mattermost (#9378) (#...Cornel2019-12-181-76/+93
* DefaultBranch needs to be prefixed by BranchPrefix (#9356) (#9359)zeripath2019-12-151-1/+1
* Fix bug that release attachment files not deleted when deleting repository (#...Lunny Xiao2019-12-121-7/+28
* fix race on indexer (#9136) (#9139)Lunny Xiao2019-11-231-7/+12
* Backport: Hide given credentials for migrated repos. (#9098)Jordan2019-11-201-1/+1
* fix: add search to reserved usernames (#9063) (#9065)Antoine GIRARD2019-11-181-0/+1
* Fix permission checks for close/reopen from commit (#8875) (#9033)guillep2k2019-11-162-18/+31
* Hotfix for review actions and notifications (#8965)guillep2k2019-11-142-5/+17
* Add Close() method to gogitRepository (#8901) (#8956)zeripath2019-11-1310-24/+22
* Fix SSH2 conditonal in key parsing code (#8806) (#8810)65432019-11-032-1/+14
* [Fix] milestone close timestamp (#8728) (#8730)65432019-10-291-1/+5
* make call createMilestoneComment on newIssue func (#8678) (#8681)jaqra2019-10-251-0/+4
* Allow externalID to be UUID (#8551) (#8624)guillep2k2019-10-224-4/+4
* Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8...zeripath2019-10-221-5/+3
* Update heatmap fixtures to restore tests (#8615) (#8616)zeripath2019-10-212-3/+3
* webhook: set Content-Type for application/x-www-form-urlencoded (#8600)Viktor Szakats2019-10-201-0/+2
* Fix bug on pull requests when transfer head repository (#8564) (#8569)Lunny Xiao2019-10-196-35/+49
* Allow more than 255 characters for tokens in external_login_user tabl… (#8585)65432019-10-193-3/+24
* Fix migrate mirror 500 bug (#8526) (#8530)65432019-10-161-0/+1
* 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