summaryrefslogtreecommitdiffstats
path: root/templates/repo
Commit message (Expand)AuthorAgeFilesLines
* Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy...wxiaoguang2023-03-172-2/+2
* Fix review comment context menu clipped bug (#23523)wxiaoguang2023-03-161-1/+2
* Allow both fullname and username search when `DEFAULT_SHOW_FULL_NAME` is true...Hester Gong2023-03-167-18/+16
* Change `Close` to either `Close issue` or `Close pull request` (#23506)Yarden Shoham2023-03-161-5/+13
* Fix 'View File' button in code search (#23478)silverwind2023-03-141-3/+3
* Refactor branch/tag selector to Vue SFC (#23421)wxiaoguang2023-03-141-66/+32
* Add workflow error notification in ui (#23404)yp053272023-03-141-1/+11
* Make branches list page operations remember current page (#23420)wxiaoguang2023-03-141-4/+4
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-1428-146/+89
* Fix missing commit status in PR which from forked repo (#23351)sillyguodong2023-03-131-0/+3
* Fix actions frontend bugs (pagination, long name alignment) and small simplif...Hester Gong2023-03-131-7/+7
* Deduplicate template code for label selection menu (#23431)Brecht Van Lommel2023-03-123-87/+45
* Show edit/close/delete button on organization wide repositories (#23388)yp053272023-03-121-6/+6
* Refactor branch/tag selector dropdown (first step) (#23394)wxiaoguang2023-03-112-63/+73
* Hide target selector if tag exists when creating new release (#23171)Zettat1232023-03-101-14/+19
* Add user webhooks (#21563)KN4CK3R2023-03-101-1/+1
* Fix and move "Use this template" button (#23398)silverwind2023-03-091-10/+6
* Redirect to project again after editing it (#23326)yp053272023-03-092-1/+2
* Fix incorrect display for comment context menu (#23343)wxiaoguang2023-03-081-5/+5
* Remove unnecessary space on link (#23334)Lunny Xiao2023-03-061-1/+1
* Fix incorrect project links and use symlink icon for org-wide projects (#23325)yp053272023-03-062-7/+7
* Fix PR view misalignment caused by long name file (#23321)Hester Gong2023-03-061-2/+2
* Fix broken code editor diff preview (#23307)wxiaoguang2023-03-062-31/+34
* Add context when rendering labels or emojis (#23281)Jonathan Tran2023-03-0511-35/+35
* Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang2023-03-041-9/+4
* Fix stray backticks appearing in pull request timeline (#23282)Brecht Van Lommel2023-03-031-2/+2
* Fix cannot reopen after pushing commits to a closed PR (#23189)sillyguodong2023-03-031-1/+5
* Refactor `ctx` in templates (#23105)wxiaoguang2023-03-0211-48/+48
* Fix missed `.hide` class (#23208)yp053272023-03-021-1/+1
* Pull Requests: add button to compare force pushed commits (#22857)Brecht Van Lommel2023-03-011-0/+5
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-242-2/+4
* Projects: rename Board to Column in interface and improve consistency (#22767)Brecht Van Lommel2023-02-242-22/+22
* Fix nil context in RenderMarkdownToHtml (#23092)Zettat1232023-02-247-16/+16
* Make issue meta dropdown support Enter, confirm before reloading (#23014)wxiaoguang2023-02-243-7/+7
* Fix commit name in Apply Patch page (#23086)yp053272023-02-231-1/+1
* Add wrapper to author to avoid long name ui problem (#23030)HesterG2023-02-231-3/+3
* Improve accessibility for issue comments (#22612)Andre Polykanine2023-02-232-6/+6
* display attachments of review comment when comment content is blank (#23035)sillyguodong2023-02-211-1/+1
* Improve PR Review Box UI (#22986)wxiaoguang2023-02-213-8/+8
* Fix the Manually Merged form (#23015)wxiaoguang2023-02-211-13/+7
* Remove delete button for review comment (#23036)Zettat1232023-02-211-1/+1
* add margin top to the top of branches (#23002)HesterG2023-02-211-1/+1
* Use `gt-relative` class instead of the ambiguous `gt-pr` class (#23008)wxiaoguang2023-02-201-1/+1
* Fix pull request branch selector visible without clicking Edit (#23012)Brecht Van Lommel2023-02-211-1/+1
* Fix hidden commit status on multiple checks (#22889)oliverpool2023-02-201-4/+12
* Use beforeCommit instead of baseCommit (#22949)Kyle D2023-02-201-1/+1
* Fix broken pull request files (#22962)Lunny Xiao2023-02-201-1/+1
* Fix avatar misalignment (#22955)Zettat1232023-02-201-1/+1
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-1939-72/+72
* Scoped labels (#22585)Brecht Van Lommel2023-02-189-66/+126