summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/src
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrectly saved RequestType and RequestSubType, which caused silent err...fix/gather_request_typesjacobkeeler2018-09-132-32/+0
* fixup! remove struct timeval and use boost time_duration insteadLitvinenkoIra2018-08-311-1/+1
* Merge pull request #2549 from JackLivio/fix/allow_empty_module_type_array_in_ptJackLivio2018-08-293-7/+48
|\
| * Add moduleType functions to sql_pt_extJackLivio2018-08-281-0/+18
| * Check styleJackLivio2018-08-281-1/+1
| * Allow empty moduleType array in PTJackLivio2018-08-282-8/+31
* | Merge pull request #2278 from smartdevicelink/feature/boost_datetime_implemen...Jacob Keeler2018-08-284-10/+9
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/develop' into feature/boost_datetime_imp...jacobkeeler2018-08-222-8/+51
| |\
| * \ Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-08-1012-114/+78
| |\ \
| * | | Style fixConlain Kelly2018-06-251-2/+1
| * | | Merge branch 'develop' into feature/boost_datetime_implementationconlain-k2018-06-251-5/+0
| |\ \ \
| * | | | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-184-9/+9
* | | | | Merge remote-tracking branch 'origin/develop' into feature/full_app_idfeature/full_app_idJackLivio2018-08-232-8/+51
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #2406 from AKalinich-Luxoft/fix/fix_policy_parameters_perm...JackLivio2018-08-171-8/+30
| |\ \ \ \
| | * | | | Remove app link mentionJackLivio2018-08-171-1/+0
| | * | | | Updated permissions calc logic according to commentsAndrii Kalinich2018-08-061-22/+21
| | * | | | Fixed RPC parameters permission calculation according to requirementsAKalinich-Luxoft2018-07-201-21/+45
| * | | | | New RC modules initial implementationAlexander2018-08-161-0/+21
| | |_|_|/ | |/| | |
* | | | | yet another style fixConlain Kelly2018-08-092-5/+9
* | | | | set full_app_id_supported in initial snapshot generationConlain Kelly2018-08-092-1/+15
|/ / / /
* | | | remove Lock(bool) constructorsConlain Kelly2018-07-302-5/+2
|/ / /
* | | Replace utils::SharedPtr with std::shared_ptr and fix its usage for external ...Ira Lytvynenko (GitHub)2018-07-203-5/+5
* | | style fixConlain Kelly2018-07-184-9/+6
* | | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-189-49/+49
* | | Merge pull request #2208 from smartdevicelink/feature/rc_seatJackLivio2018-07-131-0/+7
|\ \ \
| * | | New RC module SEATIra Lytvynenko2018-06-261-0/+7
* | | | Merge pull request #2291 from smartdevicelink/feature/new_vehicle_data_EPB_st...JackLivio2018-07-101-0/+7
|\ \ \ \
| * | | | Add electronic park brake status data parameterConlain Kelly2018-06-181-0/+7
| | |/ / | |/| |
* | | | Merge pull request #2293 from smartdevicelink/feature/data_turn_signalfix/remove_commented_codefeature/make_makeshared_support_variadic_templatesfeature/increase_policy_utests_speedJackLivio2018-06-291-7/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Add turn signal data to api and testsConlain Kelly2018-06-211-7/+7
| | |/ | |/|
* | | Remove remote control flagIra Lytvynenko (GitHub)2018-06-265-47/+3
|/ /
* | Added logic related to certificate savingfix/fix_certificate_saving_after_ptuAKalinich-Luxoft2018-06-181-5/+0
|/
* Remove redundant enum and update logic accordinglyAndriy Byzhynar2018-05-301-25/+3
* Fix code according to review commentsIryna Lytvynenko2018-05-241-24/+15
* Implement external proprietary policy for expandable designAndriy Byzhynar2018-05-249-27/+375
* Initial implementation of Expandable Design for Proprietary Data ExchangeAndriy Byzhynar (GitHub)2018-05-241-0/+8
* Merge branch 'develop' into feature/new_vehicle_data_fuel_rangefeature/new_vehicle_data_fuel_rangeJackLivio2018-05-211-0/+7
|\
| * Add `engineOilLife` vehicle datafeature/engine_oil_lifejacobkeeler2018-04-261-0/+7
* | Implement Fuel Range Vehicle Data ParameterJackLivio2018-05-031-0/+7
|/
* 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
* Additional fixes for 2072fix/load_service_type_as_string_from_backup_ptJackLivio2018-04-041-4/+4
* External Proprietary Lock Screen URL FixJackLivio2018-03-292-6/+2
* 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-282-4/+7
* Run Style ScriptJackLivio2018-02-141-4/+6
* Merge pull request #1962 from fronneburg/fix/Issue_1961JackLivio2018-02-131-14/+67
|\