summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Code Refactor of IssueWatch related things (#10401)65432020-02-264-71/+43
* FIX Pagination of ListAccessTokens and GetIssueWatchers (#10449)65432020-02-242-5/+7
* Various fixes in login sources (#10428)guillep2k2020-02-233-14/+37
* Handle push rejection message in Merge & Web Editor (#10373)zeripath2020-02-221-0/+48
* Ensure only own addresses are updated (#10397)guillep2k2020-02-212-2/+2
* Fix wrong num closed issues on repository when close issue via commit (#10364)Lunny Xiao2020-02-201-0/+4
* Fix test (#10363)Lunny Xiao2020-02-191-0/+1
* Reading pull attachments should depend on read UnitTypePullRequests (#10346)zeripath2020-02-182-2/+6
* Fix migration information update bug when linked github account (#10310)Lunny Xiao2020-02-172-13/+16
* Blacklist manifest.json & milestones user (#10292)techknowlogick2020-02-161-0/+2
* Divide GetIssueStats query in smaller chunks (#10176)guillep2k2020-02-152-0/+36
* Move fixture generation to contrib and add test (#10277)guillep2k2020-02-154-56/+87
* Fix "access" fixtures and tests (#10247)guillep2k2020-02-155-38/+186
* Index code and stats only for non-empty repositories (#10251)Lauris BH2020-02-143-5/+17
* Add API branch protection endpoint (#9311)David Svantesson2020-02-122-0/+44
* Add feishu webhook support (#10229)Lunny Xiao2020-02-121-0/+4
* Language statistics bar for repositories (#8037)Lauris BH2020-02-117-32/+274
* Only check for conflicts/merging if the PR has not been merged in the interim...zeripath2020-02-101-18/+46
* [API] Fix inconsistent label color format (#10129)65432020-02-093-35/+52
* Fix invalid repo urls after change username (#10150)mavenbline2020-02-081-1/+11
* Ensure DeleteUser is not allowed to Delete Orgs and visa versa (#10134)65432020-02-044-6/+13
* [API] expose RepoOwner on Issue responce (#10126)65432020-02-041-0/+1
* Move PushUpdateAddDeleteTags to repository module from models (#10106)Lunny Xiao2020-02-034-162/+38
* [BugFix] [API] Pull.API.Convert: Only try to get HeadBranch if HeadRepo exist...65432020-01-311-0/+3
* Remove migration support from versions earlier than 1.6.0 (#10026)guillep2k2020-01-3157-3440/+45
* Update topics repo count when deleting repository (#10051)Lauris BH2020-01-314-3/+54
* Fix milestone API state parameter unhandled (#10049)Lunny Xiao2020-01-292-4/+25
* Ensure that feeds are appropriately restricted (#10018)zeripath2020-01-282-5/+6
* Repo name added to automatically generated commit message when mergin… (#9997)Shashvat Kedia2020-01-281-1/+6
* trim whitespace of MilestoneName at creation/rename (#10017)65432020-01-272-2/+7
* Sign: Handle ErrTwoFactorNotEnrolled correctly (#10008)zeripath2020-01-262-4/+4
* Fix wrong paging on org members (#9990)Lunny Xiao2020-01-261-1/+1
* Sanitize credentials in mirror form (#9975)Lunny Xiao2020-01-251-0/+8
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-251-1/+5
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-2447-285/+506
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-236-9/+119
* Fix wrong hint when status checking is running on pull request view (#9886)Lunny Xiao2020-01-222-51/+19
* Do not try to recreate ldap user if they are already created (#9900)zeripath2020-01-211-12/+12
* Fixed repo link in generated comment for cross repository dependency (#9863)Brad Albright2020-01-211-0/+5
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-203-195/+24
* Add support for database schema in PostgreSQL (#8819)guillep2k2020-01-201-1/+6
* Add top author stats to activity page (#9615)Lauris BH2020-01-201-6/+16
* Add option to prevent LDAP from deactivating everything on empty search (#9879)zeripath2020-01-201-0/+9
* Check user != nil before checking values (#9881)zeripath2020-01-191-7/+15
* Add missing columns to repository and user (#9861)guillep2k2020-01-192-0/+27
* Explicitly refer to PR in squash-merge commit message in case of external tra...David Svantesson2020-01-181-0/+7
* Fix wrong identify poster on a migrated pull request when submi… (#9827)Lunny Xiao2020-01-171-1/+1
* Add setting to set default and global disabled repository units. (#8788)David Svantesson2020-01-174-4/+102
* Add "Update Branch" button to Pull Requests (#9784)65432020-01-177-15/+47
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-159-23/+102