diff sat/plugins/plugin_adhoc_dbus.py @ 2929:e0429ff7f6b6

plugin comp file sharing: file sharing management first draft: the new "component file sharing management" plugin add ad-hoc commands to changes permission of one or several shared files, delete one or more files, or regenerate thumbnails. This is a temporary plugin to make file sharing through a component usable with other entities, but should be removed (at least permission management and file deletion) in the future if we move on a pubsub based solution.
author Goffi <goffi@goffi.org>
date Sun, 28 Apr 2019 09:00:51 +0200
parents 003b8b4b56a7
children bba1c51bf2c6
line wrap: on
line diff
--- a/sat/plugins/plugin_adhoc_dbus.py	Sun Apr 28 08:55:13 2019 +0200
+++ b/sat/plugins/plugin_adhoc_dbus.py	Sun Apr 28 09:00:51 2019 +0200
@@ -474,5 +474,3 @@
             payload = form.toElement()
             status = self._c.STATUS.EXECUTING
             defer.returnValue((payload, status, None, None))
-
-