aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features
Commit message (Expand)AuthorAgeFilesLines
* Add reviewers selection to new pull request (#32403)Calvin K2024-11-093-42/+100
* Refactor language menu and dom utils (#32450)wxiaoguang2024-11-085-42/+45
* Refactor issue page info (#32445)wxiaoguang2024-11-082-11/+8
* Support quote selected comments to reply (#32431)wxiaoguang2024-11-071-31/+53
* Correctly query the primary button in a form (#32438)wxiaoguang2024-11-072-7/+15
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-053-55/+22
* Add some handy markdown editor features (#32400)wxiaoguang2024-11-044-18/+92
* Refactor repo legacy (#32404)wxiaoguang2024-11-038-352/+382
* Fix a number of typescript issues (#32308)silverwind2024-10-311-1/+1
* Fix suggestions for issues (#32380)wxiaoguang2024-10-302-29/+17
* Suggestions for issues (#32327)Anbraten2024-10-292-3/+73
* Migrate vue components to setup (#32329)Anbraten2024-10-281-0/+9
* Fix broken image when editing comment with non-image attachments (#32319)yp053272024-10-231-2/+4
* Prevent from submitting issue/comment on uploading (#32263)박상철2024-10-237-56/+109
* Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore...Zettat1232024-10-221-15/+12
* Warn users when they try to use a non-root-url to sign in/up (#32272)wxiaoguang2024-10-172-1/+14
* Fix null errors on conversation holder (#32258) (#32266)cloudchamb3r2024-10-161-7/+10
* make `show stats` work when only one file changed (#32244)a10121127962024-10-142-1/+4
* Move admin routers from /admin to /-/admin (#32189)Lunny Xiao2024-10-102-2/+2
* Add null check for responseData.invalidTopics (#32212)cloudchamb3r2024-10-091-1/+1
* Fix javascript error when an anonymous user visiting migration page (#32144)Lunny Xiao2024-10-021-5/+3
* Notify the user when the file path contains leading or trailing spaces and fi...charles2024-09-241-5/+44
* Improve textarea paste (#31948)silverwind2024-09-012-8/+6
* Actions support workflow dispatch event (#28163)胖梁2024-08-181-7/+13
* fix the component of access token list not mounted (#31824)sillyguodong2024-08-161-0/+20
* Add types to various low-level functions (#31781)silverwind2024-08-104-6/+6
* Enable `no-jquery/no-parse-html-literal` and fix violation (#31684)silverwind2024-07-271-4/+8
* Run `detectWebAuthnSupport` only if necessary (#31691)Jason Song2024-07-251-3/+3
* 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-191-0/+5
* Enable `no-jquery/no-class-state` (#31639)silverwind2024-07-161-4/+4
* Code editor theme enhancements (#31629)silverwind2024-07-141-1/+1
* Convert frontend code to typescript (#31559)silverwind2024-07-0782-189/+189
* Add typescript guideline and typescript-specific eslint plugins and fix issue...silverwind2024-07-033-8/+8
* 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-281-2/+2
* Fix JS error with disabled attachment and easymde (#31511)silverwind2024-06-281-1/+3
* Make toast support preventDuplicates (#31501)wxiaoguang2024-06-271-6/+2
* Improve attachment upload methods (#30513)Tyrone Yeh2024-06-275-81/+137
* Refactor dropzone (#31482)wxiaoguang2024-06-275-181/+158
* 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
* Refactor image diff (#31444)wxiaoguang2024-06-223-162/+179
* Improve markdown textarea for indentation and lists (#31406)wxiaoguang2024-06-213-18/+121
* Split common-global.js into separate files (#31438)wxiaoguang2024-06-219-470/+482
* Bump htmx to 2.0.0 (#31413)Yarden Shoham2024-06-201-1/+0
* Fix JS error when creating new issue (#31383)wxiaoguang2024-06-161-1/+1
* Use `querySelector` over alternative DOM methods (#31280)silverwind2024-06-1035-142/+142
* Remove jQuery `.text()` (#30506)silverwind2024-06-108-157/+149