| Commit message (Expand) | Author | Age | Files | Lines |
* | Improvements for Content Copy (#21842) | silverwind | 2022-11-21 | 1 | -5/+1 |
* | Show syntax lexer name in file view/blame (#21814) | silverwind | 2022-11-19 | 1 | -26/+4 |
* | Add "Copy" button to file view of raw text (#21629) | Yarden Shoham | 2022-11-04 | 1 | -0/+5 |
* | Show .editorconfig errors in frontend (#21088) | JakobDev | 2022-09-12 | 1 | -0/+7 |
* | Add whitespace removal inside template curly brackes (#20853) | silverwind | 2022-08-25 | 1 | -1/+1 |
* | Switch Unicode Escaping to a VSCode-like system (#19990) | zeripath | 2022-08-13 | 1 | -1/+1 |
* | Use separate class for tippy targets (#20742) | silverwind | 2022-08-10 | 1 | -1/+1 |
* | Replace fomantic popup module with tippy.js (#20428) | silverwind | 2022-08-09 | 1 | -16/+6 |
* | Refactor `i18n` to `locale` (#20153) | Gusted | 2022-06-27 | 1 | -22/+22 |
* | Improve file header on mobile (#19945) | Gusted | 2022-06-12 | 1 | -1/+1 |
* | Add a new menu in file view to open blame view and fix blame view select rang... | Lunny Xiao | 2022-04-26 | 1 | -0/+3 |
* | Set `rel="nofollow noindex"` on new issue links (#19023) | zeripath | 2022-03-07 | 1 | -1/+1 |
* | Fix template bug of LFS lock (#18784) | Lunny Xiao | 2022-02-16 | 1 | -1/+1 |
* | Add warning for BIDI characters in page renders and in diffs (#17562) | zeripath | 2022-01-07 | 1 | -23/+34 |
* | Unify and simplify TrN for i18n (#18141) | wxiaoguang | 2022-01-02 | 1 | -1/+1 |
* | Remove whitespace inside rendered code `<td>` (#17859) | silverwind | 2021-11-30 | 1 | -6/+2 |
* | Cleanup and use global style on popups (#17674) | silverwind | 2021-11-18 | 1 | -8/+8 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -15/+15 |
* | Add download button for file viewer (#17640) | Gusted | 2021-11-15 | 1 | -0/+1 |
* | Frontend refactor: move Vue related code from `index.js` to `components` dir,... | wxiaoguang | 2021-10-15 | 1 | -10/+0 |
* | Add option to copy line permalink (#17145) | qwerty287 | 2021-10-02 | 1 | -8/+11 |
* | Just use a slice when rendering file (#16774) | zeripath | 2021-08-23 | 1 | -1/+2 |
* | Fix and restyle menu on code line (#15913) | silverwind | 2021-05-18 | 1 | -1/+1 |
* | Rename StaticUrlPrefix to AssetUrlPrefix (#15779) | silverwind | 2021-05-08 | 1 | -1/+1 |
* | not show `ref-in-new-issue` pop when issue was disabled (#15761) | a1012112796 | 2021-05-07 | 1 | -7/+9 |
* | Use a generic markup class to display externally rendered files and diffs (#1... | 6543 | 2021-05-07 | 1 | -1/+1 |
* | Raw file view tweaks (#15520) | silverwind | 2021-04-22 | 1 | -4/+4 |
* | Enforce tab indentation in templates (#15289) | silverwind | 2021-04-10 | 1 | -5/+5 |
* | Add Tabular Diff for CSV files (#14661) | KN4CK3R | 2021-03-29 | 1 | -1/+1 |
* | Update JS dependencies (#15033) | silverwind | 2021-03-22 | 1 | -2/+2 |
* | Create new issue from code (#14863) | Roger Luo | 2021-03-17 | 1 | -0/+9 |
* | Display SVG files as images instead of text (#14101) | Jonathan Tran | 2021-01-12 | 1 | -3/+9 |
* | Fix various CSS issues (#13769) | silverwind | 2020-12-03 | 1 | -5/+5 |
* | Fix tooltips and issue dependency styles (#13458) | silverwind | 2020-11-10 | 1 | -1/+1 |
* | Fix whitespace rendering in diff (#13415) | silverwind | 2020-11-04 | 1 | -1/+1 |
* | Misc UI fixes, add secondary color (#13378) | silverwind | 2020-11-01 | 1 | -24/+22 |
* | Make SVG size argument optional (#12814) | silverwind | 2020-09-11 | 1 | -4/+4 |
* | File header tweaks, add CSS helpers (#12635) | silverwind | 2020-09-08 | 1 | -9/+5 |
* | Make copy/paste work for source code (#12191) | mrsdizzie | 2020-07-08 | 1 | -1/+1 |
* | Server-side syntax highlighting for all code (#12047) | mrsdizzie | 2020-07-01 | 1 | -5/+17 |
* | Remove last traces of has-emoji class (#11263) | mrsdizzie | 2020-05-01 | 1 | -1/+1 |
* | Render READMEs in docs/ .gitea or .github from root (#10361) | zeripath | 2020-02-21 | 1 | -1/+10 |
* | Add Octicon SVG spritemap (#10107) | John Olheiser | 2020-02-11 | 1 | -4/+4 |
* | Respect LFS File Lock on UI (#8719) | Benno | 2019-10-29 | 1 | -0/+6 |
* | Show zero lines on the line counter if the file empty (#8700) | Lukas | 2019-10-29 | 1 | -1/+1 |
* | [assets] configurable URL for static resources (#7911) | Jakob Ackermann | 2019-10-22 | 1 | -1/+1 |
* | Singular form for files that has only one line (#8416) | Lauris BH | 2019-10-07 | 1 | -1/+1 |
* | add file line count info on UI (#8396) | silverwind | 2019-10-07 | 1 | -39/+43 |
* | readd .markdown class to all markup renderers (#8357) | Norwin | 2019-10-03 | 1 | -1/+1 |
* | Detect delimiter in CSV rendering (#7869) | Norwin | 2019-08-16 | 1 | -1/+1 |