Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-03 | Make status events switchable | Abyss777 | |
2016-10-03 | Start Smokey protocol implementation | Anton Tananaev | |
2016-10-01 | Remove unused data manager methods (fix #2386) | Anton Tananaev | |
2016-09-30 | Implement Fifotrack protocol | Anton Tananaev | |
2016-09-27 | Merge pull request #2349 from dcbastos/master | Anton Tananaev | |
Adds unknown devices automatically. | |||
2016-09-25 | Implement server statistics collection | Anton Tananaev | |
2016-09-22 | Adds unknown devices automatically. | Daniel Bastos | |
2016-09-22 | - rename table and unique constraint | Abyss777 | |
- rename some functions - optimization and simplification | |||
2016-09-21 | Add attributes aliases | Abyss777 | |
2016-09-21 | Implement cGuard communication protocol | Anton Tananaev | |
2016-09-18 | Add jpkorjar protocol port | nyash | |
2016-09-17 | Implement OIGO device protocol | Anton Tananaev | |
2016-09-15 | Implement AutoGrade device protocol | Anton Tananaev | |
2016-09-15 | Implement Arknav X8 series support | Anton Tananaev | |
2016-09-02 | Implement Cradlepoint protocol | Anton Tananaev | |
2016-08-26 | Implement Raveon communication protocol | Anton Tananaev | |
2016-08-23 | Implement Hunter Pro protocol (fix #2232) | Anton Tananaev | |
2016-08-11 | - Enabled IgnitionEventHandler in pipeline | Abyss777 | |
- Added motorHours to SummaryReport - Added ignition to test-generator.py | |||
2016-08-05 | Implement OBD dongle protocol | Anton Tananaev | |
2016-08-03 | - Optimized SSL connection | Abyss777 | |
- Added "mail.smtp.ssl.trust" parameter | |||
2016-07-29 | Merge pull request #2163 from Abyss777/overspeed_extension | Anton Tananaev | |
OverspeedEventHandler enhancement to use attributes | |||
2016-07-28 | Rename parameter | Abyss777 | |
2016-07-28 | Organized server cache | Abyss777 | |
Moved lookupAttribute function to DeviceManager | |||
2016-07-28 | Removed suppressing repeated events during analyzing. | Abyss777 | |
2016-07-28 | Fix saving original raw binary data | Anton Tananaev | |
2016-07-27 | Added option to rise event only once during overspeed period. | Abyss777 | |
2016-07-26 | Do not store device status in database | Abyss777 | |
2016-07-26 | Overspeed handler enhanced to use attributes | Abyss777 | |
2016-07-25 | Added group and server attributes | Abyss777 | |
2016-07-25 | Merge pull request #2149 from Abyss777/lastposition_reorganization | Anton Tananaev | |
Move lastPosition update to the end of pipeline | |||
2016-07-25 | Improve history clearing logic | Anton Tananaev | |
2016-07-25 | - Move lastPosition update to the end of pipeline | Abyss777 | |
- Optimize MotionEventHandler to do not use Device.motion - Remove Device.motion from model and database - some optimizations | |||
2016-07-21 | protect Device positionId on clear history | ninioe | |
2016-07-19 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-19 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-18 | - Added attributes to devices | Abyss777 | |
- 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-17 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-17 | Added AlertEventHandler & Mute button for all notifications | ninioe | |
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-13 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-13 | Added possibility to forward all events via POST request. | Abyss777 | |
2016-07-13 | changes Anton asked me | ninioe | |
2016-07-13 | Fix user attributes saving | Abyss777 | |
2016-07-12 | Added support for Alarm popup & positions history cleaner | ninioe | |
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-11 | Ignore unknown devices by default | Anton Tananaev | |
2016-07-09 | Update all configuration files | Anton Tananaev | |
2016-07-06 | Granit protocol implementation | Abyss777 | |
2016-07-06 | Implement ATL L100 protocol for VTS | Anton Tananaev | |
2016-06-26 | Added notifications via email | Abyss777 | |
Added notifications settings |