summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add require signed commit for protected branch (#9708)zeripath2020-01-157-68/+135
* Move RepoWorkingPool to services/repository package (#9754)Lunny Xiao2020-01-151-4/+0
* [API] add endpoint to check notifications [Extend #9488] (#9595)65432020-01-143-5/+18
* Move newbranch to standalone package (#9627)Lunny Xiao2020-01-141-151/+0
* Restricted users (#6274)Manush Dodunekov2020-01-1319-97/+268
* [API] Add "before" query to ListIssueComments and ListRepoIssue… (#9685)65432020-01-132-1/+7
* [API] add GET /orgs endpoint (#9560)65432020-01-121-3/+4
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-126-778/+48
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-1212-89/+119
* Restore IsPasswordSet previous value (#9682)zeripath2020-01-111-1/+1
* Allow repo admin to merge PR regardless of review status (#9611)David Svantesson2020-01-113-49/+3
* Move tracked time api convert to convert package (#9665)Lunny Xiao2020-01-101-29/+0
* Load milestone in API PR list (#9671)John Olheiser2020-01-101-1/+2
* Fix wrong original git service type on a migrated repository (#9693)Lunny Xiao2020-01-104-17/+38
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-104-400/+10
* Move pull request api convert to convert package (#9664)Lunny Xiao2020-01-102-144/+0
* Fix lint (#9688)Lunny Xiao2020-01-101-1/+1
* Move Errored PRs out of StatusChecking (#9675)zeripath2020-01-101-1/+2
* [API] orgEditTeam make Fields optional (#9556)65432020-01-091-3/+3
* [API] Add notification endpoint (#9488)65432020-01-095-26/+258
* Fix nil reference in repo generation (#9660)John Olheiser2020-01-091-29/+31
* Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)David Svantesson2020-01-094-21/+78
* Add HTML URL to API Issues (#9654)John Olheiser2020-01-081-0/+1
* times Add filters (#9373)65432020-01-081-4/+12
* Fix #9552: Merge commits generated by pull request capture pull request detai...Shashvat Kedia2020-01-081-1/+5
* Move wiki related funtions from models to services/wiki (#9355)Lunny Xiao2020-01-072-506/+0
* Branches not at ref commit ID should not be listed as Merged (#9614)zeripath2020-01-071-1/+1
* Fix Issue Unsubscription (#9634)65432020-01-072-5/+9
* [BugFix] Hide public repos owned by private orgs (#9609)65432020-01-052-4/+9
* Fix access issues on milestone and issue overview pages. (#9603)David Svantesson2020-01-042-7/+28
* Only serve attachments when linked to issue/release and if accessible by user...Antoine GIRARD2020-01-055-5/+83