| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy... | wxiaoguang | 2023-03-17 | 1 | -12/+23 |
* | Convert `<div class="button">` to `<button class="button">` (#23337) | delvh | 2023-03-14 | 1 | -9/+19 |
* | Improve PR Review Box UI (#22986) | wxiaoguang | 2023-02-21 | 1 | -0/+1 |
* | Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov... | wxiaoguang | 2023-02-19 | 1 | -4/+5 |
* | Move helpers to be prefixed with `gt-` (#22879) | zeripath | 2023-02-13 | 1 | -1/+1 |
* | Make issue title edit buttons focusable and fix incorrect ajax requests (#22807) | wxiaoguang | 2023-02-09 | 1 | -0/+1 |
* | Improve AppUrl/ROOT_URL checking (#22836) | wxiaoguang | 2023-02-09 | 1 | -5/+2 |
* | Add ARIA support for Fomantic UI checkboxes (#22599) | wxiaoguang | 2023-01-25 | 1 | -2/+2 |
* | Address feedback from #22517 (#22563) | Francesco Siddi | 2023-01-21 | 1 | -4/+5 |
* | Dropzone: Add "Copy link" button for new uploads (#22517) | Francesco Siddi | 2023-01-19 | 1 | -0/+15 |
* | JS refactors (#22227) | silverwind | 2022-12-24 | 1 | -1/+1 |
* | Prevent NPE if trying to restore an already restored deleted branch (#21940) | zeripath | 2022-11-25 | 1 | -0/+6 |
* | Fix UI language switching bug (#21597) | wxiaoguang | 2022-11-09 | 1 | -1/+1 |
* | Remove useless JS operation for relative time tooltips (#20756) | silverwind | 2022-08-12 | 1 | -8/+0 |
* | Fix loading button with invalid form (#20754) | silverwind | 2022-08-11 | 1 | -10/+6 |
* | Replace fomantic popup module with tippy.js (#20428) | silverwind | 2022-08-09 | 1 | -20/+11 |
* | move handleGlobalEnterQuickSubmit into a separate file to avoid cycle-import ... | wxiaoguang | 2022-08-05 | 1 | -14/+1 |
* | Fix ROOT_URL detection for URLs without trailing slash (#20502) | wxiaoguang | 2022-07-27 | 1 | -1/+2 |
* | Init popup for new code comment (#20234) | Gusted | 2022-07-05 | 1 | -9/+14 |
* | Fix remove file on initial comment (#20127) | Gusted | 2022-06-25 | 1 | -1/+2 |
* | Remove customized (unmaintained) dropdown, improve aria a11y for dropdown (#1... | wxiaoguang | 2022-06-03 | 1 | -4/+8 |
* | Remove fomantic progress module (#19760) | silverwind | 2022-05-20 | 1 | -3/+0 |
* | Make Ctrl+Enter (quick submit) work for issue comment and wiki editor (#19729) | wxiaoguang | 2022-05-20 | 1 | -3/+18 |
* | prevent double click new issue/pull/comment button (#16157) | a1012112796 | 2022-05-07 | 1 | -0/+12 |
* | Skip frontend ROOT_URL check on installation page, remove unnecessary global ... | wxiaoguang | 2022-04-01 | 1 | -0/+3 |
* | Show messages for users if the ROOT_URL is wrong, show JavaScript errors (#18... | wxiaoguang | 2022-03-30 | 1 | -1/+19 |
* | Replace deprecated String.prototype.substr() with String.prototype.slice() (#... | CommanderRoot | 2022-02-18 | 1 | -1/+1 |
* | Add apply-patch, basic revert and cherry-pick functionality (#17902) | zeripath | 2022-02-09 | 1 | -5/+18 |
* | Use explicit jQuery import, remove unused eslint globals (#18435) | silverwind | 2022-01-28 | 1 | -2/+2 |
* | Revert "Prevent possible XSS when using jQuery (#18289)" (#18293) | wxiaoguang | 2022-01-16 | 1 | -7/+7 |
* | Prevent possible XSS when using jQuery (#18289) | Gusted | 2022-01-16 | 1 | -7/+7 |
* | Add warning for BIDI characters in page renders and in diffs (#17562) | zeripath | 2022-01-07 | 1 | -1/+13 |
* | Cleanup and use global style on popups (#17674) | silverwind | 2021-11-18 | 1 | -5/+13 |
* | Add copy button to markdown code blocks (#17638) | silverwind | 2021-11-16 | 1 | -1/+1 |
* | Improve async/await usage, and sort init calls in `index.js` (#17386) | wxiaoguang | 2021-11-09 | 1 | -2/+2 |
* | Move key forms before list and add cancel button (#17432) | qwerty287 | 2021-10-28 | 1 | -1/+2 |
* | Fix the click behavior for <tr> and <td> with [data-href] (#17388) | wxiaoguang | 2021-10-21 | 1 | -8/+13 |
* | Frontend refactor, PascalCase to camelCase, remove unused code (#17365) | wxiaoguang | 2021-10-21 | 1 | -8/+8 |
* | Split `index.js` to separate files (#17315) | wxiaoguang | 2021-10-17 | 1 | -0/+306 |