forgejo/routers/web
Gusted d8a267d3ab
[FEAT] Restrict file size of blame operation
- Currently there exists a restriction to not render and show files that
are larger than what's configured in `[UI].MAX_DISPLAY_FILE_SIZE`.
- Apply the same restriction to the blame operation as well, as the
blame operation can be seen as displaying a file.
- Add integration test.
- Ref: #2394
2024-02-19 16:39:39 +01:00
..
admin Refactor locale&string&template related code (#29165) 2024-02-16 15:20:52 +01:00
auth Refactor locale&string&template related code (#29165) 2024-02-16 15:20:52 +01:00
devtest
events
explore
feed Refactor locale&string&template related code (#29165) 2024-02-16 15:20:52 +01:00
healthcheck [BRANDING] cosmetic s/Gitea/Forgejo/ in logs, messages, etc. 2024-02-05 16:02:14 +01:00
misc
org Refactor locale&string&template related code (#29165) 2024-02-16 15:20:52 +01:00
repo [FEAT] Restrict file size of blame operation 2024-02-19 16:39:39 +01:00
shared Merge branch 'rebase-forgejo-dependency' into wip-forgejo 2024-02-05 18:58:23 +01:00
user Refactor locale&string&template related code (#29165) 2024-02-16 15:20:52 +01:00
base.go
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Refactor locale&string&template related code (#29165) 2024-02-16 15:20:52 +01:00
webfinger.go