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.
forgejo/routers
Denys Konovalov ca35dec18b
Add ability to set multiple redirect URIs in OAuth application UI (#25072)
OAuth applications can already have multiple redirect URIs if
created/edited over API.

This change allows for setting multiple redirect URIs through the UI as
a comma-separated list (e. g.
`https://example.org/redirect,https://redirect.example.org`)

<details>
<summary>Screenshots</summary>

![Bildschirmfoto vom 2023-06-04
17-14-40](https://github.com/go-gitea/gitea/assets/47871822/2206dc32-e7e4-4953-9ecb-e098890b3f54)
![Bildschirmfoto vom 2023-06-04
17-14-50](https://github.com/go-gitea/gitea/assets/47871822/cd97c73c-9310-44ee-a83a-b927a1ef94da)

</details>

Closes #25068
1 year ago
..
api Redesign Scoped Access Tokens (#24767) 1 year ago
common Fix admin config page error, use tests to cover the admin config and 500 error page (#24965) 1 year ago
install Refactor INI package (first step) (#25024) 1 year ago
private Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 1 year ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Add ability to set multiple redirect URIs in OAuth application UI (#25072) 1 year ago
init.go Decouple the different contexts from each other (#24786) 1 year ago