Beyond coding. We forge. https://forgejo.org
Find a file
Henrique Pimentel 433b6c6910
Add MAX_ROWS option for CSV rendering (#30268)
This solution implements a new config variable MAX_ROWS, which
corresponds to the “Maximum allowed rows to render CSV files. (0 for no
limit)” and rewrites the Render function for CSV files in markup module.
Now the render function only reads the file once, having MAX_FILE_SIZE+1
as a reader limit and MAX_ROWS as a row limit. When the file is larger
than MAX_FILE_SIZE or has more rows than MAX_ROWS, it only renders until
the limit, and displays a user-friendly warning informing that the
rendered data is not complete, in the user's language.

---

Previously, when a CSV file was larger than the limit, the render
function lost its function to render the code. There were also multiple
reads to the file, in order to determine its size and render or
pre-render.

The warning: ![image](https://s3.amazonaws.com/i.snag.gy/vcKh90.jpg)

(cherry picked from commit f7125ab61aaa02fd4c7ab0062a2dc9a57726e2ec)
2024-06-09 16:04:57 +02:00
.devcontainer Remove sqlite-viewer and using database client (#31223) 2024-06-09 11:13:39 +02:00
.forgejo Update ghcr.io/visualon/renovate Docker tag to v37.392.0 2024-06-06 00:04:28 +00:00
.gitea
assets
build
cmd
contrib
custom/conf Add MAX_ROWS option for CSV rendering (#30268) 2024-06-09 16:04:57 +02:00
docker
models Merge pull request 'test(oauth): RFC 6749 Section 10.2 conformance' (#4032) from earl-warren/forgejo:wip-oauth-public into forgejo 2024-06-06 10:00:37 +00:00
modules Add MAX_ROWS option for CSV rendering (#30268) 2024-06-09 16:04:57 +02:00
options [skip ci] Updated licenses and gitignores 2024-06-09 11:13:39 +02:00
public
release-notes Add slogan config (#3752) 2024-06-07 17:12:48 +00:00
releases/images
routers Fix NuGet Package API for $filter with Id equality (#31188) 2024-06-09 11:13:39 +02:00
services Add lint-go-gopls (#30729) 2024-06-09 11:13:39 +02:00
templates Optimize runner-tags layout to enhance visual experience (#31258) 2024-06-09 16:04:57 +02:00
tests Add lint-go-gopls (#30729) 2024-06-09 11:13:39 +02:00
tools Add lint-go-gopls (#30729) 2024-06-09 11:13:39 +02:00
web_src Remove .segment from .project-column (#31204) 2024-06-09 11:13:39 +02:00
.air.toml
.deadcode-out chore(deadcode): restore the previous format 2024-06-08 22:04:04 +02:00
.dockerignore
.editorconfig
.eslintrc.yaml
.gitattributes
.gitignore
.gitmodules
.gitpod.yml Remove sqlite-viewer and using database client (#31223) 2024-06-09 11:13:39 +02:00
.golangci.yml
.ignore
.markdownlint.yaml
.npmrc
.spectral.yaml
.yamllint.yaml
BSDmakefile
build.go
CODEOWNERS
CONTRIBUTING.md
DCO
Dockerfile feat(release): upgrade to golang:1.22-alpine3.20 2024-06-04 23:50:47 +02:00
Dockerfile.rootless feat(release): upgrade to golang:1.22-alpine3.20 2024-06-04 23:50:47 +02:00
flake.lock
flake.nix
go.mod Merge pull request 'Update module github.com/huandu/xstrings to v1.5.0' (#4050) from renovate/github.com-huandu-xstrings-1.x into forgejo 2024-06-07 16:48:16 +00:00
go.sum Merge pull request 'Update module github.com/huandu/xstrings to v1.5.0' (#4050) from renovate/github.com-huandu-xstrings-1.x into forgejo 2024-06-07 16:48:16 +00:00
LICENSE
main.go
Makefile Add lint-go-gopls (#30729) 2024-06-09 11:13:39 +02:00
package-lock.json Update dependency tailwindcss to v3.4.4 2024-06-06 00:04:49 +00:00
package.json Update dependency tailwindcss to v3.4.4 2024-06-06 00:04:49 +00:00
playwright.config.js
poetry.lock
poetry.toml
pyproject.toml
README.md
RELEASE-NOTES.md
renovate.json chore(dependency): add the dependency-upgrade label to PRs 2024-06-08 11:00:50 +02:00
stylelint.config.js
tailwind.config.js Move custom tw- helpers to tailwind plugin (#31184) 2024-06-09 11:13:39 +02:00
vitest.config.js
webpack.config.js

Welcome to Forgejo

Hi there! Tired of big platforms playing monopoly? Providing Git hosting for your project, friends, company or community? Forgejo (/for'd͡ʒe.jo/ inspired by forĝejo the Esperanto word for forge) has you covered with its intuitive interface, light and easy hosting and a lot of builtin functionality.

Forgejo was created in 2022 because we think that the project should be owned by an independent community. If you second that, then Forgejo is for you! Our promise: Independent Free/Libre Software forever!

What does Forgejo offer?

If you like any of the following, Forgejo is literally meant for you:

  • Lightweight: Forgejo can easily be hosted on nearly every machine. Running on a Raspberry? Small cloud instance? No problem!
  • Project management: Besides Git hosting, Forgejo offers issues, pull requests, wikis, kanban boards and much more to coordinate with your team.
  • Publishing: Have something to share? Use releases to host your software for download, or use the package registry to publish it for docker, npm and many other package managers.
  • Customizable: Want to change your look? Change some settings? There are many config switches to make Forgejo work exactly like you want.
  • Powerful: Organizations & team permissions, CI integration, Code Search, LDAP, OAuth and much more. If you have advanced needs, Forgejo has you covered.
  • Privacy: From update checker to default settings: Forgejo is built to be privacy first for you and your crew.
  • Federation: (WIP) We are actively working to connect software forges with each other through ActivityPub, and create a collaborative network of personal instances.

Learn more

Dive into the documentation, subscribe to releases and blog post on our website, find us on the Fediverse or hop into our Matrix room if you have any questions or want to get involved.

Get involved

If you are interested in making Forgejo better, either by reporting a bug or by changing the governance, please take a look at the contribution guide.