aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js
Commit message (Expand)AuthorAgeFilesLines
* Remove jQuery AJAX from the notice selection deletion button (#29381)Yarden Shoham2024-02-251-10/+7
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-252-54/+64
* Remove jQuery from the code diff expansion buttons (#29385)Yarden Shoham2024-02-251-8/+0
* Remove jQuery AJAX from the markdown editor preview (#29384)Yarden Shoham2024-02-251-10/+10
* Refactor `copy` button event handler (#29379)wxiaoguang2024-02-251-24/+17
* Remove jQuery AJAX from the repo commit graph (#29373)Yarden Shoham2024-02-251-1/+4
* Remove jQuery AJAX from repo collaborator mode dropdown (#29371)Yarden Shoham2024-02-251-9/+11
* Remove jQuery from the Unicode escape button (#29369)Yarden Shoham2024-02-242-25/+25
* Remove jQuery from the issue reference context popup (#29367)Yarden Shoham2024-02-241-11/+14
* Implement recent commits graph (#29210)Şahin Akkaya2024-02-243-0/+172
* Revert "Support SAML authentication (#25165)" (#29358)65432024-02-243-32/+3
* Implement code frequency graph (#29191)Şahin Akkaya2024-02-236-30/+217
* Remove jQuery from the stopwatch (#29351)Yarden Shoham2024-02-231-17/+21
* Support SAML authentication (#25165)techknowlogick2024-02-233-3/+32
* Don't show third-party JS errors in production builds (#29303)silverwind2024-02-221-3/+12
* Remove jQuery from the repo commit functions (#29230)Yarden Shoham2024-02-221-46/+46
* Remove jQuery from the image pasting functionality (#29324)Yarden Shoham2024-02-221-9/+11
* Remove jQuery from the installation page (#29284)Yarden Shoham2024-02-211-52/+49
* Remove jQuery .map() and enable eslint rules for it (#29272)silverwind2024-02-212-16/+11
* Remove jQuery from repo wiki creation page (#29271)Yarden Shoham2024-02-204-37/+51
* Remove jQuery from the repo migration form (#29229)Yarden Shoham2024-02-191-34/+40
* Downscale pasted PNG images based on metadata (#29123)silverwind2024-02-193-3/+93
* Artifact deletion in actions ui (#27172)FuXiaoHei2024-02-182-1/+16
* Remove jQuery from the repo release form (#29225)Yarden Shoham2024-02-181-11/+11
* Make submit event code work with both jQuery event and native event (#29223)wxiaoguang2024-02-173-2/+3
* Remove jQuery from repo migrate page (#29219)Yarden Shoham2024-02-171-9/+8
* Remove unneccesary `initUserAuthLinkAccountView` from "link account" page (#2...Yarden Shoham2024-02-172-30/+1
* Remove jQuery from the webhook editor (#29211)Yarden Shoham2024-02-171-29/+27
* Remove jQuery from issue reference context popup attach (#29216)Yarden Shoham2024-02-171-2/+1
* Add `eslint-plugin-github` and fix issues (#29201)silverwind2024-02-164-36/+37
* Remove jQuery from the "quick submit" handler (#29200)Yarden Shoham2024-02-161-8/+1
* Fix `initCompLabelEdit` not being called (#29198)Yarden Shoham2024-02-161-3/+1
* Remove jQuery from username change prompt and fix its detection (#29197)Yarden Shoham2024-02-161-14/+15
* Remove jQuery from organization rename prompt toggle (#29195)Yarden Shoham2024-02-161-4/+5
* Remove jQuery from SSH key form parser (#29193)Yarden Shoham2024-02-161-8/+6
* Refactor request function (#29187)silverwind2024-02-161-11/+9
* Auto-update the system status in admin dashboard (#29163)Yarden Shoham2024-02-161-0/+3
* Implement contributors graph (#27882)Şahin Akkaya2024-02-156-0/+538
* Remove jQuery from the comment task list (#29170)Yarden Shoham2024-02-151-7/+6
* Remove jQuery from the user search form in admin page (#29151)Yarden Shoham2024-02-131-18/+23
* Move vitest setup file to root (#29097)silverwind2024-02-081-0/+0
* Avoid showing unnecessary JS errors when there are elements with different or...wxiaoguang2024-02-083-9/+19
* Fix gitea-origin-url with default ports (#29085)silverwind2024-02-082-12/+33
* Show whether a PR is WIP inside popups (#28975)Bram Hagens2024-02-042-4/+14
* Strip trailing newline in markdown code copy (#29019)silverwind2024-02-011-1/+3
* Improve user search display name (#29002)KN4CK3R2024-02-012-7/+6
* Introduce htmx and use it to avoid full page load on `Subscribe` and `Follow`...Yarden Shoham2024-01-302-0/+19
* Preserve BOM in web editor (#28935)silverwind2024-01-271-1/+1
* Avoid duplicate JS error messages on UI (#28873)wxiaoguang2024-01-213-4/+29
* Revert adding htmx until we finaly decide to add it (#28879)65432024-01-211-1/+0