gogs/internal/route/repo
ᴜɴᴋɴᴡᴏɴ 07818d5fa5
route: no session for routes without UI (#6066)
Not all routes need session, register session and CSRF middleware as global is a waste of resource, and creating a lot one-time off yet never used session records.
2020-04-05 06:36:08 +08:00
..
branch.go refactor: unify error handling in routing layer 2020-03-16 01:22:27 +08:00
commit.go template: better diff handling of rename and deleted files (#6048) 2020-03-31 04:50:59 +08:00
download.go refactor: unify error handling in routing layer 2020-03-16 01:22:27 +08:00
editor.go dep: bump github.com/gogs/git-module from 1.0.1 to 1.0.2 (#6030) 2020-03-29 15:24:10 +08:00
http.go route: no session for routes without UI (#6066) 2020-04-05 06:36:08 +08:00
issue.go refactor: unify error handling in routing layer 2020-03-16 01:22:27 +08:00
pull.go template: better diff handling of rename and deleted files (#6048) 2020-03-31 04:50:59 +08:00
release.go refactor: unify error handling in routing layer 2020-03-16 01:22:27 +08:00
repo.go refactor: unify error handling in routing layer 2020-03-16 01:22:27 +08:00
setting.go lfs: implement HTTP routes (#6035) 2020-04-04 21:14:15 +08:00
view.go refactor: unify error handling in routing layer 2020-03-16 01:22:27 +08:00
webhook.go webhook: overhaul route handlers (#6002) 2020-03-22 22:07:22 +08:00
webhook_test.go webhook: overhaul route handlers (#6002) 2020-03-22 22:07:22 +08:00
wiki.go refactor: unify error handling in routing layer 2020-03-16 01:22:27 +08:00