mirror of
1
Fork 0
forgejo/services/context
Gusted 57cb5eaf41 [BUG] Allow 4 charachter SHA in `/src/commit`
- Adjust the `RepoRefByType` middleware to allow for commit SHAs that
are as short as 4 characters (the minium that Git requires).
- Integration test added.
- Follow up to 4d76bbeda7
- Resolves #4781

(cherry picked from commit b967fce25d)
2024-08-06 01:18:48 +00:00
..
upload
access_log.go
api.go
api_org.go
api_test.go enable linter testifylint on v8 (#4573) 2024-07-30 19:41:27 +00:00
base.go Ignore useless error message "broken pipe" (#30801) 2024-05-05 12:15:40 +01:00
base_test.go
captcha.go Clean up log messages (#30313) 2024-04-15 20:01:35 +02:00
context.go
context_cookie.go
context_model.go
context_request.go
context_response.go Ignore useless error message "broken pipe" (#30801) 2024-05-05 12:15:40 +01:00
context_template.go
context_test.go
csrf.go Add codespell support and fix a good number of typos with its help (#3270) 2024-05-09 13:49:37 +00:00
org.go
package.go
pagination.go
permission.go
private.go
repo.go [BUG] Allow 4 charachter SHA in `/src/commit` 2024-08-06 01:18:48 +00:00
repository.go feat(federation): validate like activities (#3494) 2024-05-07 07:59:49 +00:00
response.go
user.go
utils.go
xsrf.go
xsrf_test.go