platypush/platypush/backend/http/app/routes
Fabio Manganiello 94c35e210e Migrated /plugin/<pluginName> route 2021-02-21 00:39:06 +01:00
..
plugins Migrated /plugin/<pluginName> route 2021-02-21 00:39:06 +01: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 Cast request headers to dict before adding them to the event 2021-01-31 00:16:44 +01:00
index.py New template for index panel 2020-11-30 20:57:00 +01:00
login.py Migrated login and register components 2020-11-26 23:43:16 +01:00
logout.py Implemented settings page and finalized multi-user support 2019-07-19 00:50:52 +02:00
plugin.py Migrated /plugin/<pluginName> route 2021-02-21 00:39:06 +01:00
register.py Fixed and expanded integration tests to deal with HTTP user authentication 2020-12-16 02:10:37 +01:00
resources.py New media panel [WIP] 2021-01-14 00:15:35 +01:00