nextcloud/core
Daniel Calviño Sánchez 96108ab858 Add event to load additional scripts in the auth page for public shares
Before the public share authentication page is rendered now an event to
load additional scripts is dispatched. Thanks to this any app can load
its own scripts that, when run on the browser, adjust as needed the page
generated by the server.

Note, however, that during the handling of the event apps are only able
to add scripts or styles to be loaded; they can not render arbitrary
content on the page, or change how the content is rendered by the
original template; all those changes have to be done by the scripts at
run-time.

This implies that the scripts of the apps can use only those parameters,
like the token of the share, added to the page when it is generated by
the "publicshareauth" template. Due to this, and given that the event is
being introduced to be used by Talk to inject the UI needed to request
the password for a share, the token of the share is now provided in the
generated page, just like done in the public share page.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-07-24 14:04:22 +02:00
..
BackgroundJobs Background job to clean up old backups of the updater 2018-06-13 17:43:29 +02:00
Command Add filecache index on mtime 2018-07-19 17:43:20 +02:00
Controller Php code bump 2018-07-19 22:46:32 +02:00
Middleware Update license headers 2017-11-06 16:56:19 +01:00
Migrations Add "password_by_talk" column to "share" table in the database 2018-07-24 13:56:25 +02:00
ajax Use ellipsis instead of triple dot 2018-06-22 11:08:26 +02:00
css Fixed scrolling container 2018-07-24 11:01:11 +02:00
doc changed to nextcloud 2016-06-22 08:20:23 +02:00
fonts OpenSans font contrast option 2018-06-25 17:12:27 +02:00
img Public share 2018-07-21 15:02:20 +02:00
js Acceptance and mobile navigation fixes 2018-07-24 11:01:11 +02:00
l10n [tx-robot] updated from transifex 2018-07-24 00:12:01 +00:00
search Prevent search form submit 2018-06-21 18:06:41 +02:00
skeleton ownCloud -> Nextcloud 2016-07-28 15:47:04 +02:00
templates Add event to load additional scripts in the auth page for public shares 2018-07-24 14:04:22 +02:00
vendor Run mergejs to add css-vars-ponyfill 2018-06-28 22:16:32 +02:00
Application.php Add filecache index on mtime 2018-07-19 17:43:20 +02:00
register_command.php Make 2FA providers stateful 2018-06-20 08:30:26 +02:00
routes.php Svg icon api sass function and upgrade of all styles 2018-07-19 08:16:57 +02:00
shipped.json always enable cloud federation api 2018-07-02 12:43:43 +02:00
strings.php Update with robin 2016-07-21 18:13:58 +02:00