summaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Expand)AuthorAgeFilesLines
* Refactor code indexer (#9313)Lunny Xiao2019-12-231-2/+2
* Change PR commits and diffs to use base repo rather than forked (#3648)Keith Rutkowski2019-12-181-70/+35
* Fix some SimpleMDE (#9400)John Olheiser2019-12-172-0/+3
* Fix double webhook for new PR (#9375)John Olheiser2019-12-161-2/+0
* Add SimpleMDE to compare page for PRs (#9376)John Olheiser2019-12-161-0/+1
* Add SimpleMDE and Fix Image Paste for Issue/Comment Editor (#9197)Benno2019-12-161-0/+1
* Change target branch for pull request (#6488)Mario Lubenka2019-12-162-0/+88
* Move PushToBaseRepo from models to services/pull (#9352)Lunny Xiao2019-12-151-3/+0
* Push to create repo (#8419)John Olheiser2019-12-151-20/+41
* Move some repository methods from models to modules/repository (#9353)Lunny Xiao2019-12-141-1/+2
* Fix PR/issue redirects when having external tracker (#9339)David Svantesson2019-12-143-16/+16
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-132-67/+9
* Make repository management section handle lfs locks (#8726)zeripath2019-12-121-0/+176
* [API] Add Reactions (#9220)65432019-12-071-12/+8
* Redirect issue if repo has configured external tracker. (#9247)David Svantesson2019-12-061-0/+14
* Move some pull request functions from models to services (#9266)Lunny Xiao2019-12-061-1/+2
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-032-20/+43
* [Feature] Custom Reactions (#8886)65432019-12-012-0/+14
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-1/+9
* Move PushUpdateOptions from models to repofiles (#9124)Lunny Xiao2019-11-291-1/+1
* Add avatar and issue labels to template repositories (#9149)John Olheiser2019-11-251-0/+2
* Add git hooks and webhooks to template repositories; move to services (#8926)John Olheiser2019-11-241-0/+2
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-231-2/+2
* Move merge actions to notification (#9024)Lunny Xiao2019-11-211-2/+0
* Move HttpBackend function to Http to reduce function calls when git smart htt...Lunny Xiao2019-11-211-50/+47
* Hide given credentials for migrated repos. (#9097)Jordan2019-11-201-0/+1
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-5/+5
* enable lazy-loading of gitgraph.js (#9036)silverwind2019-11-171-1/+0
* Move git graph from models to modules/graph (#9027)Lunny Xiao2019-11-161-1/+2
* fix wrong system notice when repository is empty (#9010)Lunny Xiao2019-11-151-0/+5
* Move transfer repository and rename repository on a service package and start...Lunny Xiao2019-11-151-23/+2
* Githook highlighter (#8932)Konctantin2019-11-151-0/+1
* Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924)Benno2019-11-153-1/+114
* Refactor pull request review (#8954)Lunny Xiao2019-11-141-110/+18
* Add Close() method to gogitRepository (#8901)zeripath2019-11-137-1/+103
* Template Repositories (#8768)John Olheiser2019-11-113-31/+84
* Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)zeripath2019-11-101-0/+30
* Move some actions to notification/action (#8779)Lunny Xiao2019-11-081-3/+2
* Fix count for commit graph last page (#8843)jaqra2019-11-071-1/+7
* Add additional periods to activity page (#8829)Lauris BH2019-11-051-0/+12
* Move more webhook codes from models to webhook module (#8802)Lunny Xiao2019-11-031-9/+9
* Prevent upload (overwrite) of lfs locked file (#8769)David Svantesson2019-11-021-1/+5
* Move issue milestone assign to issue service and move webhook to notification...Lunny Xiao2019-11-021-2/+1
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-022-3/+0
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-012-3/+5
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-312-4/+8
* Move webhook codes from service to webhook notification (#8712)Lunny Xiao2019-10-301-7/+1
* Move issue change content from models to service (#8711)Lunny Xiao2019-10-301-1/+1
* Create PR on Current Repository by Default (#8670)Benno2019-10-301-0/+28
* Respect LFS File Lock on UI (#8719)Benno2019-10-292-6/+38