gitea/routers/web
Rowan Bohde 16a7d343d7
Some checks are pending
release-nightly / nightly-binary (push) Waiting to run
release-nightly / nightly-docker-rootful (push) Waiting to run
release-nightly / nightly-docker-rootless (push) Waiting to run
Validate OAuth Redirect URIs (#32643)
This fixes a TODO in the code to validate the RedirectURIs when adding
or editing an OAuth application in user settings.

This also includes a refactor of the user settings tests to only create
the DB once per top-level test to avoid reloading fixtures.
2024-11-28 10:50:27 +08:00
..
admin Refactor some frontend problems (#32646) 2024-11-26 15:36:55 +00:00
auth Fix: passkey login not working anymore (#32623) 2024-11-26 16:04:17 +00:00
devtest Refactor some frontend problems (#32646) 2024-11-26 15:36:55 +00:00
events Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
explore Respect UI.ExploreDefaultSort setting again (#32357) 2024-10-30 12:33:25 +00:00
feed Refactor markup render system (#32612) 2024-11-24 16:18:57 +08:00
healthcheck Always enable caches (#28527) 2023-12-19 09:29:05 +00:00
misc Refactor render system (#32492) 2024-11-14 05:02:11 +00:00
org Move team related functions to service layer (#32537) 2024-11-27 21:12:26 +00:00
repo Move team related functions to service layer (#32537) 2024-11-27 21:12:26 +00:00
shared Refactor markup render system (#32589) 2024-11-22 05:48:09 +00:00
user Validate OAuth Redirect URIs (#32643) 2024-11-28 10:50:27 +08:00
base.go Fix missing signature key error when pulling Docker images with SERVE_DIRECT enabled (#32365) 2024-10-31 15:28:25 +00:00
githttp.go Fix LFS route mock, realm, middleware names (#32488) 2024-11-13 16:58:09 +08:00
goget.go Refactor RepoRefByType (#32413) 2024-11-05 06:35:54 +00:00
home.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2024-02-29 18:52:49 +00:00
metrics.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
nodeinfo.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
passkey.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
swagger_json.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
web.go Add priority to protected branch (#32286) 2024-11-27 05:41:06 +01:00
webfinger.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00