discourse/app
David Taylor 8d53f8ef1a
DEV: Simplify livereload configuration for better proxy compatibility (#29742)
When running a development environment behind a proxy (e.g. when using a cloud development environment, or a service like ngrok), the ember-cli port & protocol may not match the one in the browser. `livereload.js` knows how to auto-configure itself based on the current browser environment... but Ember CLI overrides that autoconfiguration with some hard-coded values.

The intention there is to allow running the livereload server on a different port to the ember-cli web proxy. We don't need that functionality.

This commit stops loading `ember-cli-live-reload.js`, and instead loads `_lr/livereload.js` directly.
2024-11-13 16:39:23 +00:00
..
assets DEV: Simplify livereload configuration for better proxy compatibility (#29742) 2024-11-13 16:39:23 +00:00
controllers FIX: Correctly load the invites model when using full page logins (#29713) 2024-11-13 08:56:16 -03:00
helpers DEV: Drop `WithServiceHelper` 2024-09-05 09:58:20 +02:00
jobs DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models UX: Split `hide_profile_and_presence` user option (#29632) 2024-11-12 22:22:58 -03:00
serializers UX: Split `hide_profile_and_presence` user option (#29632) 2024-11-12 22:22:58 -03:00
services UX: Split `hide_profile_and_presence` user option (#29632) 2024-11-12 22:22:58 -03:00
views UX: Change the authorize button color to primary (#29666) 2024-11-08 17:33:50 -05:00