mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-27 04:21:11 +00:00
- Document the correct content types for Git archives. Add code that
actually sets the correct application type for `.zip` and `.tar.gz`.
- When an action (POST/PUT/DELETE method) was successful, an 204 status
code should be returned instead of status code 200.
- Add and adjust integration testing.
- Resolves #2180
- Resolves #2181
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| adopt.go | ||
| cron.go | ||
| email.go | ||
| hooks.go | ||
| org.go | ||
| repo.go | ||
| runners.go | ||
| user.go | ||