| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor repo clone button and repo clone links, fix JS error on empty repo p... | wxiaoguang | 2022-03-29 | 2 | -19/+49 |
* | Feature: show issue assignee on project board (#15232) | Roger Luo | 2022-03-09 | 2 | -0/+9 |
* | Fix EasyMDE error when input Enter (#19004) | wxiaoguang | 2022-03-06 | 1 | -2/+2 |
* | Fix the editor height in review box (#19003) | wxiaoguang | 2022-03-04 | 2 | -1/+9 |
* | Remove CodeMirror dependencies (#18911) | silverwind | 2022-02-26 | 1 | -40/+3 |
* | Set max text height to prevent overflow (#18862) | Kyle D | 2022-02-23 | 1 | -1/+1 |
* | Fix behavior or checkbox submission. (#18851) | Gusted | 2022-02-22 | 1 | -0/+2 |
* | Replace deprecated String.prototype.substr() with String.prototype.slice() (#... | CommanderRoot | 2022-02-18 | 6 | -11/+11 |
* | Allow mermaid render error to wrap (#18790) | silverwind | 2022-02-17 | 1 | -1/+1 |
* | Various Mermaid improvements (#18776) | silverwind | 2022-02-16 | 7 | -34/+34 |
* | Fix source code line highlighting (#18729) | Jimmy Praet | 2022-02-12 | 1 | -2/+5 |
* | Add LDAP group sync to Teams, fixes #1395 (#16299) | Sven Seeberg | 2022-02-11 | 1 | -10/+6 |
* | Add apply-patch, basic revert and cherry-pick functionality (#17902) | zeripath | 2022-02-09 | 5 | -18/+90 |
* | C preprocessor colors improvement (#18671) | Bruno Raoult | 2022-02-09 | 2 | -3/+3 |
* | Prevent security failure due to bad APP_ID (#18678) | zeripath | 2022-02-09 | 1 | -0/+13 |
* | Remove the spurious space in the .ui.right additional selector (#18605) | zeripath | 2022-02-04 | 1 | -1/+1 |
* | Ensure commit-statuses box is sized correctly in headers (#18538) | zeripath | 2022-02-04 | 1 | -0/+7 |
* | Fix review excerpt (#18502) | confusedsushi | 2022-02-01 | 2 | -2/+4 |
* | Update JS dependencies, fix lint (#18389) | silverwind | 2022-02-01 | 4 | -4/+4 |
* | Use explicit jQuery import, remove unused eslint globals (#18435) | silverwind | 2022-01-28 | 50 | -14/+76 |
* | Place inline diff comment dialogs on split diff in 4th and 8th columns (#18403) | zeripath | 2022-01-25 | 1 | -0/+2 |
* | Prevent showing webauthn error for every time visiting `/user/settings/securi... | wxiaoguang | 2022-01-24 | 1 | -4/+3 |
* | Don't underline commit status icon on hover (#18372) | Gusted | 2022-01-23 | 1 | -1/+2 |
* | Fix PR comments UI (#18323) | wxiaoguang | 2022-01-19 | 3 | -2/+4 |
* | Make the height of the editor in Review Box smaller (4 lines as GitHub) (#18319) | wxiaoguang | 2022-01-19 | 3 | -11/+20 |
* | Place inline diff comment dialogs in the 4th column. (#18321) | JonRB | 2022-01-18 | 1 | -1/+1 |
* | Minor tweak to tag list (#18295) | silverwind | 2022-01-17 | 1 | -1/+5 |
* | Revert "Prevent possible XSS when using jQuery (#18289)" (#18293) | wxiaoguang | 2022-01-16 | 9 | -34/+34 |
* | Prevent possible XSS when using jQuery (#18289) | Gusted | 2022-01-16 | 9 | -34/+34 |
* | Webauthn nits (#18284) | zeripath | 2022-01-15 | 1 | -8/+11 |
* | Support webauthn (#17957) | Lunny Xiao | 2022-01-14 | 4 | -128/+204 |
* | Prevent underline hover on cards (#18259) | silverwind | 2022-01-13 | 1 | -0/+1 |
* | Fix EasyMDE image paste bug during refactoring (#18207) | wxiaoguang | 2022-01-08 | 2 | -4/+9 |
* | Fix CSS specificity issue with easymde's css (#18201) | silverwind | 2022-01-07 | 1 | -1/+1 |
* | Add warning for BIDI characters in page renders and in diffs (#17562) | zeripath | 2022-01-07 | 6 | -1/+108 |
* | Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) | wxiaoguang | 2022-01-05 | 7 | -187/+237 |
* | Fix EasyMDE validation (#18161) | wxiaoguang | 2022-01-03 | 3 | -24/+40 |
* | Require codereview to have content (#18156) | Gusted | 2022-01-02 | 3 | -13/+38 |
* | Handle invalid issues (#18111) | Gusted | 2021-12-28 | 1 | -8/+20 |
* | Fix a navbar UI bug in Safari (#18092) | wxiaoguang | 2021-12-24 | 2 | -1/+3 |
* | Improve interface when comparing a branch which has created a pull request (#... | Lunny Xiao | 2021-12-24 | 1 | -0/+9 |
* | Extract CodeMirror styles (#17960) | silverwind | 2021-12-20 | 8 | -151/+157 |
* | Change <a> elements to underline on hover (#17898) | silverwind | 2021-12-18 | 5 | -20/+20 |
* | Improve behavior of "Fork" button (#17288) | qwerty287 | 2021-12-13 | 1 | -1/+2 |
* | Prefer "Hiragino Kaku Gothic ProN" in system-ui-ja (#17954) | rinsuki | 2021-12-13 | 1 | -1/+1 |
* | Fix overflow in commit graph (#17947) | silverwind | 2021-12-11 | 2 | -0/+7 |
* | Clean legacy SimpleMDE code (#17926) | wxiaoguang | 2021-12-10 | 7 | -61/+83 |
* | Support sorting for project board issuses (#17152) | Anbraten | 2021-12-08 | 1 | -14/+26 |
* | Remove unnecessary `X-Remote` HTTP header in AJAX request (#17932) | wxiaoguang | 2021-12-08 | 2 | -7/+0 |
* | Refactor install page (db type) (#17919) | wxiaoguang | 2021-12-07 | 2 | -37/+28 |