aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add branch protection option to block merge on requested changes. (#9592)David Svantesson2020-01-033-1/+38
* make sure Poster is loaded (#9583)65432020-01-021-0/+5
* Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539)65432020-01-015-24/+60
* [API] Fix 9544 | return 200 when reaction already exist (#9550)65432019-12-313-12/+50
* Provide Default messages for merges (#9393)zeripath2019-12-302-3/+208
* Ignore empty avatars in v115.go (#9520)zeripath2019-12-281-1/+4
* Properly enforce gitea environment for pushes (#9501)zeripath2019-12-274-4/+15
* [API] Extend times API (#9200)65432019-12-2711-47/+323
* Fix deleted branch isn't removed when push the branch again (#9516)Lunny Xiao2019-12-271-0/+6
* Fix user avatar name (#8547)Masudur Rahman2019-12-273-1/+119
* Remove and recreate the hooks to set them executable with the umask (#9502)zeripath2019-12-271-0/+7
* Fix SetExpr failed (#9506)Lunny Xiao2019-12-271-4/+4
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-262-43/+265
* Add ActionCommentPull action (#9456)mrsdizzie2019-12-222-1/+2
* Issue with Migration rule v111 (#9449)Marge Bouvier2019-12-211-0/+3
* Add migration to sanitize repository original_url (#9423)mrsdizzie2019-12-192-0/+54
* Hide not allowed Reactions (#9387)65432019-12-181-0/+1
* fix wrong migration (#9381)Lunny Xiao2019-12-171-1/+2
* Change target branch for pull request (#6488)Mario Lubenka2019-12-165-0/+117
* Use ioutil.TmpDir for new created temp directory (#9368)Lunny Xiao2019-12-162-9/+6
* remove unused method and rename createcommentWithNoAction (#9367)Lunny Xiao2019-12-168-88/+16
* Refactor comment (#9330)Lunny Xiao2019-12-156-34/+66
* Add /milestones endpoint (#8733)Brad Albright2019-12-152-2/+190
* Sign protected branches (#8993)zeripath2019-12-152-95/+124
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-156-18/+142
* test: command keys (#9357)Antoine GIRARD2019-12-151-1/+11
* Move PushToBaseRepo from models to services/pull (#9352)Lunny Xiao2019-12-152-46/+0
* Move some repository methods from models to modules/repository (#9353)Lunny Xiao2019-12-144-203/+11