aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js
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-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
* 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
* 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