forgejo/services/context
Gusted b967fce25d
[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
2024-08-06 01:45:41 +02:00
..
upload
access_log.go
api.go feat(quota): Humble beginnings of a quota engine 2024-08-02 11:10:34 +02:00
api_org.go
api_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
base.go Ignore useless error message "broken pipe" (#30801) 2024-05-05 12:15:40 +01:00
base_test.go
captcha.go
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
quota.go feat(quota): Quota enforcement 2024-08-02 11:10:34 +02:00
repo.go [BUG] Allow 4 charachter SHA in /src/commit 2024-08-06 01:45:41 +02: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