platform/core/context/context-service.git
8 years agoVersion 0.6.2 25/47725/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150909.141022 accepted/tizen/tv/20150909.140338 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_mobile/20150909.085054 submit/tizen_tv/20150909.084931 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
Somin Kim [Tue, 8 Sep 2015 07:23:25 +0000 (16:23 +0900)]
Version 0.6.2

Change-Id: I2c2b484c7fc3f0fc93350bf270785f7bfdcb72f2
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
8 years agoModify trigger to accept GVariant as dbus call action's parameter 24/47724/1
Somin Kim [Tue, 8 Sep 2015 07:22:52 +0000 (16:22 +0900)]
Modify trigger to accept GVariant as dbus call action's parameter

Change-Id: Ibf6308ec0ba94ff2b71defe8691aa0bdec13879f
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
8 years agoRemove/modify dlog tags 23/47723/1
Somin Kim [Tue, 8 Sep 2015 07:22:33 +0000 (16:22 +0900)]
Remove/modify dlog tags

Change-Id: I078e72946e7cf89f054e244fd6b221a012b808fa
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
8 years agoFix dbus conf to allow user processes' method calls 41/47641/1 accepted/tizen/mobile/20150907.123255 accepted/tizen/tv/20150907.123436 submit/tizen_mobile/20150907.105247 submit/tizen_tv/20150907.105226
Mu-Woong [Mon, 7 Sep 2015 10:46:48 +0000 (19:46 +0900)]
Fix dbus conf to allow user processes' method calls

Change-Id: Ia853effa8c3accc8d036879b928c94c8a2c094e1
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
8 years agoFix dbus conf file to be launchable on smack-enabled target 02/47602/1 accepted/tizen/mobile/20150907.050100 accepted/tizen/tv/20150907.050201 submit/tizen_mobile/20150907.031618 submit/tizen_tv/20150907.031557
Mu-Woong [Mon, 7 Sep 2015 03:10:17 +0000 (12:10 +0900)]
Fix dbus conf file to be launchable on smack-enabled target

Change-Id: I9601e71958a784e2a5af38e6a3269ecbe3c4a541
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
8 years agoVersion 0.6.0 99/46199/1 accepted/tizen/mobile/20150818.040827 accepted/tizen/tv/20150818.040839 submit/tizen_mobile/20150818.030430 submit/tizen_tv/20150818.030444
Mu-Woong [Tue, 18 Aug 2015 02:54:59 +0000 (11:54 +0900)]
Version 0.6.0

Change-Id: Ib48cd16acd0a230bbbd5d3c0cedd61c233bc1477
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
8 years agoEnable app manifest file 93/46193/1
Mu-Woong [Tue, 18 Aug 2015 02:34:33 +0000 (11:34 +0900)]
Enable app manifest file

Change-Id: I95c2a80348ca1ab088d1ca7d5d0548801ea3138b
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
8 years agoSwitch to user-session daemon 80/46180/2
Mu-Woong [Mon, 17 Aug 2015 13:13:59 +0000 (22:13 +0900)]
Switch to user-session daemon

Change-Id: Iccc348aa4384817cbf76304587e9b7446c54ddb3
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
8 years agoSync with Tizen 2.4 79/46179/1
Mu-Woong [Mon, 17 Aug 2015 13:00:42 +0000 (22:00 +0900)]
Sync with Tizen 2.4

- Modified to use new template format
- Add SIGABRT to the signal handler
- Add basic working flow for adding trigger templates at runtime
- Cleanup trigger event/condition item names
- Clear uninstalled apps' rules(during initialization, after rule triggered)
- Modified to update description when adding identical rule(except description) is requested
- Fix error of rule action comparison

Change-Id: Ia3d46e3e1b21e07e29e21c1ce9c344df99cc3298
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoMerge Version 0.5.5 96/45296/1 accepted/tizen/mobile/20150810.043507 accepted/tizen/tv/20150810.043545 submit/tizen_mobile/20150810.020750 submit/tizen_tv/20150810.020506
Mu-Woong [Tue, 4 Aug 2015 12:14:57 +0000 (21:14 +0900)]
Merge Version 0.5.5

- Modified dbmgr to escape "'\ while insertion
- Fix get_provider() to skip trigger's permission check
- Add dbus call action handling routine to trigge
- Add 'app_id' member variable to the client request class
- Add util functions for dbus service activation
- Modify trigger fact_reader's unsubscribe function to require 'subject'

Change-Id: I7baa8c4291efe90f5883f9a2c3b124ff5c92f182
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoMerge changes from Tizen 2.4 73/44773/1
Mu-Woong [Mon, 27 Jul 2015 12:49:08 +0000 (21:49 +0900)]
Merge changes from Tizen 2.4

- Replace conf-file-based privilege checker with runtime-registration-based
- Remove ambiguity of app_id and client in request classes
- Update context-manager to support the on-demand provider object creation routine
- Modified script generator to assign null when some attributes of a condition is missing

Change-Id: I0943e6df4ac631fd6dd01550e13578ea7740c22e
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoIntegrate changes from Tizen 2.4 (Version 0.5.3) 62/44362/1 accepted/tizen/mobile/20150722.000950 accepted/tizen/tv/20150722.001048 submit/tizen_mobile/20150721.115234 submit/tizen_tv/20150721.114308
Mu-Woong [Tue, 21 Jul 2015 06:33:05 +0000 (15:33 +0900)]
Integrate changes from Tizen 2.4 (Version 0.5.3)

- Remove Vasum zone control code
- Assign null to clips_h while initialization
- Removed unnecessary logs and modified invalid log tag
- Modified to construct clips handler instanece only when at least one enabled rule exists

Change-Id: I6bf048441161aee5ee50d5d55f43bf4db9fe666e
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoRefactor request assignment routine 66/43666/1 accepted/tizen/mobile/20150713.111145 accepted/tizen/tv/20150713.111028 submit/tizen_mobile/20150713.082301 submit/tizen_tv/20150713.082057
Mu-Woong [Mon, 13 Jul 2015 05:53:46 +0000 (14:53 +0900)]
Refactor request assignment routine

Change-Id: I78ba56240d26bc3cc91d5bb18b9fa4023a6281d5
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoUpdate date of all license boilerplate 65/43665/1
Mu-Woong [Mon, 13 Jul 2015 05:53:24 +0000 (14:53 +0900)]
Update date of all license boilerplate

Change-Id: I7afb72265f22fbba13808ce13925ecaf9b18da42
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoFix the manifest/service/spec files regarding 3.0's security policy 00/42700/1 accepted/tizen/mobile/20150708.020032 accepted/tizen/tv/20150708.020151 submit/tizen_mobile/20150707.222741 submit/tizen_tv/20150707.222749
Mu-Woong [Wed, 1 Jul 2015 13:25:17 +0000 (22:25 +0900)]
Fix the manifest/service/spec files regarding 3.0's security policy

Change-Id: I9d38ce34e6af7c4ac30d7630878cd74d56c46008
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoAdd systemd conf file for dbus daemon 12/42612/1 accepted/tizen/mobile/20150701.001807 accepted/tizen/tv/20150701.001819 submit/tizen_mobile/20150630.143244 submit/tizen_tv/20150630.143515
Mu-Woong [Tue, 30 Jun 2015 13:43:05 +0000 (22:43 +0900)]
Add systemd conf file for dbus daemon

Change-Id: Ie6579e5bc59937a57ba0f23faeec4bad58cf7504
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoRemove unused dbus service conf 89/42589/1
Mu-Woong [Tue, 30 Jun 2015 11:01:40 +0000 (20:01 +0900)]
Remove unused dbus service conf

Change-Id: I0f77d557a43ed3e317c7edd2d327cc6032e6cbc6
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoAdd chsmack command for db file smack labeling 51/42551/1
Mu-Woong [Tue, 30 Jun 2015 02:40:06 +0000 (11:40 +0900)]
Add chsmack command for db file smack labeling

Change-Id: Ieae55c393b00b5974086a38cf61ed4ff2d63722f
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoCleanup the build script 11/42511/1
Mu-Woong [Mon, 29 Jun 2015 12:07:03 +0000 (21:07 +0900)]
Cleanup the build script

Change-Id: I33269379c50adc6bf9e57b4a9c36e414fd7ee0e5
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoSwitch from ecore mainloop to g mainloop 98/42498/1
Mu-Woong [Mon, 29 Jun 2015 10:02:37 +0000 (19:02 +0900)]
Switch from ecore mainloop to g mainloop

Change-Id: Ifa8dffac3d415f4147b2539018101a20633be996
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoDisable security-server based privilege checker 96/42496/1
Mu-Woong [Mon, 29 Jun 2015 09:59:35 +0000 (18:59 +0900)]
Disable security-server based privilege checker

Change-Id: I01f622294af11f32eb8d4a025d85878f2ecb74e0
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoIntegrate changes from Tizen 2.4 86/42486/1
Mu-Woong [Mon, 29 Jun 2015 09:32:29 +0000 (18:32 +0900)]
Integrate changes from Tizen 2.4

- Add a smack rule for security API
- Fix the prevent issue 451595
- Add a missing smack rule, media-data::cb
- Remove mediahistory.admin privilege entries
- Modify launching sequence.
- Break the dependency to context-internal, which is removed from the snapshot.
- Replace deprecated privilege checker API with security server
- Update smack & privilege w.r.t. security and pkgmgr
- Remove a smack rule 'ail::db'
- Switch to ecore mainloop to support ecore event handling

Change-Id: Ib21644a3466c54212b73c3b1bdb5d7cdd5570cf1
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoSync with Tizen 2.4 89/41989/2
Mu-Woong [Fri, 19 Jun 2015 12:53:30 +0000 (21:53 +0900)]
Sync with Tizen 2.4

Change-Id: Ibafb888f85c3d7fe7f85f2baaaf0fa135b7e798d
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoRemove redundant dependency to pkgmgr-info 06/41406/1
Mu-Woong [Mon, 15 Jun 2015 06:43:01 +0000 (15:43 +0900)]
Remove redundant dependency to pkgmgr-info

Change-Id: I0fedf4545cf1a62c3bcc98c3f3155a37c8ff9c7b
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoApply Cynara gdbus peer credentials 00/41400/1
Mu-Woong [Mon, 15 Jun 2015 05:56:30 +0000 (14:56 +0900)]
Apply Cynara gdbus peer credentials

Change-Id: Ib366e1a45d4fcafd98ed76c84d746876ef9a26e7
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoDisable vasum-related features 91/41391/1
Mu-Woong [Mon, 15 Jun 2015 03:51:47 +0000 (12:51 +0900)]
Disable vasum-related features

Change-Id: I85a064c053eb2313dddef1cae30f91ce1002b617
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoMigrate from 2.4 code repo 87/41387/1
Mu-Woong [Mon, 15 Jun 2015 02:46:19 +0000 (11:46 +0900)]
Migrate from 2.4 code repo

Change-Id: I3186ef9a0ee6cf56696ec64e6962823023420fda
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
9 years agoInitial empty repository master
KyungMi Lee [Wed, 25 Mar 2015 05:34:41 +0000 (22:34 -0700)]
Initial empty repository