aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js
Commit message (Expand)AuthorAgeFilesLines
* Include collaboration repositories on dashboard source/forks/mirrors list (#3...Lunny Xiao2024-09-241-1/+0
* Replace v-html with v-text in search inputbox (#31966)Lunny Xiao2024-09-041-4/+2
* Improve textarea paste (#31948)silverwind2024-09-012-8/+6
* Move web globals to `web_src/js/globals.d.ts` (#31943)silverwind2024-08-301-0/+61
* Fix a number of Typescript issues (#31877)silverwind2024-08-2815-68/+100
* Update mermaid to v11 (#31913)silverwind2024-08-251-0/+1
* Actions support workflow dispatch event (#28163)胖梁2024-08-182-8/+15
* Fix overflowing content in action run log (#31842)Adrian Hirt2024-08-161-0/+1
* fix the component of access token list not mounted (#31824)sillyguodong2024-08-163-14/+21
* Add types to various low-level functions (#31781)silverwind2024-08-1010-73/+95
* Fix createElementFromAttrs bug (#31751)wxiaoguang2024-08-012-2/+4
* bump vue-bar-graph (#31705)techknowlogick2024-08-011-1/+1
* Enable `no-jquery/no-parse-html-literal` and fix violation (#31684)silverwind2024-07-271-4/+8
* Add types to fetch,toast,bootstrap,svg (#31627)silverwind2024-07-255-33/+52
* Run `detectWebAuthnSupport` only if necessary (#31691)Jason Song2024-07-251-3/+3
* Fix "Filter by commit" Dropdown (#31695)wxiaoguang2024-07-251-45/+47
* Run `detectWebAuthnSupport` only on sign-in page (#31676)Jason Song2024-07-231-0/+4
* add skip secondary authorization option for public oauth2 clients (#31454)Denys Konovalov2024-07-192-0/+8
* Enable `no-jquery/no-class-state` (#31639)silverwind2024-07-161-4/+4
* Code editor theme enhancements (#31629)silverwind2024-07-141-1/+1
* Add types for js globals (#31586)silverwind2024-07-112-2/+25
* Convert frontend code to typescript (#31559)silverwind2024-07-07160-369/+369
* Add typescript guideline and typescript-specific eslint plugins and fix issue...silverwind2024-07-035-10/+12
* Add Passkey login support (#31504)Anbraten2024-06-291-7/+70
* Always use HTML attributes for avatar size (#31509)silverwind2024-06-281-1/+1
* Add initial typescript config and use it for eslint,vitest,playwright (#31186)silverwind2024-06-284-26/+4
* Fix JS error with disabled attachment and easymde (#31511)silverwind2024-06-281-1/+3
* Make toast support preventDuplicates (#31501)wxiaoguang2024-06-274-18/+45
* Improve attachment upload methods (#30513)Tyrone Yeh2024-06-2710-99/+171
* Refactor dropzone (#31482)wxiaoguang2024-06-278-184/+184
* Fix overflow menu flickering on mobile (#31484)Brecht Van Lommel2024-06-251-0/+4
* Disable issue/PR comment button given empty input (#31463)Kemal Zebari2024-06-231-12/+17
* Switch to "Write" tab when edit comment again (#31445)wxiaoguang2024-06-222-12/+17
* Add simple JS init performance trace (#31459)wxiaoguang2024-06-221-101/+129
* Refactor image diff (#31444)wxiaoguang2024-06-225-168/+192
* Improve markdown textarea for indentation and lists (#31406)wxiaoguang2024-06-213-18/+121
* Split common-global.js into separate files (#31438)wxiaoguang2024-06-2110-484/+497
* Bump htmx to 2.0.0 (#31413)Yarden Shoham2024-06-205-5/+6
* Update JS dependencies, remove `eslint-plugin-jquery` (#31402)silverwind2024-06-181-1/+1
* Fix JS error when creating new issue (#31383)wxiaoguang2024-06-161-1/+1
* Fix navbar `+` menu flashing on page load (#31281)silverwind2024-06-122-1/+17
* Use `querySelector` over alternative DOM methods (#31280)silverwind2024-06-1046-167/+164
* Remove jQuery `.text()` (#30506)silverwind2024-06-109-159/+151
* Fix and clean up `ConfirmModal` (#31283)silverwind2024-06-075-15/+28
* Fix Activity Page Contributors dropdown (#31264)wxiaoguang2024-06-062-11/+11
* Fix admin oauth2 custom URL settings (#31246)wxiaoguang2024-06-041-12/+17
* Replace `gt-word-break` with `tw-break-anywhere` (#31183)silverwind2024-06-041-1/+1
* Make pasted "img" tag has the same behavior as markdown image (#31235)wxiaoguang2024-06-041-1/+5
* Fix DashboardRepoList margin (#31121)silverwind2024-05-281-2/+0
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-272-2/+17