| Commit message (Expand) | Author | Age | Files | Lines |
* | Update JS dependencies, adjust eslint config (#17904) | silverwind | 2021-12-04 | 4 | -6/+5 |
* | Add migrate from Codebase (#16768) | KN4CK3R | 2021-12-02 | 1 | -0/+13 |
* | Added missing `data-` prefix. (#17884) | KN4CK3R | 2021-12-03 | 1 | -3/+3 |
* | Improve install code to avoid low-level mistakes. (#17779) | wxiaoguang | 2021-12-01 | 1 | -9/+22 |
* | Rework commit page header (#17849) | silverwind | 2021-12-01 | 4 | -158/+64 |
* | Fix position of label color picker colors (#17866) | silverwind | 2021-11-30 | 1 | -4/+4 |
* | Refactor commit graph styling to use css variables (#17860) | silverwind | 2021-11-30 | 2 | -53/+15 |
* | Switch archive URL code back to href attributes (#17796) | fnetX (aka fralix) | 2021-11-29 | 1 | -1/+1 |
* | Fixed org styles. (#17807) | KN4CK3R | 2021-11-25 | 1 | -2/+0 |
* | Detect dark theme via css variable (#17800) | ThetaDev | 2021-11-25 | 2 | -7/+3 |
* | Create menus for organization pages (#17802) | Lunny Xiao | 2021-11-25 | 1 | -0/+6 |
* | Preserve color when inverting emojis (#17797) | silverwind | 2021-11-24 | 1 | -1/+1 |
* | Improve ellipsis buttons (#17773) | silverwind | 2021-11-22 | 3 | -4/+15 |
* | Add copy Commit ID button in commits list (#17759) | velengel | 2021-11-22 | 2 | -1/+8 |
* | Improvements to content history (#17746) | Jimmy Praet | 2021-11-22 | 1 | -3/+6 |
* | Fix project board bug and improve documents (#17753) | wxiaoguang | 2021-11-22 | 1 | -9/+12 |
* | Add new JS linter rules (#17699) | silverwind | 2021-11-22 | 14 | -89/+100 |
* | Allow Loading of Diffs that are too large (#17739) | zeripath | 2021-11-22 | 1 | -1/+28 |
* | Make a.add-code-comment click handler an event handler (#17737) | zeripath | 2021-11-20 | 1 | -1/+1 |
* | perf: sent `data-path` once for each file (#17657) | Gusted | 2021-11-19 | 2 | -5/+5 |
* | Refactor repo-legacy.js, remove messy global variables. Fix errors. (#17646) | wxiaoguang | 2021-11-19 | 2 | -200/+197 |
* | Cleanup and use global style on popups (#17674) | silverwind | 2021-11-18 | 2 | -6/+14 |
* | Sanitize user-input on file name (#17666) | Gusted | 2021-11-17 | 1 | -1/+2 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -1/+1 |
* | Remove superfluous argument (#17667) | Gusted | 2021-11-16 | 1 | -1/+1 |
* | Add copy button to markdown code blocks (#17638) | silverwind | 2021-11-16 | 10 | -21/+102 |
* | Migrating wiki don't require token, so we should move it out of the require f... | Lunny Xiao | 2021-11-16 | 1 | -1/+0 |
* | Fix GitBucket icon (#17644) | silverwind | 2021-11-16 | 1 | -1/+1 |
* | Fix database deadlock when update issue labels (#17649) | wxiaoguang | 2021-11-16 | 2 | -26/+22 |
* | Add icon to vscode clone link (#17641) | silverwind | 2021-11-14 | 1 | -0/+1 |
* | Add migration from GitBucket (#16767) | KN4CK3R | 2021-11-14 | 1 | -0/+39 |
* | perf: only generate data-comment-url once (#17618) | Gusted | 2021-11-14 | 1 | -1/+1 |
* | Fix some incorrect async functions, improve frontend document. (#17597) | wxiaoguang | 2021-11-12 | 6 | -44/+48 |
* | Update JS dependencies (#17611) | silverwind | 2021-11-11 | 5 | -8/+7 |
* | Move merge-section to `> .content` (#17582) | Gusted | 2021-11-09 | 1 | -8/+15 |
* | Improve async/await usage, and sort init calls in `index.js` (#17386) | wxiaoguang | 2021-11-09 | 21 | -202/+214 |
* | Remove appSubUrl from pasted images (#17572) | zeripath | 2021-11-08 | 1 | -3/+3 |
* | Move key forms before list and add cancel button (#17432) | qwerty287 | 2021-10-28 | 1 | -1/+2 |
* | make commit-statuses popup can be shown correctly. (#17447) | wxiaoguang | 2021-10-28 | 2 | -3/+19 |
* | Fix a UI error when folding a file content in a commit view (#17446) | wxiaoguang | 2021-10-27 | 1 | -2/+1 |
* | Show client-side error if wiki page is empty (#17415) | David Jimenez | 2021-10-27 | 1 | -2/+20 |
* | Tune UI alignment for nav bar notification icon, avatar image, issue label (#... | wxiaoguang | 2021-10-26 | 2 | -0/+3 |
* | fix markdown checkbox rendering (#17425) | wxiaoguang | 2021-10-25 | 1 | -0/+6 |
* | Fix issue content history problems, improve UI (#17404) | wxiaoguang | 2021-10-23 | 1 | -2/+2 |
* | Fix issue markdown bugs (#17411) | wxiaoguang | 2021-10-23 | 1 | -1/+4 |
* | Fix context popup error (#17398) | wxiaoguang | 2021-10-22 | 3 | -2/+29 |
* | Fix the click behavior for <tr> and <td> with [data-href] (#17388) | wxiaoguang | 2021-10-21 | 1 | -8/+13 |
* | Fix SVG side by side comparison link (#17375) | Mario Lubenka | 2021-10-21 | 1 | -1/+0 |
* | Frontend refactor, PascalCase to camelCase, remove unused code (#17365) | wxiaoguang | 2021-10-21 | 33 | -137/+137 |
* | Prevent NPE in CSV diff rendering when column removed (#17018) | Richard Mahn | 2021-10-20 | 3 | -0/+10 |