aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-16GT06 Added alarm decoder for status packetsAbyss777
2016-08-16- Added alarm decoding for 5 protocolsAbyss777
2016-08-15Merge pull request #2215 from Abyss777/speed_thresholdAnton Tananaev
Made speed threshold configurable
2016-08-15- Made speed threshold configurableAbyss777
- Added Context.getDouble()
2016-08-14Use lower camel-case for attributesAnton Tananaev
2016-08-14Merge pull request #2211 from Abyss777/distanceAnton Tananaev
Changed way of summary distance calculation
2016-08-14- Added rounding for some valuesAbyss777
- Some changes in casting objects - Renamed General to Summary
2016-08-14Use relative URLs for web appAnton Tananaev
2016-08-13Added rounding for total distanceAbyss777
2016-08-13- Split distance to distance and total distanceAbyss777
- Switch summary report to total distance - Move DistanceHandler after filters in pipeline - Other accompanying changes
2016-08-12Removed unused importsAbyss777
2016-08-12Removed unnecessary roundingAbyss777
2016-08-12Calculate summary distance with help of "odometer" or "distance" attributeAbyss777
2016-08-12Always calculate distanceAbyss777
2016-08-12Merge pull request #2206 from Abyss777/ignitionAnton Tananaev
Ignition and Motor Hours
2016-08-12- Removed decimal partAbyss777
- Fixed license header
2016-08-12- Fixed casting ignition object to booleanAbyss777
- Renamed motorHours to engineHours - Changed engine hours formatter to just hours - Added previously missed license headers to reports - Added Andrey Kunitsyn to some license headers
2016-08-11Improve Visiontek protocol decoderAnton Tananaev
2016-08-11Reverted VisiontekProtocolDecoder, it is need deep fixAbyss777
2016-08-11Added motor hours to webAbyss777
2016-08-11- Enabled IgnitionEventHandler in pipelineAbyss777
- Added motorHours to SummaryReport - Added ignition to test-generator.py
2016-08-11Added strings for ignition eventsAbyss777
2016-08-11Added message templates for alarm and ignition eventsAbyss777
2016-08-11- Added IgnitionEventHandlerAbyss777
- Added unit test for some EventHandlers - Changed a bit IdentityManager to fit EventHandlerTest
2016-08-11Changed KEY_IGNITION to boolean in 3 protocolsAbyss777
2016-08-10Merge pull request #2197 from Abyss777/reports_webAnton Tananaev
Initial implementation Report API for web
2016-08-10Forget oneAbyss777
2016-08-10Used import instead of full nameAbyss777
2016-08-10- Used constants in ReportResourceAbyss777
- Renamed variables and functions in ReportController - Changed Strings - Fixed year
2016-08-10Workaround for CalAmp issueAnton Tananaev
2016-08-10Merge pull request #2202 from stevenbouma/masterAnton Tananaev
Update swagger documentation
2016-08-10Adjusted swagger.json, query parameters for GET /positions are not marked ↵Steven Bouma
required. This allows generated clients to call /positions with or without additional parameters. Also updated Position model to include deviceId.
2016-08-09Select only positionsAbyss777
2016-08-09- Fixed csv MIME type and added response headerAbyss777
- Added 3 report types - Changed some Strings - Fixed jscs issues in other files
2016-08-08- Added deviceId in SummaryReportAbyss777
- Response bare array for application/json - Migrate to /api/reports/route in web-interface
2016-08-08Merge pull request #2188 from ninioe/masterAnton Tananaev
Automatically login remembered user
2016-08-08remove languages with no translated stringsninioe
2016-08-08Merge pull request #2190 from Abyss777/reportsAnton Tananaev
Implement reports API calls
2016-08-08Add coordinates filter (fix #2192)Anton Tananaev
2016-08-08Removed addLine and addField functionsAbyss777
2016-08-08- Used @Consumes and @Produces instead of direct header accessAbyss777
- Renamed General to Summary - Other changes
2016-08-08Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-08-07Update all language filesAnton Tananaev
2016-08-07add language files backninioe
2016-08-07fix references namesninioe
2016-08-07Checkstyle error fixninioe
2016-08-07Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
# Conflicts: # web/app/view/LoginController.js
2016-08-07check user cookies on server side before login dialogninioe
2016-08-07Fixed typo in notification formatterAnton Tananaev
2016-08-06Decode Teltonika parameters (fix #2171)Anton Tananaev