platypush/platypush/backend/http/app/routes
Fabio Manganiello f1faa1141e More LINT fixes 2021-04-06 21:10:48 +02:00
..
plugins More LINT fixes 2021-04-06 21:10:48 +02:00
__init__.py Refactored HTTP server to split the routes on separate files and keep the main Flask app object in a separate file as well so it can be easily wrapped by a WSGI instance 2019-02-23 21:19:00 +01:00
auth.py Added support for JWT token-based authentication 2021-02-12 22:43:34 +01:00
dashboard.py The /execute endpoint should require authentication as well 2020-11-28 15:28:09 +01:00
execute.py The /execute endpoint should require authentication as well 2020-11-28 15:28:09 +01:00
hook.py Major LINT fixes 2021-04-05 00:58:44 +02:00
index.py New template for index panel 2020-11-30 20:57:00 +01:00
login.py Major LINT fixes 2021-04-05 00:58:44 +02:00
logout.py Major LINT fixes 2021-04-05 00:58:44 +02:00
plugin.py Migrated /plugin/<pluginName> route 2021-02-21 00:39:06 +01:00
register.py Major LINT fixes 2021-04-05 00:58:44 +02:00
resources.py New media panel [WIP] 2021-01-14 00:15:35 +01:00