| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix a number of typescript issues (#32308) | silverwind | 2024-10-31 | 1 | -1/+1 |
* | Fix suggestions for issues (#32380) | wxiaoguang | 2024-10-30 | 2 | -29/+17 |
* | Suggestions for issues (#32327) | Anbraten | 2024-10-29 | 2 | -3/+73 |
* | Migrate vue components to setup (#32329) | Anbraten | 2024-10-28 | 1 | -0/+9 |
* | Fix broken image when editing comment with non-image attachments (#32319) | yp05327 | 2024-10-23 | 1 | -2/+4 |
* | Prevent from submitting issue/comment on uploading (#32263) | 박상철 | 2024-10-23 | 7 | -56/+109 |
* | Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore... | Zettat123 | 2024-10-22 | 1 | -15/+12 |
* | Warn users when they try to use a non-root-url to sign in/up (#32272) | wxiaoguang | 2024-10-17 | 2 | -1/+14 |
* | Fix null errors on conversation holder (#32258) (#32266) | cloudchamb3r | 2024-10-16 | 1 | -7/+10 |
* | make `show stats` work when only one file changed (#32244) | a1012112796 | 2024-10-14 | 2 | -1/+4 |
* | Move admin routers from /admin to /-/admin (#32189) | Lunny Xiao | 2024-10-10 | 2 | -2/+2 |
* | Add null check for responseData.invalidTopics (#32212) | cloudchamb3r | 2024-10-09 | 1 | -1/+1 |
* | Fix javascript error when an anonymous user visiting migration page (#32144) | Lunny Xiao | 2024-10-02 | 1 | -5/+3 |
* | Notify the user when the file path contains leading or trailing spaces and fi... | charles | 2024-09-24 | 1 | -5/+44 |
* | Improve textarea paste (#31948) | silverwind | 2024-09-01 | 2 | -8/+6 |
* | Actions support workflow dispatch event (#28163) | 胖梁 | 2024-08-18 | 1 | -7/+13 |
* | fix the component of access token list not mounted (#31824) | sillyguodong | 2024-08-16 | 1 | -0/+20 |
* | Add types to various low-level functions (#31781) | silverwind | 2024-08-10 | 4 | -6/+6 |
* | Enable `no-jquery/no-parse-html-literal` and fix violation (#31684) | silverwind | 2024-07-27 | 1 | -4/+8 |
* | Run `detectWebAuthnSupport` only if necessary (#31691) | Jason Song | 2024-07-25 | 1 | -3/+3 |
* | Run `detectWebAuthnSupport` only on sign-in page (#31676) | Jason Song | 2024-07-23 | 1 | -0/+4 |
* | add skip secondary authorization option for public oauth2 clients (#31454) | Denys Konovalov | 2024-07-19 | 1 | -0/+5 |
* | Enable `no-jquery/no-class-state` (#31639) | silverwind | 2024-07-16 | 1 | -4/+4 |
* | Code editor theme enhancements (#31629) | silverwind | 2024-07-14 | 1 | -1/+1 |
* | Convert frontend code to typescript (#31559) | silverwind | 2024-07-07 | 82 | -189/+189 |
* | Add typescript guideline and typescript-specific eslint plugins and fix issue... | silverwind | 2024-07-03 | 3 | -8/+8 |
* | Add Passkey login support (#31504) | Anbraten | 2024-06-29 | 1 | -7/+70 |
* | Always use HTML attributes for avatar size (#31509) | silverwind | 2024-06-28 | 1 | -1/+1 |
* | Add initial typescript config and use it for eslint,vitest,playwright (#31186) | silverwind | 2024-06-28 | 1 | -2/+2 |
* | Fix JS error with disabled attachment and easymde (#31511) | silverwind | 2024-06-28 | 1 | -1/+3 |
* | Make toast support preventDuplicates (#31501) | wxiaoguang | 2024-06-27 | 1 | -6/+2 |
* | Improve attachment upload methods (#30513) | Tyrone Yeh | 2024-06-27 | 5 | -81/+137 |
* | Refactor dropzone (#31482) | wxiaoguang | 2024-06-27 | 5 | -181/+158 |
* | Disable issue/PR comment button given empty input (#31463) | Kemal Zebari | 2024-06-23 | 1 | -12/+17 |
* | Switch to "Write" tab when edit comment again (#31445) | wxiaoguang | 2024-06-22 | 2 | -12/+17 |
* | Refactor image diff (#31444) | wxiaoguang | 2024-06-22 | 3 | -162/+179 |
* | Improve markdown textarea for indentation and lists (#31406) | wxiaoguang | 2024-06-21 | 3 | -18/+121 |
* | Split common-global.js into separate files (#31438) | wxiaoguang | 2024-06-21 | 9 | -470/+482 |
* | Bump htmx to 2.0.0 (#31413) | Yarden Shoham | 2024-06-20 | 1 | -1/+0 |
* | Fix JS error when creating new issue (#31383) | wxiaoguang | 2024-06-16 | 1 | -1/+1 |
* | Use `querySelector` over alternative DOM methods (#31280) | silverwind | 2024-06-10 | 35 | -142/+142 |
* | Remove jQuery `.text()` (#30506) | silverwind | 2024-06-10 | 8 | -157/+149 |
* | Fix and clean up `ConfirmModal` (#31283) | silverwind | 2024-06-07 | 3 | -15/+16 |
* | Fix Activity Page Contributors dropdown (#31264) | wxiaoguang | 2024-06-06 | 1 | -0/+1 |
* | Fix admin oauth2 custom URL settings (#31246) | wxiaoguang | 2024-06-04 | 1 | -12/+17 |
* | Replace `gt-word-break` with `tw-break-anywhere` (#31183) | silverwind | 2024-06-04 | 1 | -1/+1 |
* | Make pasted "img" tag has the same behavior as markdown image (#31235) | wxiaoguang | 2024-06-04 | 1 | -1/+5 |
* | Prevent simultaneous editing of comments and issues (#31053) | metiftikci | 2024-05-27 | 1 | -0/+7 |
* | Fix JS error when editing a merged PR's title (#30990) | wxiaoguang | 2024-05-16 | 1 | -1/+4 |
* | Check if reverse proxy is correctly configured (#30890) | wxiaoguang | 2024-05-10 | 2 | -1/+32 |