You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wxiaoguang 4e2f1ee58d
Refactor web package and context package (#25298)
1. The "web" package shouldn't depends on "modules/context" package,
instead, let each "web context" register themselves to the "web"
package.
2. The old Init/Free doesn't make sense, so simplify it
* The ctx in "Init(ctx)" is never used, and shouldn't be used that way
* The "Free" is never called and shouldn't be called because the SSPI
instance is shared

---------

Co-authored-by: Giteabot <teabot@gitea.io>
1 year ago
..
setting Refactor web package and context package (#25298) 1 year ago
avatar.go Set `X-Gitea-Debug` header once (#23361) 1 year ago
code.go Add missing tabs to org projects page (#22705) 1 year ago
home.go Some refactors for issues stats (#24793) 1 year ago
home_test.go Refactor web package and context package (#25298) 1 year ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
notification.go Fix pagination on `/notifications/watching` (#23564) 1 year ago
package.go Add Alpine package registry (#23714) 1 year ago
profile.go Fix profile render when the README.md size is larger than 1024 bytes (#25131) 1 year ago
search.go Add option to search for users is active join a team (#24093) 1 year ago
stop_watch.go Move `convert` package to services (#22264) 2 years ago
task.go Implement FSFE REUSE for golang files (#21840) 2 years ago