platypush/platypush/backend/http/app/routes
Fabio Manganiello e5c8adfc1b Fixed and expanded integration tests to deal with HTTP user authentication 2020-12-16 02:10:37 +01:00
..
plugins Camera plugins refactor 2020-09-25 17:19:43 +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
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 Fixed webhook event management 2020-05-09 01:47:12 +02: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 Added /plugin/<plugin_name> route for single plugin view (see #83) 2020-01-23 00:27:36 +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 Migrated ImageCarousel widget 2020-11-26 00:26:10 +01:00
settings.py Fixed missing static_folder issue on settings page and JS document race condition 2020-03-29 13:47:22 +02:00