summaryrefslogtreecommitdiffstats
path: root/modules/repository/commits.go
Commit message (Expand)AuthorAgeFilesLines
* Fix context cache bug & enable context cache for dashabord commits' authors (...Lunny Xiao2023-09-111-40/+18
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-6/+6
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-5/+6
* Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951)silverwind2021-12-161-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-9/+9
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+2
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-3/+4
* Report the correct number of pushes on the feeds (#16811)zeripath2021-08-251-1/+9
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-7/+5
* Implemented head_commit for webhooks (#16282)KN4CK3R2021-06-291-57/+74
* Fix frontpage avatars (#13853)silverwind2020-12-091-2/+4
* Direct avatar rendering (#13649)silverwind2020-12-031-1/+1
* make avatar lookup occur at image request (#10540)zeripath2020-03-271-2/+1
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-101-0/+168