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 Allow to set explore page default sort (#27951) 2023-11-09 10:11:45 +00:00
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 [API] Forgejo API /api/forgejo/v1 2024-02-05 14:44:32 +01:00
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 Add support for sha256 repositories (#23894) 2024-01-19 17:05:02 +01:00
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