aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/common-global.js
Commit message (Expand)AuthorAgeFilesLines
* Remove useless JS operation for relative time tooltips (#20756)silverwind2022-08-121-8/+0
* Fix loading button with invalid form (#20754)silverwind2022-08-111-10/+6
* Replace fomantic popup module with tippy.js (#20428)silverwind2022-08-091-20/+11
* move handleGlobalEnterQuickSubmit into a separate file to avoid cycle-import ...wxiaoguang2022-08-051-14/+1
* Fix ROOT_URL detection for URLs without trailing slash (#20502)wxiaoguang2022-07-271-1/+2
* Init popup for new code comment (#20234)Gusted2022-07-051-9/+14
* Fix remove file on initial comment (#20127)Gusted2022-06-251-1/+2
* Remove customized (unmaintained) dropdown, improve aria a11y for dropdown (#1...wxiaoguang2022-06-031-4/+8
* Remove fomantic progress module (#19760)silverwind2022-05-201-3/+0
* Make Ctrl+Enter (quick submit) work for issue comment and wiki editor (#19729)wxiaoguang2022-05-201-3/+18
* prevent double click new issue/pull/comment button (#16157)a10121127962022-05-071-0/+12
* Skip frontend ROOT_URL check on installation page, remove unnecessary global ...wxiaoguang2022-04-011-0/+3
* Show messages for users if the ROOT_URL is wrong, show JavaScript errors (#18...wxiaoguang2022-03-301-1/+19
* Replace deprecated String.prototype.substr() with String.prototype.slice() (#...CommanderRoot2022-02-181-1/+1
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-091-5/+18
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-281-2/+2
* Revert "Prevent possible XSS when using jQuery (#18289)" (#18293)wxiaoguang2022-01-161-7/+7
* Prevent possible XSS when using jQuery (#18289)Gusted2022-01-161-7/+7
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-071-1/+13
* Cleanup and use global style on popups (#17674)silverwind2021-11-181-5/+13
* Add copy button to markdown code blocks (#17638)silverwind2021-11-161-1/+1
* Improve async/await usage, and sort init calls in `index.js` (#17386)wxiaoguang2021-11-091-2/+2
* Move key forms before list and add cancel button (#17432)qwerty2872021-10-281-1/+2
* Fix the click behavior for <tr> and <td> with [data-href] (#17388)wxiaoguang2021-10-211-8/+13
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-8/+8
* Split `index.js` to separate files (#17315)wxiaoguang2021-10-171-0/+306