aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/common-global.js
Commit message (Expand)AuthorAgeFilesLines
* Improve "language stats" UI (#26968)wxiaoguang2023-09-101-5/+5
* Vendor `jquery.are-you-sure` with strict mode fixes (#26901)silverwind2023-09-061-1/+1
* Refactor toast module (#26677)wxiaoguang2023-08-231-3/+3
* Check disabled workflow when rerun jobs (#26535)yp053272023-08-221-72/+44
* Fix attachment clipboard copy on insecure origin (#26224)silverwind2023-07-301-3/+5
* Show the mismatched ROOT_URL warning on the sign-in page if OAuth2 is enabled...Jason Song2023-07-181-1/+1
* Clarify "text-align" CSS helpers, fix clone button padding (#25763)wxiaoguang2023-07-081-1/+1
* Add toasts to UI (#25449)silverwind2023-06-271-1/+2
* Revert "Make buttons in a modal form have proper type. (#25446)" (#25485)wxiaoguang2023-06-251-2/+0
* Make buttons in a modal form have proper type. (#25446)wxiaoguang2023-06-231-0/+2
* Support configuration variables on Gitea Actions (#24724)sillyguodong2023-06-201-21/+52
* Batch delete issue and improve tippy opts (#25253)wxiaoguang2023-06-191-24/+8
* Fix incorrect link-action event target (#25306)wxiaoguang2023-06-181-3/+3
* Use fetch to send requests to create issues/comments (#25258)wxiaoguang2023-06-161-11/+25
* Change form actions to fetch for submit review box (#25219)HesterG2023-06-141-3/+81
* Improve AJAX link and modal confirm dialog (#25210)wxiaoguang2023-06-131-77/+57
* Remove hacky patch for "safari emoji glitch fix" (#25208)wxiaoguang2023-06-121-14/+0
* Fix mobile navbar and misc cleanups (#25134)silverwind2023-06-091-12/+8
* Support Copy Link for video attachments (#24833)Brecht Van Lommel2023-05-211-0/+3
* Improve accessibility when (re-)viewing files (#24817)delvh2023-05-211-3/+2
* Update JS dependencies, add new eslint rules (#24597)silverwind2023-05-091-1/+1
* Introduce eslint-plugin-no-jquery/no-event-shorthand (#24198)yp053272023-04-201-1/+1
* Fix duplicate modals when clicking on "remove all" repository button (#24129)Hester Gong2023-04-191-4/+4
* Fix dropdown direction behavior (#23806)wxiaoguang2023-03-301-1/+8
* Fix incorrect `toggle` buttons (#23676)wxiaoguang2023-03-261-5/+8
* Fine tune more downdrop settings, use SVG for labels, improve Repo Topic Edit...wxiaoguang2023-03-261-5/+3
* Remove row clicking from notification table (#22695)John Olheiser2023-03-251-15/+0
* Fix cancel button in the page of project edit not work (#23655)sillyguodong2023-03-241-1/+1
* Use a general approach to show tooltip, fix temporary tooltip bug (#23574)wxiaoguang2023-03-231-7/+0
* Use a general approch to improve a11y for all checkboxes and dropdowns. (#23542)wxiaoguang2023-03-221-4/+1
* Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy...wxiaoguang2023-03-171-12/+23
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-141-9/+19
* Improve PR Review Box UI (#22986)wxiaoguang2023-02-211-0/+1
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-191-4/+5
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-1/+1
* Make issue title edit buttons focusable and fix incorrect ajax requests (#22807)wxiaoguang2023-02-091-0/+1
* Improve AppUrl/ROOT_URL checking (#22836)wxiaoguang2023-02-091-5/+2
* Add ARIA support for Fomantic UI checkboxes (#22599)wxiaoguang2023-01-251-2/+2
* Address feedback from #22517 (#22563)Francesco Siddi2023-01-211-4/+5
* Dropzone: Add "Copy link" button for new uploads (#22517)Francesco Siddi2023-01-191-0/+15
* JS refactors (#22227)silverwind2022-12-241-1/+1
* Prevent NPE if trying to restore an already restored deleted branch (#21940)zeripath2022-11-251-0/+6
* Fix UI language switching bug (#21597)wxiaoguang2022-11-091-1/+1
* 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