gitea/modules/setting
KN4CK3R 0c6137617f
Add Tabular Diff for CSV files ()
Implements request  The rendering of CSV files does match the diff style.

* Moved CSV logic into base package.

* Added method to create a tabular diff.

* Added CSV compare context.

* Added CSV diff template.

* Use new table style in CSV markup.

* Added file size limit for CSV rendering.

* Display CSV parser errors in diff.

* Lazy read single file.

* Lazy read rows for full diff.

* Added unit tests for various CSV changes.
..
attachment.go Provide self-registering storage system ()
cache.go Ensure memcache TTL cannot be over 30 days ()
cors.go Movde dependents on macaron from modules/setting ()
cron.go Allow extended config on cron settings ()
cron_test.go Allow extended config on cron settings ()
database.go When reinitialising DBConfig reset the database use flags ()
database_sqlite.go Move database settings from models to setting ()
database_test.go Move database settings from models to setting ()
git.go Add pager to the branches page ()
indexer.go Avoid setting the CONN_STR in issue indexer queue unless it is meant to be set ()
indexer_test.go Restrict repository indexing by glob match ()
lfs.go Handle and propagate errors when checking if paths are Dirs, Files or Exist ()
log.go use level config in main section when subsection not set level ()
mailer.go Sendmail should create a process on the gitea system and have a default timeout ()
markup.go Fix sanitizer config - multiple rules ()
migrations.go Add Allow-/Block-List for Migrate & Mirrors ()
picture.go Avatars and Repo avatars support storing in minio ()
project.go Kanban board ()
queue.go Slightly simplify the queue settings code to help reduce the risk of problems ()
repository.go Added option to disable migrations ()
service.go Add ui.explore settings to control view of explore pages (2) ()
session.go Add SameSite setting for cookies ()
setting.go Add Tabular Diff for CSV files ()
setting_test.go Migrate to use jsoniter instead of encoding/json ()
storage.go more test case for STORAGE_TYPE overrides (and fixes) ()
storage_test.go more test case for STORAGE_TYPE overrides (and fixes) ()
task.go Avoid setitng the CONN_STR in queues unless it is meant to be set ()
webhook.go Add Matrix webhook ()