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