| Commit message (Expand) | Author | Age | Files | Lines |
* | Support reflogs (#22451) | Philip Peterson | 2023-03-13 | 1 | -0/+12 |
* | Fix actions frontend bugs (pagination, long name alignment) and small simplif... | Hester Gong | 2023-03-13 | 1 | -7/+7 |
* | Deduplicate template code for label selection menu (#23431) | Brecht Van Lommel | 2023-03-12 | 3 | -87/+45 |
* | Show edit/close/delete button on organization wide repositories (#23388) | yp05327 | 2023-03-12 | 3 | -11/+11 |
* | Sync the class change of Edit Column Button to JS code (#23400) | yp05327 | 2023-03-12 | 1 | -1/+1 |
* | Refactor branch/tag selector dropdown (first step) (#23394) | wxiaoguang | 2023-03-11 | 2 | -63/+73 |
* | Hide target selector if tag exists when creating new release (#23171) | Zettat123 | 2023-03-10 | 1 | -14/+19 |
* | Add missing tabs to org projects page (#22705) | yp05327 | 2023-03-10 | 2 | -5/+9 |
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 6 | -1/+219 |
* | Handle OpenID discovery URL errors a little nicer when creating/editing sourc... | zeripath | 2023-03-10 | 1 | -1/+1 |
* | Fix and move "Use this template" button (#23398) | silverwind | 2023-03-09 | 1 | -10/+6 |
* | Redirect to project again after editing it (#23326) | yp05327 | 2023-03-09 | 4 | -2/+4 |
* | add user visibility in dashboard navbar (#22747) | yp05327 | 2023-03-08 | 1 | -6/+8 |
* | Fix incorrect display for comment context menu (#23343) | wxiaoguang | 2023-03-08 | 1 | -5/+5 |
* | Pass context to avatar for projects view (#23359) | delvh | 2023-03-07 | 1 | -1/+1 |
* | Remove unnecessary space on link (#23334) | Lunny Xiao | 2023-03-06 | 1 | -1/+1 |
* | Fix incorrect project links and use symlink icon for org-wide projects (#23325) | yp05327 | 2023-03-06 | 7 | -14/+14 |
* | Fix PR view misalignment caused by long name file (#23321) | Hester Gong | 2023-03-06 | 1 | -2/+2 |
* | Fix broken code editor diff preview (#23307) | wxiaoguang | 2023-03-06 | 2 | -31/+34 |
* | Add context when rendering labels or emojis (#23281) | Jonathan Tran | 2023-03-05 | 14 | -45/+45 |
* | Make Ctrl+Enter submit a pending comment (starting review) instead of submitt... | wxiaoguang | 2023-03-04 | 1 | -9/+4 |
* | Fix stray backticks appearing in pull request timeline (#23282) | Brecht Van Lommel | 2023-03-03 | 1 | -2/+2 |
* | Fix various bugs for "install" page (#23194) | wxiaoguang | 2023-03-04 | 2 | -3/+3 |
* | Revert relative links to absolute links in mail templates (#23267) | wxiaoguang | 2023-03-03 | 3 | -6/+6 |
* | Fix cannot reopen after pushing commits to a closed PR (#23189) | sillyguodong | 2023-03-03 | 1 | -1/+5 |
* | Refactor `ctx` in templates (#23105) | wxiaoguang | 2023-03-02 | 11 | -48/+48 |
* | Fix missed `.hide` class (#23208) | yp05327 | 2023-03-02 | 2 | -4/+4 |
* | Pull Requests: add button to compare force pushed commits (#22857) | Brecht Van Lommel | 2023-03-01 | 1 | -0/+5 |
* | Fix incorrect checkbox behaviors in the dashboard repolist's filter (#23147) | wxiaoguang | 2023-03-01 | 1 | -50/+32 |
* | Add "Reviewed by you" filter for pull requests (#22927) | Brecht Van Lommel | 2023-02-24 | 4 | -6/+18 |
* | Projects: rename Board to Column in interface and improve consistency (#22767) | Brecht Van Lommel | 2023-02-24 | 4 | -52/+54 |
* | Add pagination for dashboard and user activity feeds (#22937) | Brecht Van Lommel | 2023-02-24 | 1 | -0/+2 |
* | Fix nil context in RenderMarkdownToHtml (#23092) | Zettat123 | 2023-02-24 | 12 | -22/+22 |
* | Make issue meta dropdown support Enter, confirm before reloading (#23014) | wxiaoguang | 2023-02-24 | 3 | -7/+7 |
* | Fix commit name in Apply Patch page (#23086) | yp05327 | 2023-02-23 | 1 | -1/+1 |
* | Add wrapper to author to avoid long name ui problem (#23030) | HesterG | 2023-02-23 | 1 | -3/+3 |
* | Improve accessibility for issue comments (#22612) | Andre Polykanine | 2023-02-23 | 2 | -6/+6 |
* | Add accessibility to the menu on the navbar (#23059) | HesterG | 2023-02-22 | 1 | -2/+2 |
* | Fix some more hidden problems (#23074) | wxiaoguang | 2023-02-22 | 2 | -2/+2 |
* | display attachments of review comment when comment content is blank (#23035) | sillyguodong | 2023-02-21 | 1 | -1/+1 |
* | Improve PR Review Box UI (#22986) | wxiaoguang | 2023-02-21 | 3 | -8/+8 |
* | Fix the Manually Merged form (#23015) | wxiaoguang | 2023-02-21 | 1 | -13/+7 |
* | Remove delete button for review comment (#23036) | Zettat123 | 2023-02-21 | 1 | -1/+1 |
* | add margin top to the top of branches (#23002) | HesterG | 2023-02-21 | 1 | -1/+1 |
* | Use `gt-relative` class instead of the ambiguous `gt-pr` class (#23008) | wxiaoguang | 2023-02-20 | 1 | -1/+1 |
* | Hide 2FA status from other members in organization members list (#22999) | Brecht Van Lommel | 2023-02-20 | 1 | -0/+2 |
* | Add scopes to API to create token and display them (#22989) | zeripath | 2023-02-20 | 2 | -3/+26 |
* | Fix pull request branch selector visible without clicking Edit (#23012) | Brecht Van Lommel | 2023-02-21 | 1 | -1/+1 |
* | Fix hidden commit status on multiple checks (#22889) | oliverpool | 2023-02-20 | 1 | -4/+12 |
* | Add all units to the units permission list in org team members sidebar (#22971) | yp05327 | 2023-02-20 | 1 | -1/+1 |