summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/src/policy_manager_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/cloud_app_transport' into feature/base_app_services_imp...Jacob Keeler2019-03-071-8/+43
|\
| * Implement cloud app properties revisionfeature/cloud_app_properties_revisionsjacobkeeler2019-03-061-3/+3
| * Revert "Remove setAppName"jacobkeeler2019-03-061-0/+5
| * GetCloudAppProperties (#2824)JackLivio2019-03-011-8/+13
| * Get Icon URL Request (#2823)JackLivio2019-03-011-0/+5
| * Add auth_token to StartServiceACK for cloud appsjacobkeeler2019-02-261-0/+20
* | Update external policies for app services parametersJackLivio2019-01-291-5/+2
* | Change handled_rpc to uint32JackLivio2019-01-231-1/+1
* | External policiesJackLivio2019-01-231-0/+9
|/
* Style fixShobhitAd2018-11-161-1/+1
* Implement InitCloudApp in policy_externalShobhitAd2018-11-161-0/+4
* Address review commentsjacobkeeler2018-11-161-7/+9
* Fix style, add certificate, and add GetEnabledCloudAppsjacobkeeler2018-11-091-0/+7
* Add cloud app parameters to external policiesjacobkeeler2018-11-091-0/+34
* Merge pull request #2648 from JackLivio/fix/allow_user_consent_for_default_gr...JackLivio2018-10-031-13/+2
|\
| * Remove unused variablesJackLivio2018-10-021-4/+0
| * Allows User Consent for Default Functional GroupsJackLivio2018-10-011-9/+2
* | Fix/sdl_does_not_send SDL.OnStatusUpdate(UPDATE_NEEDED) (#2494)Andriy Byzhynar (GitHub)2018-10-021-4/+5
|/
* Address commentsJackLivio2018-09-201-3/+3
* Fix typoJackLivio2018-09-201-2/+2
* Update based on commentsJackLivio2018-09-201-35/+25
* Add filtering for policy table parametersJackLivio2018-09-191-3/+116
* Add function to filter invalid parametres and RPCsAlexander Kutsan2018-09-101-1/+46
* fixup! remove struct timeval and use boost time_duration insteadLitvinenkoIra2018-08-311-1/+1
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-08-101-34/+21
|\
| * Replace utils::SharedPtr with std::shared_ptr and fix its usage for external ...Ira Lytvynenko (GitHub)2018-07-201-3/+3
| * style fixConlain Kelly2018-07-181-5/+5
| * Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-15/+15
| * Remove remote control flagIra Lytvynenko (GitHub)2018-06-261-15/+2
* | Merge branch 'develop' into feature/boost_datetime_implementationconlain-k2018-06-251-5/+0
|\ \ | |/
| * Added logic related to certificate savingfix/fix_certificate_saving_after_ptuAKalinich-Luxoft2018-06-181-5/+0
* | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-181-1/+1
|/
* Implement external proprietary policy for expandable designAndriy Byzhynar2018-05-241-0/+19
* Fix infinite PTU when invalid PT, then a valid PT is receivedfix/retry_after_failed_ptujacobkeeler2018-04-161-2/+1
* Fix style issuesjacobkeeler2018-04-121-6/+5
* Don't force a PTU when an invalid PT is receivedhotfix/invalid_ptu_loopjacobkeeler2018-04-091-2/+8
* Move checking if app revoked in the begining of check PermissionsAlex Kutsan2018-03-291-11/+11
* Process setting user concent if group permissions are emptyAlex Kutsan2018-03-291-4/+0
* Avoid adding RC groups in external policy flowAlex Kutsan2018-03-291-12/+1
* Add apropriate logging in policy flowAlex Kutsan2018-03-281-1/+4
* Fixes coding styleAndrey Oleynik (GitHub)2018-01-181-2/+2
* Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2018-01-181-0/+6
* Fix PTU applying for default app policy sectionAKalinich-Luxoft2017-09-271-38/+30
* Merge pull request #1620 from AByzhynar/fix/FixFactoryDefaultsJacob Keeler2017-09-071-4/+1
|\
| * Fix SDL behavior in case of MASTER_RESET & FACTORY_DEFAULTSVeronica Veremjova2017-06-211-4/+1
* | Rename Subject struct for policy_externalAKalinich-Luxoft2017-08-301-5/+5
* | Merge pull request #256 from dev-gh/feature/Resources_releasing_additional_ca...Alexander Kutsan (GitHub)2017-08-301-0/+3
|\ \
| * | Adds debug output of PTU in policy managerAndrey Oleynik2017-08-301-0/+3
* | | Remove unused and redundant code from policyAndriy Byzhynar2017-08-301-22/+0
|/ /
* | Replace CheckAccess with CheckModule for BaseCommandRequestAndrey Oleynik2017-08-211-17/+0