| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove "TODO" tasks from CSS file (#26835) | wxiaoguang | 2023-08-31 | 1 | -3/+3 |
* | Handle "comment form combo editor init" more gracefully (#26688) | wxiaoguang | 2023-08-23 | 1 | -2/+3 |
* | Show branches and tags that contain a commit (#25180) | delvh | 2023-07-27 | 1 | -1/+1 |
* | Improve and fix bugs surrounding reactions (#24760) | silverwind | 2023-05-28 | 1 | -1/+1 |
* | Support markdown editor for issue template (#24400) | yp05327 | 2023-05-08 | 1 | -14/+8 |
* | Make Issue/PR/projects more compact, misc CSS tweaks (#24459) | silverwind | 2023-05-03 | 1 | -5/+1 |
* | Introduce eslint-plugin-no-jquery/no-event-shorthand (#24198) | yp05327 | 2023-04-20 | 1 | -1/+1 |
* | Fix issue attachment handling (#24202) | wxiaoguang | 2023-04-20 | 1 | -24/+30 |
* | Make wiki title supports dashes and improve wiki name related features (#24143) | wxiaoguang | 2023-04-19 | 1 | -6/+0 |
* | Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) | wxiaoguang | 2023-04-03 | 1 | -181/+150 |
* | Append `(comment)` when a link points at a comment rather than the whole issu... | Hester Gong | 2023-04-03 | 1 | -0/+3 |
* | Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy... | wxiaoguang | 2023-03-17 | 1 | -3/+0 |
* | Refactor branch/tag selector to Vue SFC (#23421) | wxiaoguang | 2023-03-14 | 1 | -2/+2 |
* | Convert `<div class="button">` to `<button class="button">` (#23337) | delvh | 2023-03-14 | 1 | -1/+2 |
* | Refactor branch/tag selector dropdown (first step) (#23394) | wxiaoguang | 2023-03-11 | 1 | -1/+1 |
* | Scoped labels: don't require holding alt key to remove (#23303) | Brecht Van Lommel | 2023-03-06 | 1 | -6/+1 |
* | Use async await to fix empty quote reply at first time (#23168) | HesterG | 2023-03-02 | 1 | -6/+5 |
* | Use the correct selector to hide the checkmark of selected labels on clear (#... | wxiaoguang | 2023-03-01 | 1 | -1/+1 |
* | Change button text for commenting and closing an issue at the same time (#23135) | wxiaoguang | 2023-02-27 | 1 | -1/+7 |
* | Make issue meta dropdown support Enter, confirm before reloading (#23014) | wxiaoguang | 2023-02-24 | 1 | -12/+37 |
* | Remove unnecessary and incorrect `find('.menu').toggle()` (#22987) | wxiaoguang | 2023-02-20 | 1 | -2/+0 |
* | Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov... | wxiaoguang | 2023-02-19 | 1 | -20/+21 |
* | Scoped labels (#22585) | Brecht Van Lommel | 2023-02-18 | 1 | -25/+49 |
* | Move helpers to be prefixed with `gt-` (#22879) | zeripath | 2023-02-13 | 1 | -3/+3 |
* | JS refactors (#22227) | silverwind | 2022-12-24 | 1 | -13/+8 |
* | Change ID pattern of raw content container for issue (#21966) | Felipe Leopoldo Sologuren GutiƩrrez | 2022-12-10 | 1 | -1/+1 |
* | Update JS dependencies (#21881) | silverwind | 2022-11-22 | 1 | -2/+2 |
* | Copy citation file content, in APA and BibTex format, on repo home page (#19999) | Nolann | 2022-11-11 | 1 | -0/+2 |
* | Support Issue forms and PR forms (#20987) | Jason Song | 2022-09-02 | 1 | -5/+14 |
* | Enable spellcheck for EasyMDE, use contenteditable mode (#19776) | wxiaoguang | 2022-06-29 | 1 | -8/+8 |
* | Fix remove file on initial comment (#20127) | Gusted | 2022-06-25 | 1 | -0/+1 |
* | Custom regexp external issues (#17624) | Sandro Santilli | 2022-06-10 | 1 | -0/+5 |
* | Make Ctrl+Enter (quick submit) work for issue comment and wiki editor (#19729) | wxiaoguang | 2022-05-20 | 1 | -2/+8 |
* | Use Vue to refactor pull merge UI (#19650) | wxiaoguang | 2022-05-12 | 1 | -2/+4 |
* | Allow commit status popup on /pulls page (#19507) | parnic | 2022-04-26 | 1 | -12/+0 |
* | Refactor repo clone button and repo clone links, fix JS error on empty repo p... | wxiaoguang | 2022-03-29 | 1 | -2/+2 |
* | Add apply-patch, basic revert and cherry-pick functionality (#17902) | zeripath | 2022-02-09 | 1 | -1/+1 |
* | Use explicit jQuery import, remove unused eslint globals (#18435) | silverwind | 2022-01-28 | 1 | -0/+1 |
* | Revert "Prevent possible XSS when using jQuery (#18289)" (#18293) | wxiaoguang | 2022-01-16 | 1 | -15/+15 |
* | Prevent possible XSS when using jQuery (#18289) | Gusted | 2022-01-16 | 1 | -15/+15 |
* | Fix EasyMDE image paste bug during refactoring (#18207) | wxiaoguang | 2022-01-08 | 1 | -2/+5 |
* | Add warning for BIDI characters in page renders and in diffs (#17562) | zeripath | 2022-01-07 | 1 | -0/+3 |
* | Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) | wxiaoguang | 2022-01-05 | 1 | -2/+3 |
* | Clean legacy SimpleMDE code (#17926) | wxiaoguang | 2021-12-10 | 1 | -20/+20 |
* | Update JS dependencies, adjust eslint config (#17904) | silverwind | 2021-12-04 | 1 | -3/+3 |
* | Add new JS linter rules (#17699) | silverwind | 2021-11-22 | 1 | -3/+3 |
* | Refactor repo-legacy.js, remove messy global variables. Fix errors. (#17646) | wxiaoguang | 2021-11-19 | 1 | -198/+193 |
* | Fix database deadlock when update issue labels (#17649) | wxiaoguang | 2021-11-16 | 1 | -12/+12 |
* | Fix some incorrect async functions, improve frontend document. (#17597) | wxiaoguang | 2021-11-12 | 1 | -1/+1 |
* | Improve async/await usage, and sort init calls in `index.js` (#17386) | wxiaoguang | 2021-11-09 | 1 | -2/+2 |