aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/blame.go
Commit message (Expand)AuthorAgeFilesLines
* Sort repo topic labels by name (#24123)wxiaoguang2023-04-141-6/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-3/+3
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-2/+2
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Show syntax lexer name in file view/blame (#21814)silverwind2022-11-191-1/+12
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Switch Unicode Escaping to a VSCode-like system (#19990)zeripath2022-08-131-3/+3
* Make better use of i18n (#20096)Gusted2022-06-261-1/+1
* Refactor i18n, use Locale to provide i18n/translation related functions (#18648)wxiaoguang2022-02-081-1/+1
* format with gofumpt (#18184)65432022-01-201-3/+3
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-071-0/+6
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+5
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-171-1/+27
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-4/+6
* Stop double encoding blame commit messages (#17498)zeripath2021-10-311-2/+1
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-11/+6
* Link to previous blames in file blame page (#16259)Norwin2021-06-281-83/+96
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+251