| Commit message (Expand) | Author | Age | Files | Lines |
* | Left-Align text in Unicode warning boxes (#18331) | silverwind | 2022-01-19 | 1 | -2/+2 |
* | Only warn on bidi but still escape non-bidi (#18333) | zeripath | 2022-01-19 | 1 | -1/+1 |
* | Fix PR comments UI (#18323) | wxiaoguang | 2022-01-19 | 1 | -15/+46 |
* | Fix commit links on compare page (#18310) | Gusted | 2022-01-18 | 1 | -5/+6 |
* | Handle missing default branch better in owner/repo/branches page (#18290) | zeripath | 2022-01-16 | 1 | -34/+32 |
* | Remove accidental debugging in blob_excerpt.tmpl (#18287) | zeripath | 2022-01-16 | 1 | -2/+2 |
* | Fix release link broken (#18252) | Lunny Xiao | 2022-01-13 | 1 | -1/+1 |
* | Fix purple color in suggested label colors (#18241) | silverwind | 2022-01-11 | 1 | -1/+1 |
* | Prevent NPE when viewing non-rendered files (#18234) | zeripath | 2022-01-11 | 1 | -16/+18 |
* | Fix collobration template (#18232) | Lunny Xiao | 2022-01-11 | 1 | -2/+2 |
* | Add warning for BIDI characters in page renders and in diffs (#17562) | zeripath | 2022-01-07 | 11 | -48/+178 |
* | Add replay of webhooks. (#18191) | KN4CK3R | 2022-01-05 | 1 | -0/+8 |
* | Unify and simplify TrN for i18n (#18141) | wxiaoguang | 2022-01-02 | 7 | -31/+46 |
* | Allow admin to associate missing LFS objects for repositories (#18143) | wxiaoguang | 2022-01-01 | 1 | -1/+1 |
* | Improve interface when comparing a branch which has created a pull request (#... | Lunny Xiao | 2021-12-24 | 1 | -2/+16 |
* | Abort merge if head has been updated before pressing merge (#18032) | zeripath | 2021-12-20 | 1 | -0/+5 |
* | Add support for ssh commit signing (#17743) | Wim | 2021-12-19 | 1 | -6/+28 |
* | Add option to define refs in issue templates (#17842) | qwerty287 | 2021-12-17 | 1 | -4/+4 |
* | Add Reindex buttons to repository settings page (#17494) | zeripath | 2021-12-16 | 1 | -1/+40 |
* | Improve behavior of "Fork" button (#17288) | qwerty287 | 2021-12-13 | 1 | -2/+47 |
* | Fix overflow in commit graph (#17947) | silverwind | 2021-12-11 | 1 | -5/+7 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -2/+2 |
* | Use disable_form_autofill on Codebase and Gitbucket (#17936) | qwerty287 | 2021-12-08 | 2 | -1/+2 |
* | Display issue/comment role even if repo archived (#17907) | Lunny Xiao | 2021-12-05 | 2 | -29/+31 |
* | Render issue references in file table (#17897) | silverwind | 2021-12-04 | 1 | -1/+2 |
* | Add hints for special Wiki pages (#17283) | n | 2021-12-03 | 1 | -0/+3 |
* | Removed SizeFmt. (#17890) | KN4CK3R | 2021-12-03 | 2 | -2/+2 |
* | Add migrate from Codebase (#16768) | KN4CK3R | 2021-12-02 | 1 | -0/+117 |
* | Rework commit page header (#17849) | silverwind | 2021-12-01 | 1 | -72/+81 |
* | Remove whitespace inside rendered code `<td>` (#17859) | silverwind | 2021-11-30 | 1 | -6/+2 |
* | Switch archive URL code back to href attributes (#17796) | fnetX (aka fralix) | 2021-11-29 | 3 | -13/+13 |
* | Disable ref selection dropdown if you don't have permissions to use it (#17837) | qwerty287 | 2021-11-28 | 1 | -2/+2 |
* | Improve ellipsis buttons (#17773) | silverwind | 2021-11-22 | 3 | -3/+3 |
* | Add copy Commit ID button in commits list (#17759) | velengel | 2021-11-22 | 1 | -1/+2 |
* | More pleasantly handle broken or missing git repositories (#17747) | zeripath | 2021-11-22 | 2 | -3/+15 |
* | Improvements to content history (#17746) | Jimmy Praet | 2021-11-22 | 1 | -0/+4 |
* | Add new JS linter rules (#17699) | silverwind | 2021-11-22 | 2 | -2/+2 |
* | Allow Loading of Diffs that are too large (#17739) | zeripath | 2021-11-22 | 1 | -0/+1 |
* | Added comment for changing issue ref (#17672) | Gusted | 2021-11-19 | 1 | -0/+17 |
* | perf: sent `data-path` once for each file (#17657) | Gusted | 2021-11-19 | 3 | -6/+6 |
* | Refactor repo-legacy.js, remove messy global variables. Fix errors. (#17646) | wxiaoguang | 2021-11-19 | 1 | -1/+1 |
* | Add pagination to fork list (#17639) | Gusted | 2021-11-18 | 1 | -0/+2 |
* | Cleanup and use global style on popups (#17674) | silverwind | 2021-11-18 | 24 | -70/+70 |
* | Fixed commit count. (#17698) | KN4CK3R | 2021-11-17 | 3 | -10/+11 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 54 | -232/+226 |
* | Add copy button to markdown code blocks (#17638) | silverwind | 2021-11-16 | 2 | -2/+2 |
* | Migrating wiki don't require token, so we should move it out of the require f... | Lunny Xiao | 2021-11-16 | 5 | -61/+78 |
* | Add download button for file viewer (#17640) | Gusted | 2021-11-15 | 1 | -0/+1 |
* | Add icon to vscode clone link (#17641) | silverwind | 2021-11-14 | 1 | -6/+4 |
* | Add migration from GitBucket (#16767) | KN4CK3R | 2021-11-14 | 1 | -0/+129 |