platypush/platypush
Fabio Manganiello 06564b043e Version bump 0.9.5 -> 0.9.6 2019-02-24 19:04:07 +01:00
..
backend Added missing doc line in backend.http 2019-02-24 15:53:01 +01:00
bus Run each message handling logic on the bus on a separate thread to make sure that messages don't queue up too much 2019-02-23 23:58:43 +01:00
config More flexible management for included config files paths 2018-12-30 20:18:55 +01:00
context Support for both enabled and disabled flags on plugin level 2019-02-13 15:14:35 +01:00
cron Replaced EventAction with Procedure to allow more flexibility in event hooks and cronjobs 2018-09-27 01:52:35 +02:00
event Removed pp- prefix from the name of the spawned processes and threads 2019-01-13 20:41:15 +01:00
message 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
platydock Added support for config include files to Docker images too 2018-12-20 01:04:28 +01:00
plugins Clean up running VLC instance on stop and new media play 2019-02-21 19:24:47 +01:00
procedure Make a copy of the procedure arguments before expanding the values from the context, or we'll permanently overwrite the procedure arguments with expanded values 2019-02-15 11:45:16 +01:00
pusher Fixed logging level setting in pusher 2018-05-29 16:43:16 +00:00
utils Moved import magic statement to the get_mime_type function so Travis won't break 2019-02-06 13:22:58 +01:00
__init__.py Version bump 0.9.5 -> 0.9.6 2019-02-24 19:04:07 +01:00
__main__.py Fixed procedure execution code 2018-01-04 16:11:54 +01:00
config.example.yaml Expanded config example 2018-11-11 12:17:14 +01:00
create_device.sh s/runbullet/platypush/g 2017-12-11 20:30:57 +01:00
logger.py More robust logging system and options to disable stdout/stderr logging capture 2019-01-27 00:53:30 +01:00