aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor markdown editor and use it for milestone description editor (#32688)wxiaoguang2024-12-047-49/+54
* Fix word overflow in file search page (#32695)yp053272024-12-031-0/+1
* Add "View all branches/tags" entry to Branch Selector (#32653)Kerwin Bryant2024-12-021-0/+8
* Refactor RepoBranchTagSelector (#32681)wxiaoguang2024-12-022-206/+177
* Fix JS error when reply comment on Conversation page (#32685)wxiaoguang2024-12-022-13/+19
* Improve diff file tree (#32658)silverwind2024-11-282-2/+8
* Allow cropping an avatar before setting it (#32565)Kerwin Bryant2024-11-286-9/+59
* Make frontend unit test code could know it is in testing (#32656)wxiaoguang2024-11-282-3/+10
* Add priority to protected branch (#32286)65432024-11-275-1/+112
* Fix global form submit event (#32652)wxiaoguang2024-11-271-1/+1
* Fix: passkey login not working anymore (#32623)hiifong2024-11-263-14/+14
* Refactor some frontend problems (#32646)wxiaoguang2024-11-267-116/+106
* Bypass vitest bug (#32647)wxiaoguang2024-11-262-1/+12
* Fix race condition in mermaid observer (#32599)william-allspice2024-11-261-8/+11
* Fixed Issue of Review Menu Shown Behind (#32631)Kerwin Bryant2024-11-263-8/+20
* Fix PR diff review form submit (#32596)wxiaoguang2024-11-214-70/+79
* Fix some typescript issues (#32586)silverwind2024-11-2123-72/+88
* Fix some places which doesn't repsect org full name setting (#32243)Lunny Xiao2024-11-181-1/+1
* Add avif image file support (#32508)wxiaoguang2024-11-152-2/+2
* Remove jQuery import from some files (#32512)wxiaoguang2024-11-1511-24/+27
* Refactor render system (#32492)wxiaoguang2024-11-142-6/+1
* Fix a number of typescript issues (#32459)silverwind2024-11-1114-113/+109
* Refactor sidebar assignee&milestone&project selectors (#32465)wxiaoguang2024-11-113-275/+116
* Refactor sidebar label selector (#32460)wxiaoguang2024-11-107-48/+77
* Fix mermaid diagram height when initially hidden (#32457)silverwind2024-11-091-1/+12
* Add reviewers selection to new pull request (#32403)Calvin K2024-11-093-42/+100
* Refactor language menu and dom utils (#32450)wxiaoguang2024-11-088-57/+65
* Refactor issue page info (#32445)wxiaoguang2024-11-084-13/+27
* Support quote selected comments to reply (#32431)wxiaoguang2024-11-073-31/+196
* Correctly query the primary button in a form (#32438)wxiaoguang2024-11-074-10/+34
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-054-57/+22
* Add some handy markdown editor features (#32400)wxiaoguang2024-11-045-19/+93
* Refactor repo legacy (#32404)wxiaoguang2024-11-039-362/+383
* Fix a number of typescript issues (#32308)silverwind2024-10-319-26/+36
* Update JS and PY dependencies (#32388)silverwind2024-10-311-2/+2
* Fix suggestions for issues (#32380)wxiaoguang2024-10-3010-69/+74
* Fix toAbsoluteLocaleDate and add more tests (#32387)wxiaoguang2024-10-312-14/+20
* Fix absolute-date (#32375)wxiaoguang2024-10-302-17/+21
* Fix undefined errors on Activity page (#32378)cloudchamb3r2024-10-301-3/+3
* Suggestions for issues (#32327)Anbraten2024-10-294-38/+90
* Migrate vue components to setup (#32329)Anbraten2024-10-2815-714/+708
* 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-173-2/+16
* 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
* Fix checkbox bug on private/archive filter (#32236)cloudchamb3r2024-10-111-3/+3
* 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