Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-11 | Changed KEY_IGNITION to boolean in 3 protocols | Abyss777 | |
2016-08-10 | Merge pull request #2197 from Abyss777/reports_web | Anton Tananaev | |
Initial implementation Report API for web | |||
2016-08-10 | Forget one | Abyss777 | |
2016-08-10 | Used import instead of full name | Abyss777 | |
2016-08-10 | - Used constants in ReportResource | Abyss777 | |
- Renamed variables and functions in ReportController - Changed Strings - Fixed year | |||
2016-08-10 | Workaround for CalAmp issue | Anton Tananaev | |
2016-08-09 | - Fixed csv MIME type and added response header | Abyss777 | |
- Added 3 report types - Changed some Strings - Fixed jscs issues in other files | |||
2016-08-08 | - Added deviceId in SummaryReport | Abyss777 | |
- Response bare array for application/json - Migrate to /api/reports/route in web-interface | |||
2016-08-08 | Merge pull request #2188 from ninioe/master | Anton Tananaev | |
Automatically login remembered user | |||
2016-08-08 | Merge pull request #2190 from Abyss777/reports | Anton Tananaev | |
Implement reports API calls | |||
2016-08-08 | Add coordinates filter (fix #2192) | Anton Tananaev | |
2016-08-08 | Removed addLine and addField functions | Abyss777 | |
2016-08-08 | - Used @Consumes and @Produces instead of direct header access | Abyss777 | |
- Renamed General to Summary - Other changes | |||
2016-08-07 | fix references names | ninioe | |
2016-08-07 | Checkstyle error fix | ninioe | |
2016-08-07 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
# Conflicts: # web/app/view/LoginController.js | |||
2016-08-07 | check user cookies on server side before login dialog | ninioe | |
2016-08-07 | Fixed typo in notification formatter | Anton Tananaev | |
2016-08-06 | Decode Teltonika parameters (fix #2171) | Anton Tananaev | |
2016-08-06 | Refactor Castel protocol decoder | Anton Tananaev | |
2016-08-06 | Support temperature for TK103 protocol | Anton Tananaev | |
2016-08-06 | Fix an issue in Castel decoder | Anton Tananaev | |
2016-08-05 | Implement OBD dongle protocol | Anton Tananaev | |
2016-08-05 | Do not repeat header for every device | Abyss777 | |
2016-08-05 | - Moved GeneralReport to separate file | Abyss777 | |
- Removed unnecessary getOut function - Added methods sorting | |||
2016-08-05 | - Added distance rounding | Abyss777 | |
- Fixed charset | |||
2016-08-05 | Merge pull request #2166 from Abyss777/alarms | Anton Tananaev | |
Organized alarms in the first part of protocols | |||
2016-08-05 | - Removed OIL_CUT | Abyss777 | |
- Renamed guard to armed - Style fixes and optimizations | |||
2016-08-04 | Fix codestyle issue with if condition | Anton Tananaev | |
2016-08-04 | Exception for Teltonika status (fix #2100) | Anton Tananaev | |
2016-08-04 | General report implementation | Abyss777 | |
2016-08-04 | - Moved retrieving Accept to BaseResource | Abyss777 | |
- Added Events report - Removed deviceIds from csv | |||
2016-08-04 | - Added getGroupDevices to PermissionsManager | Abyss777 | |
- Implemented Route Report | |||
2016-08-04 | Fix NullPointer exception without 'mail.smtp.username' in config. | Abyss777 | |
2016-08-04 | Fix Gator frame decoder params | Anton Tananaev | |
2016-08-03 | Fix Tzone frame decoder (fix #2183) | Anton Tananaev | |
2016-08-03 | Fix mail session creating | Abyss777 | |
2016-08-03 | - Optimized SSL connection | Abyss777 | |
- Added "mail.smtp.ssl.trust" parameter | |||
2016-08-01 | Small optimization | Abyss777 | |
2016-08-01 | Removed jamming | Abyss777 | |
2016-08-01 | - Added a few more protocols | Abyss777 | |
- Removed useless alarms - Optimizations | |||
2016-08-01 | Check OsmAnd messages for device id | Anton Tananaev | |
2016-07-29 | Organized alarms in the first part of protocols | Abyss777 | |
2016-07-29 | Replace Jetty import with Netty alternative | Anton Tananaev | |
2016-07-29 | Include content length in OsmAnd response | Anton Tananaev | |
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 | |