nextcloud/lib/public/AppFramework/Http
Roeland Jago Douma d182037bce
Emit to load additionalscripts
Fixes #13662

This will fire of an event after a Template Response has been returned.
There is an event for the generic loading and one when logged in. So
apps can chose to load only on loged in pages.

This is a more generic approach than the files app event. As some things
we might want to load on other pages as well besides the files app.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-31 12:11:40 +01:00
..
Template Add since tags 2018-04-05 13:18:17 +02:00
ContentSecurityPolicy.php Set default frame-ancestors to 'self' 2019-01-08 15:36:40 +01:00
DataDisplayResponse.php Update license headers 2017-11-06 16:56:19 +01:00
DataDownloadResponse.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
DataResponse.php Fix others 2016-07-21 18:13:57 +02:00
DownloadResponse.php Fix others 2016-07-21 18:13:57 +02:00
EmptyContentSecurityPolicy.php Add report-uri to CSP 2018-10-21 13:38:32 +02:00
FileDisplayResponse.php @since 9.2.0 to @since 11.0.0 2016-11-15 18:51:52 +01:00
ICallbackResponse.php Update license headers 2017-11-06 16:56:19 +01:00
IOutput.php Update license headers 2017-11-06 16:56:19 +01:00
JSONResponse.php Fix others 2016-07-21 18:13:57 +02:00
NotFoundResponse.php Remove unused use statements 2017-04-22 19:23:31 -05:00
OCSResponse.php Update license headers 2017-11-06 16:56:19 +01:00
RedirectResponse.php Remove unused use statements 2017-04-22 19:23:31 -05:00
Response.php Move caching logic to response 2018-06-04 08:48:54 +02:00
StreamResponse.php Update license headers 2017-11-06 16:56:19 +01:00
StrictContentSecurityPolicy.php Add stricter CSPs 2018-06-13 14:47:57 +02:00
StrictEvalContentSecurityPolicy.php Disallow eval on the StrictEvalCSP 2018-07-11 21:12:36 +02:00
StrictInlineContentSecurityPolicy.php Add stricter CSPs 2018-06-13 14:47:57 +02:00
TemplateResponse.php Emit to load additionalscripts 2019-01-31 12:11:40 +01:00
ZipResponse.php Add PHPDoc 2018-10-02 22:35:31 +02:00