summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Janusz Kozerski [Thu, 17 Dec 2015 14:55:52 +0000 (06:55 -0800)]
Merge "Change bundle_add() to bundle_add_str()" into tizen
Janusz Kozerski [Thu, 17 Dec 2015 14:07:52 +0000 (15:07 +0100)]
Change bundle_add() to bundle_add_str()
Function bundle_add has been removed from header.
Change-Id: Ibd8b1a893a0e466eae84a389dffde5c0c58f55b4
Hwankyu Jhun [Mon, 14 Dec 2015 12:00:07 +0000 (21:00 +0900)]
Include bundle_internal.h for internal bundle apis
Some bundle apis are platform internal apis
and we need to include bundle_internal.h to use them
Change-Id: I297e6ca578ab2aae9de3ab03f8b113e91a85e60d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Kyuho Jo [Thu, 4 Jun 2015 06:16:28 +0000 (15:16 +0900)]
Changes for using new notification API.
Change-Id: I9b31bbe1bdfdfd4be10a7405721a75373ddece9b
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
Adam Malinowski [Wed, 28 Jan 2015 12:14:21 +0000 (13:14 +0100)]
Add testing utility for askuser extensions
This patch adds simple client binary and script in order to make
testing/verifying askuser extension easier.
This must be built with cynara built from this patch:
https://review.tizen.org/gerrit/#/c/34388/
Change-Id: I084278afe5293eb7870906293d26b88c18539b8b
Adam Malinowski [Thu, 19 Feb 2015 11:10:23 +0000 (12:10 +0100)]
Add needed systemd-daemon linking dependency
Change-Id: If09fd8717af9628d04e902e297ce41b0868abb05
Adam Malinowski [Wed, 28 Jan 2015 13:55:58 +0000 (14:55 +0100)]
Release 0.1.0
Change-Id: Iea2a456b2d54840617cca92a8c247217ed75d448
Adam Malinowski [Tue, 30 Dec 2014 12:28:36 +0000 (13:28 +0100)]
Redo logging mechanism
Logging utility was moved from common to agent to allow plugins
use cynara logging mechanism. Agent uses its own logger separated from
cynara logs.
Change-Id: Id5d4065f25adc19056750e18aac04a6d9c3e0b67
Adam Malinowski [Wed, 17 Dec 2014 18:44:49 +0000 (19:44 +0100)]
Enhance allow and add deny types
Note: strings for buttons looks bad but there is no way to put
good looking captions because of limited size of window. Six buttons
with longer captions will not fit in window.
Change-Id: I71094d492fdf1163e06b974c837bf71d2f5435b2
Adam Malinowski [Wed, 10 Dec 2014 09:50:15 +0000 (10:50 +0100)]
Implement stopping daemon
This patch implements proper daemon stopping for correct handling
'systemd stop' procedure.
Change-Id: I6b0ad7d7978e5ffbe73383e5fcb27d3fe5717539
Adam Malinowski [Wed, 10 Dec 2014 09:17:06 +0000 (10:17 +0100)]
Add UI backend based on tizen notifications
Change-Id: Iec59517b8d5a55f54ca831394a12793c2ef2ae4c
Adam Malinowski [Wed, 10 Dec 2014 09:07:12 +0000 (10:07 +0100)]
Add internationalization and privilege translation
Change-Id: I9f903811c1ff348e430e126971d3f9cf8bb8e00d
Adam Malinowski [Tue, 2 Dec 2014 13:52:40 +0000 (14:52 +0100)]
Add UI handling
This patch introduces user interface related stuff, implements
creating UIs and handling responses from them.
Change-Id: I8899ead4d4b6222bf6c50bb51a2703502e2f7210
Adam Malinowski [Mon, 1 Dec 2014 11:14:35 +0000 (12:14 +0100)]
Add processing cynara requests
This patch introduces cynara requests handling without UI stuff.
Change-Id: I5fb2158f4089c28893f59d69218a5a447c774741
Adam Malinowski [Fri, 28 Nov 2014 22:18:13 +0000 (23:18 +0100)]
Add cynara talker
This patch introduces class for talking with cynara service.
Change-Id: Ic04b65bbfdfac920f036eab17a90c47be2dec983
Adam Malinowski [Fri, 28 Nov 2014 15:40:36 +0000 (16:40 +0100)]
Add Request class for representing cynara requests
Also prepare project to integration with cynara-agent library.
Change-Id: I14e8de8137ac9458f0b7eebacbebafeaba5ee788
Adam Malinowski [Tue, 16 Dec 2014 11:08:44 +0000 (12:08 +0100)]
Fix installing plugins
Directory %{_libdir}/cynara/plugin/ belongs to cynara so RPM gives
conflict error. Files must be installed in leaf directories.
Change-Id: I530235aa7da4f0be73ae1102a8b048e76efd505b
Adam Malinowski [Mon, 29 Dec 2014 17:19:26 +0000 (18:19 +0100)]
Adjust plugins to new plugin API
A change has been introduced in cynara plugin API.
getSupportedPolicyTypes was removed and getSupportedPolicyDescr
was added. This patch adapts ask user plugins to new API.
Change-Id: I4b2e7ee1b12f120f2e414b927620239ab0191c19
Zofia Abramowska [Mon, 8 Dec 2014 14:45:21 +0000 (15:45 +0100)]
Add deny types
Change-Id: Ife48273f31f8a07e719d9b8037ed52a1fc2f5b5e
Zofia Abramowska [Mon, 1 Dec 2014 17:47:14 +0000 (18:47 +0100)]
Add AskUser cynara client and server side plugins
Change-Id: Id6d30097eac100c5462c60b5bac7c41c3a39f6a7
Zofia Abramowska [Mon, 1 Dec 2014 15:58:10 +0000 (16:58 +0100)]
Add translation methods between agent<->cynara<->plugin
Change-Id: Ifd24baca36d9afed2b5201b44054d03584216f22
Adam Malinowski [Fri, 28 Nov 2014 13:00:01 +0000 (14:00 +0100)]
Add main agent class
Agent class has been added and its usage in main.cpp file.
Change-Id: Iaec77d164c966a389df97e415febdca6622dc082
Adam Malinowski [Fri, 7 Nov 2014 10:29:37 +0000 (11:29 +0100)]
Initial commit
Add basic structure of project
Change-Id: Idc98fcc1c194562c23b354986d190fb8f20fca75
Sriram Ramkrishna [Mon, 17 Nov 2014 21:53:05 +0000 (13:53 -0800)]
Initial empty repository