platypush/platypush/backend/http/app/routes
Fabio Manganiello f7d644c32d get_procedures() can now return Python function objects as well.
This means that the JSON encoder must act accordingly and parse
the function object into an encodable string.
2020-04-12 22:56:12 +02:00
..
plugins Don't do QRcode plugin base imports, or the web app may fail if the dependencies are not installed 2020-03-24 10:29:22 +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
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 get_procedures() can now return Python function objects as well. 2020-04-12 22:56:12 +02:00
login.py "Remember me" options on session should leave the cookie for a longer 2019-07-23 00:31:17 +02: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 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 Fixed missing static_folder issue on settings page and JS document race condition 2020-03-29 13:47:22 +02:00