gitea/modules/setting
Brecht Van Lommel 84daddc2fa
Editor preview support for external renderers (#23333)
Remove `[repository.editor] PREVIEWABLE_FILE_MODES` setting that seemed
like it was intended to support this but did not work. Instead, whenever
viewing a file shows a preview, also have a Preview tab in the file
editor.

Add new `/markup` web and API endpoints with `comment`, `gfm`,
`markdown` and new `file` mode that uses a file path to determine the
renderer.

Remove `/markdown` web endpoint but keep the API for backwards and
GitHub compatibility.

## ⚠️ BREAKING ⚠️

The `[repository.editor] PREVIEWABLE_FILE_MODES` setting was removed.
This setting served no practical purpose and was not working correctly.
Instead a preview tab is always shown in the file editor when supported.

---------

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-03-24 14:12:23 +08:00
..
actions.go
admin.go
api.go
attachment.go Add `.patch` to `attachment.ALLOWED_TYPES` (#23580) 2023-03-19 15:58:43 -04:00
cache.go
camo.go
config_provider.go
cors.go
cron.go
cron_test.go
database.go Move pidfile creation from setting to web cmd package (#23285) 2023-03-16 15:22:54 +08:00
database_sqlite.go
database_test.go
federation.go
git.go Support reflogs (#22451) 2023-03-13 15:51:07 +08:00
highlight.go
i18n.go
incoming_email.go
indexer.go
indexer_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
lfs.go
log.go Parse external request id from request headers, and print it in access log (#22906) 2023-03-10 09:54:32 -06:00
mailer.go
mailer_test.go
markup.go
metrics.go
migrations.go
mime_type_map.go
mirror.go
oauth2.go
other.go
packages.go Add Swift package registry (#22404) 2023-03-13 15:28:39 -05:00
packages_test.go
picture.go
project.go
proxy.go
queue.go
repository.go Editor preview support for external renderers (#23333) 2023-03-24 14:12:23 +08:00
security.go
server.go
service.go
session.go
setting.go Move pidfile creation from setting to web cmd package (#23285) 2023-03-16 15:22:54 +08:00
setting_test.go
ssh.go
storage.go Add InsecureSkipVerify to Minio Client for Storage (#23166) 2023-02-27 16:26:13 +00:00
storage_test.go
task.go
time.go
ui.go
webhook.go