1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-13 11:42:23 -05:00
forgejo/services/forms
Rowan Bohde 2e00ae4cdd
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.

(cherry picked from commit 16a7d343d78807e39df124756e5d43a69a2203a3)

Conflicts:
	services/forms/user_form.go
	tests/integration/user_settings_test.go
  simple conflicts
2024-12-03 10:19:22 +01:00
..
admin.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
auth_form.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
org.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
package_form.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
repo_branch_form.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
repo_form.go [FEAT]Allow changing git notes (#4753) 2024-11-18 22:56:17 +00:00
repo_form_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
repo_tag_form.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
runner.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
user_form.go Validate OAuth Redirect URIs (#32643) 2024-12-03 10:19:22 +01:00
user_form_auth_openid.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
user_form_hidden_comments.go Rename project board -> column to make the UI less confusing (#30170) 2024-06-02 09:42:39 +02:00
user_form_test.go Redesign Scoped Access Tokens (#24767) 2023-06-04 20:57:16 +02:00