aboutsummaryrefslogtreecommitdiff
path: root/debug.xml
AgeCommit message (Collapse)Author
2016-10-11Implement ExtremTrac protocolAnton Tananaev
2016-10-08Implement statistics API callAnton Tananaev
2016-10-03Make status events switchableAbyss777
2016-10-03Start Smokey protocol implementationAnton Tananaev
2016-10-01Remove unused data manager methods (fix #2386)Anton Tananaev
2016-09-30Implement Fifotrack protocolAnton Tananaev
2016-09-27Merge pull request #2349 from dcbastos/masterAnton Tananaev
Adds unknown devices automatically.
2016-09-25Implement server statistics collectionAnton Tananaev
2016-09-22Adds unknown devices automatically.Daniel Bastos
2016-09-22- rename table and unique constraintAbyss777
- rename some functions - optimization and simplification
2016-09-21Add attributes aliasesAbyss777
2016-09-21Implement cGuard communication protocolAnton Tananaev
2016-09-18Add jpkorjar protocol portnyash
2016-09-17Implement OIGO device protocolAnton Tananaev
2016-09-15Implement AutoGrade device protocolAnton Tananaev
2016-09-15Implement Arknav X8 series supportAnton Tananaev
2016-09-02Implement Cradlepoint protocolAnton Tananaev
2016-08-26Implement Raveon communication protocolAnton Tananaev
2016-08-23Implement Hunter Pro protocol (fix #2232)Anton Tananaev
2016-08-11- Enabled IgnitionEventHandler in pipelineAbyss777
- Added motorHours to SummaryReport - Added ignition to test-generator.py
2016-08-05Implement OBD dongle protocolAnton Tananaev
2016-08-03- Optimized SSL connectionAbyss777
- Added "mail.smtp.ssl.trust" parameter
2016-07-29Merge pull request #2163 from Abyss777/overspeed_extensionAnton Tananaev
OverspeedEventHandler enhancement to use attributes
2016-07-28Rename parameterAbyss777
2016-07-28Organized server cacheAbyss777
Moved lookupAttribute function to DeviceManager
2016-07-28Removed suppressing repeated events during analyzing.Abyss777
2016-07-28Fix saving original raw binary dataAnton Tananaev
2016-07-27Added option to rise event only once during overspeed period.Abyss777
2016-07-26Do not store device status in databaseAbyss777
2016-07-26Overspeed handler enhanced to use attributesAbyss777
2016-07-25Added group and server attributesAbyss777
2016-07-25Merge pull request #2149 from Abyss777/lastposition_reorganizationAnton Tananaev
Move lastPosition update to the end of pipeline
2016-07-25Improve history clearing logicAnton Tananaev
2016-07-25- Move lastPosition update to the end of pipelineAbyss777
- Optimize MotionEventHandler to do not use Device.motion - Remove Device.motion from model and database - some optimizations
2016-07-21protect Device positionId on clear historyninioe
2016-07-19Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-19Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-18- Added attributes to devicesAbyss777
- Fixed license header for DeviceManager.java - Fixed editing attributes for not saved (new) object.
2016-07-17- Carcell protocol for devices: cr2000 and cr250.drecchia
2016-07-17Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-17Added AlertEventHandler & Mute button for all notificationsninioe
2016-07-14- Fixed saving parent group when creating new group.Abyss777
- Fixed storing device and group if parent group is not defined. - Fixed Warning in browser console about missed requirements.
2016-07-13Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-13Added possibility to forward all events via POST request.Abyss777
2016-07-13changes Anton asked meninioe
2016-07-13Fix user attributes savingAbyss777
2016-07-12Added support for Alarm popup & positions history cleanerninioe
1. added support for Alarm and Alarm Type in popup and also in history records. can be muted with a toggle button in the UI 2. added a timer to clear positions history once a day. the default is to save positions history for 7 days if not defined in the configuration file. 3. prevent the lock of the UI files (js, html, css, etc..) for wondows developers in debug mode. It's easier to do changes to the UI without stopping the app each time. 4. tools: added support in test-generator.py to simulate Alert, also added minify.bat file to compile new js files for the UI using sencha SDK for windows developers
2016-07-11Ignore unknown devices by defaultAnton Tananaev
2016-07-09Update all configuration filesAnton Tananaev
2016-07-06Granit protocol implementationAbyss777