* Add media streaming (#108) * [WIP] set up streaming route * Added UUID to sources and media items * Added media preview to MI show page * Added plug to strip file extensions * [VERY WIP] basic podcast RSS setup * [WIP] got basic podcast RSS working * [WIP] more expanding on RSS * Comment * [WIP] Working on refactoring feed * Added UUID backfill to a migration * [WIP] Moar refactoring * [WIP] Adding UI for getting RSS feed * Many tests * Added conditional routing for feed URLs * Removed the need for url_base to be set * Updated preset name * Rendered certain fields HTML-safe; Added logging to confirm range request support * Fixed incorrect scheme issue * Updated env var * Updated other UI to use dropdown * removed commented code * Generate rss feeds (#123) * Added plug to strip file extensions * [VERY WIP] basic podcast RSS setup * [WIP] got basic podcast RSS working * [WIP] more expanding on RSS * [WIP] Working on refactoring feed * Added UUID backfill to a migration * [WIP] Moar refactoring * [WIP] Adding UI for getting RSS feed * Many tests * Added conditional routing for feed URLs * Removed the need for url_base to be set * Updated preset name * Rendered certain fields HTML-safe; Added logging to confirm range request support * Fixed incorrect scheme issue * Updated env var * Updated other UI to use dropdown * removed commented code * docs * Added unique index to UUID fields
23 lines
528 B
Text
23 lines
528 B
Text
[
|
|
verbose: false,
|
|
private: false,
|
|
skip: false,
|
|
router: nil,
|
|
exit: :medium,
|
|
format: "txt",
|
|
out: nil,
|
|
threshold: :low,
|
|
# All of these are ignorable because this app is intended to be single-user and self-hosted.
|
|
# There is an expectation that the user won't intentionally run a FS Traversal on themselves
|
|
ignore:
|
|
[
|
|
"CI.System",
|
|
"Traversal.FileModule",
|
|
"Config.HTTPS",
|
|
"Config.CSP",
|
|
"XSS.ContentType",
|
|
"Traversal.SendFile"
|
|
],
|
|
ignore_files: [],
|
|
version: false
|
|
]
|