summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/blame.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor file view & render (#30227)wxiaoguang2024-04-011-1/+9
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-241-1/+1
* Various code view improvements (#30014)silverwind2024-03-241-1/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-241-5/+2
* Extract linguist code to method (#29168)KN4CK3R2024-02-141-24/+5
* Use information from previous blame parts (#28572)KN4CK3R2023-12-211-5/+17
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-171-2/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-2/+7
* Read `previous` info from git blame (#28306)KN4CK3R2023-12-011-30/+8
* Improve tree not found page (#26570)yp053272023-09-291-1/+1
* Support `.git-blame-ignore-revs` file (#26395)KN4CK3R2023-09-161-22/+69
* Use template context function for avatar rendering (#26385)wxiaoguang2023-08-101-2/+3
* 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