platypush/platypush/backend/http/app/routes
Fabio Manganiello f86e2eb5a7 Implemented settings page and finalized multi-user support 2019-07-19 00:50:52 +02:00
..
plugins Support for multi-users and authentication for HTTP pages 2019-07-15 14:12:00 +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 Support for multi-users and authentication for HTTP pages 2019-07-15 14:12:00 +02:00
execute.py Support for multi-users and authentication for HTTP pages 2019-07-15 14:12:00 +02:00
hook.py Support for multi-users and authentication for HTTP pages 2019-07-15 14:12:00 +02:00
index.py Support for multi-users and authentication for HTTP pages 2019-07-15 14:12:00 +02:00
login.py Implemented settings page and finalized multi-user support 2019-07-19 00:50:52 +02:00
logout.py Implemented settings page and finalized multi-user support 2019-07-19 00:50:52 +02:00
register.py Implemented settings page and finalized multi-user support 2019-07-19 00:50:52 +02:00
resources.py Support for multi-users and authentication for HTTP pages 2019-07-15 14:12:00 +02:00
settings.py Implemented settings page and finalized multi-user support 2019-07-19 00:50:52 +02:00