Merge "clientExample: proper clean-up in case of subsession errors" into tizen
[platform/core/system/sessiond.git] / sessiond /
2022-07-20 Hyotaek ShimTemporarily allow all dbus policy by default 72/278372/1 accepted/tizen/unified/20220720.141517 submit/tizen/20220720.014058 submit/tizen/20220720.052140
2022-07-20 Hyotaek ShimRevert "Temporarily allow dbus policy by default" 71/278371/2
2022-07-19 Karol LewandowskiMerge "library: Ensure subsession_user_t does not conta...
2022-07-19 Hyotaek ShimTemporarily allow dbus policy by default 16/278316/1 submit/tizen/20220719.043933
2022-07-12 Adam MichalskiInclude default user in `GetUserList` call 25/277725/2
2022-07-07 Mateusz MajewskiChange subsession_id type to std::string{,_view} 67/276967/18
2022-07-05 Adam MichalskiRemove unnecessary `enum` 60/277360/1
2022-07-01 Karol LewandowskiMerge "Add log notification" into tizen
2022-06-29 Mateusz MajewskiFix an inappropriate usage of std::string_view 10/277010/2 accepted/tizen/unified/20220630.211956 submit/tizen/20220630.001059
2022-06-29 Adam Michalskisessiond: Apply systemd-based dbus activation 49/276649/6
2022-06-28 Mateusz MajewskiFix a blunder 66/276966/1
2022-06-27 Mateusz MajewskiAdd std::string and std::string_view support to tuple_g... 80/276780/2
2022-06-27 Mateusz MajewskiRefactor tuple_g_variant_helpers 79/276779/2
2022-06-03 Karol LewandowskiMerge branch 'devel' into tizen 82/275882/1 submit/tizen/20220603.143851
2022-06-02 Karol LewandowskiMerge "Added clientExample" into tizen
2022-06-02 Michal BlochUnify internal error code to DBus name mappings 08/275708/6
2022-05-27 Adam Michalski[fix] sessiond: Rename DBus error enums so they are... 48/275648/1
2022-05-27 Karol LewandowskiMerge "Allow user with id 0 to be switched to" into...
2022-05-27 Adam MichalskiAllow user with id 0 to be switched to 84/275584/2
2022-05-27 Adam MichalskiPrevent removing currently active user 83/275583/3
2022-05-27 Adam MichalskiRework DBus exception handling in sessiond and libsessiond 89/275289/8
2022-05-17 Adam MichalskiAdd validity checks for `SwitchUser` method 40/275040/3
2022-05-17 Michal BlochDeduce an array type 57/274957/2
2022-05-13 Adam MichalskiRemove redundant `prev_subsession_id` parameter from the 58/274958/6
2022-05-12 Adam MichalskiImplement server-side GetCurrentUser method 43/274843/8
2022-05-10 Adam Michalski[fix] Add input parameter validation for GetUserList 44/274844/1
2022-05-09 Karol LewandowskiMerge "[fix] Add logging `invalid_argument` exception...
2022-05-09 Karol LewandowskiMerge changes Ifa0cbed1,I766670d5,I03094609,I57c9e563...
2022-05-09 Mateusz Majewskiwait_manager: Add some prose 25/274725/2
2022-05-09 Mateusz MajewskiAdd privacy to wait_manager 24/274724/2
2022-05-09 Mateusz MajewskiSplit wait_manager arguments 23/274723/2
2022-05-06 Adam Michalskifs-helpers: Refactor some code 07/274707/3
2022-05-06 Adam MichalskiExtract `wait_manager` template class into a separate... 09/274709/2
2022-05-06 Adam Michalski[fix] Add logging `invalid_argument` exception 08/274708/3
2022-04-28 Adam Michalskifs-helpers: [fix] Keep owner of files/directories while... 63/274463/1
2022-04-27 Mateusz MajewskiImplement GetUserList method 34/274334/4
2022-04-27 Adam MichalskiAdd fs-helper function for `get_user_list()` API call 83/274283/5
2022-04-25 Mateusz MajewskiWider and more precise error handling
2022-04-25 Karol LewandowskiMerge "Add GetUserList sessiond stub" into tizen
2022-04-25 Karol LewandowskiMerge "Remove a needless conversion, no strings attache...
2022-04-25 Mateusz MajewskiAdd GetUserList sessiond stub 37/274237/1
2022-04-22 Michal BlochRemove a needless conversion, no strings attached 98/274198/1
2022-04-22 Karol Lewandowskisessiond: Be a more explicit what dbus error returned... 56/273856/4
2022-04-22 Adam MichalskiCreate `subsession` directory if it does not exist 90/273990/6
2022-04-22 Karol LewandowskiMerge changes into tizen
2022-04-22 Mateusz MajewskiSplit tuple_hash into a separate file 41/274041/4
2022-04-22 Mateusz MajewskiDrop status_code 46/274146/1
2022-04-20 Hyotaek ShimAdd signature in sessiond.service for VD root service... 35/274035/2 accepted/tizen/unified/20220420.135338 submit/tizen/20220420.080626
2022-04-20 Hyotaek ShimAdd -Werror=missing-field-initializers to prevent build... 29/274029/1 submit/tizen/20220420.065657
2022-04-18 Hyotaek ShimApply default deny and add rules to dbus policy 21/273921/1 accepted/tizen/unified/20220418.042110 submit/tizen/20220418.162757
2022-04-15 Karol LewandowskiMerge changes I7dc28d8f,I0deccb0b into tizen submit/tizen/20220415.093008
2022-04-15 Adam Michalskifs-helpers: [fix] Do not follow symlinks while copying 92/273892/1
2022-04-15 Adam MichalskiAdd copying SMACK attributes 63/273863/3
2022-04-14 Mateusz MajewskiAdd some extra params to signals 85/273785/3
2022-04-14 Karol LewandowskiMerge "Improve exception handling in sessiond" into...
2022-04-13 Adam MichalskiAdd copying/deleting user subsession data to d-bus... 87/273787/1
2022-04-13 Adam MichalskiImprove exception handling in sessiond 02/273702/3
2022-04-11 Adam MichalskiFix source and destination copy directories 19/273619/4
2022-04-11 Mateusz MajewskiImplement waiting 62/273562/8
2022-04-11 Mateusz MajewskiSave connection in the sessiond_struct 61/273561/5
2022-04-11 Mateusz MajewskiPropagate sender name to on_* methods 92/273592/3
2022-04-11 Mateusz MajewskiGenerate switch_ids 60/273560/5
2022-04-11 Mateusz MajewskiAdd g_variant helpers 92/273492/13
2022-04-08 Mateusz MajewskiAdd some sample signals 89/273089/13
2022-04-08 Hyotaek ShimDeclare DAC credentials in sessiond.service 72/273572/1
2022-04-07 Karol LewandowskiMerge "Add file system helper functions needed by the...
2022-04-07 Mateusz MajewskiActually pass the struct to the callback 93/273493/6
2022-04-07 Adam MichalskiAdd file system helper functions needed by the service 00/272800/15
2022-04-07 Mateusz MajewskiCatch exceptions in main 53/273553/2 accepted/tizen/unified/20220411.214608 submit/tizen/20220407.114234
2022-03-29 Mateusz MajewskiAdd some sample methods 30/272730/9
2022-03-23 Mateusz MajewskiDrop unnecessary name 29/272729/1
2022-03-22 Mateusz MajewskiAdd dbus service skeleton 03/272603/9
2022-03-17 Arkadiusz Nowakinitial test 60/272360/9
2022-03-14 Mateusz MajewskiInitial template 94/272094/5