aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove release attachments which repository has been deleted (#9334)Lunny Xiao2019-12-132-0/+43
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-135-232/+15
* Fix protected branch using IssueID (#9348)John Olheiser2019-12-131-1/+1
* Fix notification page panic (#9337)jaqra2019-12-131-1/+1
* Make repository management section handle lfs locks (#8726)zeripath2019-12-122-5/+22
* Fix bug that release attachment files not deleted when deleting repository (#...Lunny Xiao2019-12-121-7/+28
* [API] extend StopWatch (#9196)65432019-12-112-2/+41
* refactor(models/attachement): use getAttachmentsByUUIDs (#9317)Antoine GIRARD2019-12-114-20/+23
* tests: add attachement tests integration (#9309)Antoine GIRARD2019-12-102-1/+29
* Testing: Update postgres sequences (#9304)zeripath2019-12-101-0/+32
* Move code indexer related code to a new package (#9191)Lunny Xiao2019-12-083-370/+30
* [API] Add Reactions (#9220)65432019-12-074-13/+105
* Move UpdateIssuesCommit from models to repofiles (#9276)Lunny Xiao2019-12-072-333/+0
* Redirect issue if repo has configured external tracker. (#9247)David Svantesson2019-12-066-4/+87
* Move some pull request functions from models to services (#9266)Lunny Xiao2019-12-063-208/+14
* Show label list on label set (#9251)Oscar Costa2019-12-062-4/+33
* Only show part of members on orgnization dashboard and add paging for orgniza...Lunny Xiao2019-12-062-14/+47
* Move repoWorkPool outside rename/transfer repository (#9086)Lunny Xiao2019-12-064-40/+28
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-038-107/+267
* Change review content column to type text in db (#9229)David Svantesson2019-12-023-1/+39
* Remove unused comment actions (#9222)Lunny Xiao2019-12-026-55/+10
* [UI] IssuePage multi repo select (#8741)65432019-12-014-11/+15
* Extract createComment (#9125)Lunny Xiao2019-11-308-51/+129
* Add release_counter to Repo API (#9214)65432019-11-301-0/+1
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-303-72/+65
* Variable expansion in repository templates (#9163)John Olheiser2019-11-303-51/+238
* expose PR counter on Repo API (#9202)65432019-11-291-0/+1
* Move PushUpdateOptions from models to repofiles (#9124)Lunny Xiao2019-11-291-11/+0
* Add avatar and issue labels to template repositories (#9149)John Olheiser2019-11-253-21/+63
* Add git hooks and webhooks to template repositories; move to services (#8926)John Olheiser2019-11-242-100/+166
* Fix team links in HTML rendering (#9127)guillep2k2019-11-242-15/+38
* Fix show single review comments in the PR page (#9143)guillep2k2019-11-241-0/+5
* fix race on indexer (#9136)Lunny Xiao2019-11-231-7/+12
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-231-2/+68
* Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)zeripath2019-11-211-1/+1