Skip to content
Snippets Groups Projects
  1. Feb 21, 2019
  2. Feb 19, 2019
  3. Jan 31, 2019
  4. Nov 15, 2018
  5. Nov 10, 2018
  6. Nov 07, 2018
  7. Nov 06, 2018
  8. Oct 30, 2018
  9. Oct 23, 2018
  10. Oct 22, 2018
  11. Oct 16, 2018
  12. Oct 01, 2018
  13. Sep 27, 2018
  14. Aug 24, 2018
  15. Aug 06, 2018
  16. Jul 24, 2018
    • Daniel Calviño Sánchez's avatar
      Add event to load additional scripts in the auth page for public shares · 96108ab8
      Daniel Calviño Sánchez authored
      
      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: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
      96108ab8
  17. Jul 21, 2018
  18. Jun 20, 2018
  19. Jun 14, 2018
  20. May 17, 2018
  21. Apr 05, 2018
  22. Mar 01, 2018
  23. Feb 28, 2018
  24. Feb 27, 2018
  25. Feb 14, 2018
  26. Feb 12, 2018
Loading