framework/src/Forum
Toby Zerner edaca3160e Refactor frontend code to allow for extension of assets
- Simpler class naming:
    Frontend\CompilerFactory → Frontend\Assets
    Frontend\HtmlDocumentFactory → Frontend\Frontend
    Frontend\HtmlDocument → Frontend\Document

- Remove AssetInterface and simply collect callbacks in Frontend\Assets
  instead

- Remove ContentInterface because it serves no purpose (never type-
  hinted or type-checked)

- Commit and add asset URLs to the Document via a content callback
  instead of in the Document factory class itself

- Add translations and locale assets to Assets separate to the assets
  factory, as non-forum/admin asset bundles probably won't want them

- Update Frontend Extender to allow the creation of new asset bundles

- Make custom LESS validation listener a standalone class instead of
  extending RecompileFrontendAssets
2018-11-22 12:09:50 +10:30
..
Auth Auth token and avatarUrl security improvements (#1514) 2018-09-22 13:48:27 +09:30
Content Refactor frontend code to allow for extension of assets 2018-11-22 12:09:50 +10:30
Controller Fix old session method name 2018-11-22 07:24:44 +10:30
ForumServiceProvider.php Refactor frontend code to allow for extension of assets 2018-11-22 12:09:50 +10:30
routes.php Frontend refactor (#1471) 2018-06-30 12:31:12 +09:30
ValidateCustomLess.php Refactor frontend code to allow for extension of assets 2018-11-22 12:09:50 +10:30