forgejo/routers/web/repo
zeripath ac88f21ecc
Automatically render wiki TOC (#19873)
Automatically add sidebar in the wiki view containing a TOC for the wiki page.
Make the TOC collapsable

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-06-08 16:59:16 +08:00
..
activity.go
attachment.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
blame.go
branch.go
cherry_pick.go
commit.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
compare.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
download.go
editor.go
editor_test.go
http.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
http_test.go
issue.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
issue_content_history.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
issue_dependency.go
issue_label.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
issue_label_test.go
issue_lock.go
issue_stopwatch.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
projects_test.go
pull.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
pull_review.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
release.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
release_test.go
repo.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
search.go
setting.go Ensure minimum mirror interval is reported on settings page (#19895) 2022-06-07 13:40:12 -04:00
setting_protected_branch.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
settings_test.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
tag.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
topic.go
view.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
webhook.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
wiki.go Automatically render wiki TOC (#19873) 2022-06-08 16:59:16 +08:00
wiki_test.go