Forgejo/routers
Gusted d847469ea2
[GITEA] Make HTTPS schema default for Swagger
- Switch the supported schemas for the Swagger API around, such that
https is the first one listed. This ensures that when the Swagger API is
used it will default to the https schema, which is likely the schema you
want to use in the majority of the cases.
- Resolves #1895

BREAKING CHANGE NOTICE:
If you are using the Swagger API JSON directly to communicate with the
Forgejo API, the library you are using may be using the first schema
defined in the JSON file (e.g. https://code.forgejo.org/swagger.v1.json)
to construct the request url, this used to be `http` but has now changed
to `https`. This can cause failures if you want to send the swagger
request over `http` (and there is no HTTPS redirection configured).

(cherry picked from commit 81e5f43886)
2023-12-11 16:08:43 +01:00
..
api [GITEA] Make HTTPS schema default for Swagger 2023-12-11 16:08:43 +01:00
common Clean up template locale usage (#27856) 2023-10-31 22:11:48 +08:00
install [GITEA] Add password length check on install page 2023-12-11 15:46:54 +01:00
private [CLI] implement forgejo-cli 2023-12-11 13:55:27 +01:00
utils Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
web [GITEA] Allow user to select email for file operations in Web UI 2023-12-11 16:08:43 +01:00
init.go [API] Forgejo API /api/forgejo/v1 2023-12-11 14:48:35 +01:00