aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-08-14Rename parameter and field to "useIgnition"Abyss777
2017-08-14Correct motion state by ignition.Abyss777
2017-08-11Merge pull request #3431 from Abyss777/delayed_overspeedAnton Tananaev
Implement delayed overspeed events
2017-08-11Initialize tripsConfig ones in ContextAbyss777
2017-08-11Make Overspeed and Motion events handlers singleton and move some code to ↵Abyss777
function
2017-08-11Move state updates from ConnectionManager to proper event handlersAbyss777
2017-08-11Fix GL300VC decoding issueAnton Tananaev
2017-08-10Implement delayed overspeed eventsAbyss777
2017-08-10Merge pull request #3426 from Abyss777/delayed_motion_eventsAnton Tananaev
Implement motion detection similar to trips detection
2017-08-10Rename variablesAbyss777
2017-08-10Support seconds for TramigoAnton Tananaev
2017-08-10Fix compilation issueAnton Tananaev
2017-08-10Minor code cleanupAnton Tananaev
2017-08-09Implement motion detection similar to trips detectionAbyss777
2017-08-07Remove "auth" parameter as not necessaryAbyss777
2017-08-05Fix Cradlepoint RSSI decodingAnton Tananaev
2017-08-05Merge pull request #3416 from Abyss777/fix_3411Anton Tananaev
Write all fields on insert action
2017-08-04Write all fields on insert actionAbyss777
2017-08-04Decode GV500VC rssi valueAnton Tananaev
2017-08-04Improve VT400 protocol decoderAnton Tananaev
2017-08-02Add commentAbyss777
2017-08-02Avoid unneeded log record and table name constructionsAbyss777
2017-08-02Merge pull request #3406 from Abyss777/fix_unknown_uniqueidAnton Tananaev
Fix retrieving objects by unknown tokens/uniqueId
2017-08-02Implement TLV communication protocolAnton Tananaev
2017-08-02Update GB100 binary decoderAnton Tananaev
2017-08-01Fix retrieving objects by unknown tokens/uniqueIdAbyss777
2017-08-01Make query generator switchableAbyss777
2017-08-01Merge pull request #3402 from Abyss777/construct_requestsAnton Tananaev
Implement SQL requests construction
2017-08-01Option to limit report periodAnton Tananaev
2017-08-01Fix buildAbyss777
2017-07-31- Rename QueryAdditional to QueryExtendedAbyss777
- Use Introspector.decapitalize - Replace new lines with spaces - Fixed indentation - Fixed extended query name
2017-07-31Implement SQL requests constructionAbyss777
2017-07-28Combine some GET functionsAbyss777
2017-07-28Merge pull request #3396 from Abyss777/combine_resourcesAnton Tananaev
Combine PUT/POST/DELETE functions in object resources
2017-07-28One more condition optimizingAbyss777
2017-07-27Optimize a few IFsAbyss777
2017-07-27Replace getClassByName function to switchAbyss777
2017-07-27Initialize some maps, because they might be accessed before initialized.Abyss777
2017-07-27Implement BaseObjectResource generic and combine PUT/POST/DELETE functionsAbyss777
2017-07-27Merge pull request #3391 from Abyss777/refactor_drivers_groupsAnton Tananaev
Split Drivers and Groups management
2017-07-27Remove group typecastAbyss777
2017-07-27Extend VT200 protocol decoderAnton Tananaev
2017-07-26- Implement base manager classes as genericsAbyss777
- Remame getDeviceById and getDeviceByUniqueId functions
2017-07-26Override getById in all managersAbyss777
2017-07-26Split Drivers and Groups managementAbyss777
2017-07-25Move users management to separate managerAbyss777
2017-07-25Merge pull request #3385 from Abyss777/optimize_managersAnton Tananaev
Few managers optimizations
2017-07-25Use function for removingAbyss777
2017-07-25Implement missing XT2400 parametersAnton Tananaev
2017-07-24Fix order of objects constructionsAbyss777