0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-02 19:59:37 -05:00
forgejo/routers/web
KN4CK3R cad9adeff4
Display total commit count in hook message (#21400)
Fixes #21379

The commits are capped by `setting.UI.FeedMaxCommitNum` so
`len(commits)` is not the correct number. So this PR adds a new
`TotalCommits` field.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-10-17 00:22:34 +08:00
..
admin Support instance-wide OAuth2 applications (#21335) 2022-10-12 22:08:29 +08:00
auth Support instance-wide OAuth2 applications (#21335) 2022-10-12 22:08:29 +08:00
dev
events
explore Add user/organization code search (#19977) 2022-10-11 00:12:03 +01:00
feed Show private data in feeds (#21369) 2022-10-07 22:06:04 +01:00
healthcheck
misc
org Allow creation of OAuth2 applications for orgs (#18084) 2022-10-09 20:07:41 +08:00
repo Display total commit count in hook message (#21400) 2022-10-17 00:22:34 +08:00
user Add user/organization code search (#19977) 2022-10-11 00:12:03 +01:00
auth.go
auth_windows.go
base.go Share HTML template renderers and create a watcher framework (#20218) 2022-08-28 10:43:25 +01:00
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Support instance-wide OAuth2 applications (#21335) 2022-10-12 22:08:29 +08:00
webfinger.go