| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539) | 6543 | 2020-01-01 | 5 | -24/+60 |
* | [API] Fix 9544 | return 200 when reaction already exist (#9550) | 6543 | 2019-12-31 | 3 | -12/+50 |
* | Provide Default messages for merges (#9393) | zeripath | 2019-12-30 | 2 | -3/+208 |
* | Ignore empty avatars in v115.go (#9520) | zeripath | 2019-12-28 | 1 | -1/+4 |
* | Properly enforce gitea environment for pushes (#9501) | zeripath | 2019-12-27 | 4 | -4/+15 |
* | [API] Extend times API (#9200) | 6543 | 2019-12-27 | 11 | -47/+323 |
* | Fix deleted branch isn't removed when push the branch again (#9516) | Lunny Xiao | 2019-12-27 | 1 | -0/+6 |
* | Fix user avatar name (#8547) | Masudur Rahman | 2019-12-27 | 3 | -1/+119 |
* | Remove and recreate the hooks to set them executable with the umask (#9502) | zeripath | 2019-12-27 | 1 | -0/+7 |
* | Fix SetExpr failed (#9506) | Lunny Xiao | 2019-12-27 | 1 | -4/+4 |
* | Batch hook pre- and post-receive calls (#8602) | zeripath | 2019-12-26 | 2 | -43/+265 |
* | Add ActionCommentPull action (#9456) | mrsdizzie | 2019-12-22 | 2 | -1/+2 |
* | Issue with Migration rule v111 (#9449) | Marge Bouvier | 2019-12-21 | 1 | -0/+3 |
* | Add migration to sanitize repository original_url (#9423) | mrsdizzie | 2019-12-19 | 2 | -0/+54 |
* | Hide not allowed Reactions (#9387) | 6543 | 2019-12-18 | 1 | -0/+1 |
* | fix wrong migration (#9381) | Lunny Xiao | 2019-12-17 | 1 | -1/+2 |
* | Change target branch for pull request (#6488) | Mario Lubenka | 2019-12-16 | 5 | -0/+117 |
* | Use ioutil.TmpDir for new created temp directory (#9368) | Lunny Xiao | 2019-12-16 | 2 | -9/+6 |
* | remove unused method and rename createcommentWithNoAction (#9367) | Lunny Xiao | 2019-12-16 | 8 | -88/+16 |
* | Refactor comment (#9330) | Lunny Xiao | 2019-12-15 | 6 | -34/+66 |
* | Add /milestones endpoint (#8733) | Brad Albright | 2019-12-15 | 2 | -2/+190 |
* | Sign protected branches (#8993) | zeripath | 2019-12-15 | 2 | -95/+124 |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 6 | -18/+142 |
* | test: command keys (#9357) | Antoine GIRARD | 2019-12-15 | 1 | -1/+11 |
* | Move PushToBaseRepo from models to services/pull (#9352) | Lunny Xiao | 2019-12-15 | 2 | -46/+0 |
* | Move some repository methods from models to modules/repository (#9353) | Lunny Xiao | 2019-12-14 | 4 | -203/+11 |
* | Remove release attachments which repository has been deleted (#9334) | Lunny Xiao | 2019-12-13 | 2 | -0/+43 |
* | Remove SavePatch and generate patches on the fly (#9302) | zeripath | 2019-12-13 | 5 | -232/+15 |
* | Fix protected branch using IssueID (#9348) | John Olheiser | 2019-12-13 | 1 | -1/+1 |
* | Fix notification page panic (#9337) | jaqra | 2019-12-13 | 1 | -1/+1 |
* | Make repository management section handle lfs locks (#8726) | zeripath | 2019-12-12 | 2 | -5/+22 |
* | Fix bug that release attachment files not deleted when deleting repository (#... | Lunny Xiao | 2019-12-12 | 1 | -7/+28 |
* | [API] extend StopWatch (#9196) | 6543 | 2019-12-11 | 2 | -2/+41 |
* | refactor(models/attachement): use getAttachmentsByUUIDs (#9317) | Antoine GIRARD | 2019-12-11 | 4 | -20/+23 |
* | tests: add attachement tests integration (#9309) | Antoine GIRARD | 2019-12-10 | 2 | -1/+29 |
* | Testing: Update postgres sequences (#9304) | zeripath | 2019-12-10 | 1 | -0/+32 |
* | Move code indexer related code to a new package (#9191) | Lunny Xiao | 2019-12-08 | 3 | -370/+30 |
* | [API] Add Reactions (#9220) | 6543 | 2019-12-07 | 4 | -13/+105 |
* | Move UpdateIssuesCommit from models to repofiles (#9276) | Lunny Xiao | 2019-12-07 | 2 | -333/+0 |
* | Redirect issue if repo has configured external tracker. (#9247) | David Svantesson | 2019-12-06 | 6 | -4/+87 |
* | Move some pull request functions from models to services (#9266) | Lunny Xiao | 2019-12-06 | 3 | -208/+14 |
* | Show label list on label set (#9251) | Oscar Costa | 2019-12-06 | 2 | -4/+33 |
* | Only show part of members on orgnization dashboard and add paging for orgniza... | Lunny Xiao | 2019-12-06 | 2 | -14/+47 |
* | Move repoWorkPool outside rename/transfer repository (#9086) | Lunny Xiao | 2019-12-06 | 4 | -40/+28 |
* | Branch protection: Possibility to not use whitelist but allow anyone with wri... | David Svantesson | 2019-12-03 | 8 | -107/+267 |
* | Change review content column to type text in db (#9229) | David Svantesson | 2019-12-02 | 3 | -1/+39 |
* | Remove unused comment actions (#9222) | Lunny Xiao | 2019-12-02 | 6 | -55/+10 |
* | [UI] IssuePage multi repo select (#8741) | 6543 | 2019-12-01 | 4 | -11/+15 |
* | Extract createComment (#9125) | Lunny Xiao | 2019-11-30 | 8 | -51/+129 |
* | Add release_counter to Repo API (#9214) | 6543 | 2019-11-30 | 1 | -0/+1 |