platypush/platypush/backend/http/webapp/src
Fabio Manganiello f9b0bc905e
Migrated websocket service.
The websocket service is no longer provided by a different service,
controlled by a different thread running on another port.

Instead, it's now exposed directly over Flask routes, using
WSGI+eventlet+simple_websocket.

Also, the SSL context options have been removed from `backend.http`, for
sake of simplicity. If you want to enable SSL, you can serve Platypush
through a reverse proxy like nginx.
2023-05-07 12:08:28 +02:00
..
assets Added frontend component for the `Variable` entity. 2023-04-29 11:37:21 +02:00
components Improved UI on mobile. 2023-05-06 12:34:27 +02:00
router Migrated /plugin/<pluginName> route 2021-02-21 00:39:06 +01:00
style Better .pull-right class implementation. 2023-03-20 01:26:48 +01:00
utils Use Math.round instead of parseInt when parsing durations. 2023-04-30 16:22:37 +02:00
views Wrapped dynamic Vue components in shallowRef. 2023-01-14 22:31:48 +01:00
App.vue Use the new bus notification helpers 2023-01-21 16:59:18 +01:00
Events.vue Migrated websocket service. 2023-05-07 12:08:28 +02:00
Utils.vue Added mixins to capitalize/prettify text 2022-04-10 01:50:13 +02:00
bus.js - Expose methods on the bus module to publish/subscribe to notifications and entity updates 2023-01-21 16:56:27 +01:00
main.js New Vue.js template for dashbord WIP 2020-11-21 01:12:08 +01:00
ui.js music.mpd panel migration - WIP 2020-12-26 15:03:12 +01:00