discourse/app
Robin Ward 22789e0201 New bootstrap.json endpoint for starting up Discourse
Discourse needs a bunch of data preloaded before it can start up.
Normally we throw blobs of this into the HTML document that is requested
but in some cases that's awkward to retrieve.

For example with Ember CLI you have a separate javascript application
that needs to make its own HTML.

This API endpoint returns a JSON object with all the data Discourse needs to
bootstrap and start up.
2020-06-03 14:45:23 -04:00
..
assets DEV: Move Discourse.getURL and related functions to a module (#9966) 2020-06-03 12:45:26 -04:00
controllers New bootstrap.json endpoint for starting up Discourse 2020-06-03 14:45:23 -04:00
helpers New bootstrap.json endpoint for starting up Discourse 2020-06-03 14:45:23 -04:00
jobs FIX: If creating a flag for a watched word, include the reason 2020-06-02 11:49:02 -04:00
mailers FIX: Digest frequency issue on user creation 2020-06-01 17:39:16 -04:00
models FEATURE: whitelist theme repo mode (experimental) 2020-06-03 13:19:57 +10:00
serializers FIX: Only render group card if user title is from group (#9946) 2020-06-01 11:44:41 -07:00
services DEV: Better error handling for destroy:users task (#9939) 2020-06-01 08:55:08 -07:00
views Start Discourse in an initializer (#9930) 2020-05-29 14:37:02 -04:00