platypush/platypush/backend/http/app/routes
Fabio Manganiello 4e82dd17bb
🐛 Partial revert of c18768e61f
`datetime.utcnow` may be deprecated on Python >= 3.12, but
`datetime.UTC` isn't present on older Python versions.

Added a `platypush.utils.utcnow()` method as a workaround compatible
with both.
2024-05-31 19:52:32 +02:00
..
plugins Major rewrite of the `media` routes. 2023-11-05 01:33:36 +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 Removed two unrequired `return` statements 2022-11-21 13:04:48 +01:00
dashboard.py Removed remaining references to websocket port. 2023-05-07 12:54:13 +02:00
execute.py Improved logging for requests, responses and events. 2023-07-15 01:11:45 +02:00
hook.py Make sure that a webhook function never returns a null response 2022-09-04 00:52:41 +02:00
index.py New template for index panel 2020-11-30 20:57:00 +01:00
login.py 🐛 Partial revert of c18768e61f 2024-05-31 19:52:32 +02:00
logo.py [#259] Proper support for the progressive webapp (#262) 2023-05-20 02:42:33 +02:00
logout.py Fixed LGTM warnings 2022-06-10 20:56:40 +02:00
plugin.py Migrated /plugin/<pluginName> route 2021-02-21 00:39:06 +01:00
pwa.py [#259] Proper support for the progressive webapp (#262) 2023-05-20 02:42:33 +02:00
register.py 🐛 Partial revert of c18768e61f 2024-05-31 19:52:32 +02:00
resources.py Web panel improvements. 2022-10-07 02:24:29 +02:00