| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix submit button won't refresh in New Repository Fork page (#22994) | yp05327 | 2023-04-03 | 1 | -0/+1 |
* | Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) | wxiaoguang | 2023-04-03 | 7 | -13/+0 |
* | Refactor commit status for Actions jobs (#23786) | Jason Song | 2023-03-29 | 1 | -11/+4 |
* | Implement Issue Config (#20956) | JakobDev | 2023-03-28 | 2 | -5/+12 |
* | Add API to manage issue dependencies (#17935) | qwerty287 | 2023-03-28 | 2 | -5/+74 |
* | Fix tags view (#23243) | Wiktor Kwapisiewicz | 2023-03-27 | 1 | -1/+7 |
* | Add commit info in action page (#23210) | yp05327 | 2023-03-27 | 1 | -0/+42 |
* | Fix cancel button in the page of project edit not work (#23655) | sillyguodong | 2023-03-24 | 1 | -0/+1 |
* | Editor preview support for external renderers (#23333) | Brecht Van Lommel | 2023-03-24 | 1 | -4/+3 |
* | Introduce path Clean/Join helper functions (#23495) | wxiaoguang | 2023-03-21 | 2 | -2/+2 |
* | Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491) | Hester Gong | 2023-03-16 | 1 | -5/+4 |
* | Replace `repo.namedBlob` by `git.TreeEntry`. (#22898) | Nick | 2023-03-15 | 1 | -44/+38 |
* | Add workflow error notification in ui (#23404) | yp05327 | 2023-03-14 | 1 | -3/+23 |
* | Make branches list page operations remember current page (#23420) | wxiaoguang | 2023-03-14 | 1 | -10/+7 |
* | Fix actions frontend bugs (pagination, long name alignment) and small simplif... | Hester Gong | 2023-03-13 | 1 | -0/+2 |
* | Show edit/close/delete button on organization wide repositories (#23388) | yp05327 | 2023-03-12 | 1 | -1/+1 |
* | Preserve file size when creating attachments (#23406) | Peter | 2023-03-12 | 1 | -1/+1 |
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 1 | -34/+33 |
* | Redirect to project again after editing it (#23326) | yp05327 | 2023-03-09 | 1 | -1/+6 |
* | Use CleanPath instead of path.Clean (#23371) | Lunny Xiao | 2023-03-08 | 2 | -2/+2 |
* | Make Ctrl+Enter submit a pending comment (starting review) instead of submitt... | wxiaoguang | 2023-03-04 | 1 | -1/+1 |
* | Avoid panic caused by broken payload when creating commit status (#23216) | Jason Song | 2023-03-04 | 1 | -7/+15 |
* | Add run status in action view page (#23212) | yp05327 | 2023-03-04 | 1 | -0/+2 |
* | Fix cannot reopen after pushing commits to a closed PR (#23189) | sillyguodong | 2023-03-03 | 2 | -6/+13 |
* | Use correct README link to render the README (#23152) | yp05327 | 2023-03-03 | 1 | -1/+1 |
* | Refactor `ctx` in templates (#23105) | wxiaoguang | 2023-03-02 | 1 | -3/+3 |
* | Add loading yaml label template files (#22976) | Lauris BH | 2023-03-02 | 1 | -2/+3 |
* | Use context parameter in services/repository (#23186) | Jason Song | 2023-02-28 | 7 | -16/+16 |
* | Speed up HasUserStopwatch & GetActiveStopwatch (#23051) | zeripath | 2023-02-27 | 2 | -25/+4 |
* | Return 404 instead of 403 if user can not access the repo (#23155) | yp05327 | 2023-02-26 | 1 | -1/+1 |
* | Add "Reviewed by you" filter for pull requests (#22927) | Brecht Van Lommel | 2023-02-24 | 1 | -1/+9 |
* | Redirect to the commit page after applying patch (#23056) | yp05327 | 2023-02-24 | 1 | -6/+4 |
* | Require approval to run actions for fork pull request (#22803) | Jason Song | 2023-02-24 | 1 | -5/+44 |
* | Fix commit name in Apply Patch page (#23086) | yp05327 | 2023-02-23 | 1 | -0/+3 |
* | Add force_merge to merge request and fix checking mergable (#23010) | Jason Song | 2023-02-21 | 1 | -4/+12 |
* | Get rules by id when editing branch protection rule (#22932) | Zettat123 | 2023-02-20 | 1 | -4/+30 |
* | Use beforeCommit instead of baseCommit (#22949) | Kyle D | 2023-02-20 | 1 | -6/+5 |
* | Scoped labels (#22585) | Brecht Van Lommel | 2023-02-18 | 2 | -6/+30 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 6 | -12/+12 |
* | fix incorrect role labels for migrated issues and comments (#22914) | Zettat123 | 2023-02-15 | 1 | -4/+8 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 5 | -11/+11 |
* | Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (#22877) | Nick | 2023-02-13 | 1 | -2/+2 |
* | Move helpers to be prefixed with `gt-` (#22879) | zeripath | 2023-02-13 | 2 | -3/+3 |
* | Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2... | Brecht Van Lommel | 2023-02-13 | 2 | -0/+8 |
* | Deduplicate findReadmeFile() (#22177) | Nick | 2023-02-12 | 1 | -98/+69 |
* | Preview images for Issue cards in Project Board view (#22112) | Nathaniel Sabanski | 2023-02-11 | 1 | -2/+22 |
* | Fix improper HTMLURL usages in Go code (#22839) | wxiaoguang | 2023-02-11 | 12 | -26/+26 |
* | Map OIDC groups to Orgs/Teams (#21441) | KN4CK3R | 2023-02-08 | 2 | -2/+2 |
* | Use link in UI which returned a relative url but not html_url which contains ... | Lunny Xiao | 2023-02-06 | 2 | -2/+3 |
* | Refactor legacy strange git operations (#22756) | wxiaoguang | 2023-02-06 | 1 | -47/+25 |