aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-27Implement default config (fix #2484)Anton Tananaev
2016-10-27Don't specify branchAnton Tananaev
2016-10-27Explicitly use master branchAnton Tananaev
2016-10-27Use relative path for submoduleAnton Tananaev
2016-10-27Add traccar-web as a submoduleAnton Tananaev
2016-10-25Merge pull request #2481 from Abyss777/coordinatesAnton Tananaev
Add exclusion for valid positions to CoordinatesHandler
2016-10-25Expand expressionAbyss777
2016-10-25Improved checks of last and new positionAbyss777
2016-10-25Remove default values and improve the logicAbyss777
2016-10-25Add Bofan unit test casesAnton Tananaev
2016-10-25Fix unit test issueAnton Tananaev
2016-10-25Fix U-pro decoder patterAnton Tananaev
2016-10-24Add exclusion for valid positions to CoordinatesHandlerAbyss777
2016-10-25Merge pull request #2480 from Abyss777/coordinatesAnton Tananaev
Add maximum coordinates error to CoordinatesHandler
2016-10-24Add maximum coordinates error to CoordinatesHandlerAbyss777
2016-10-24Correctly decode negative coords (fix #2479)Anton Tananaev
2016-10-23Merge pull request #2470 from Abyss777/reset_distanceAnton Tananaev
Implement reset total distance API
2016-10-23Rename API pathAbyss777
2016-10-22Implement reset total distance APIAbyss777
2016-10-22Another readme file updateAnton Tananaev
2016-10-22Add Meiligao decoder unit testAnton Tananaev
2016-10-22Update readme fileAnton Tananaev
2016-10-21Merge pull request #2467 from Abyss777/sticky_attributesAnton Tananaev
Copy some attributes from last position
2016-10-21Add an example of parameterAbyss777
2016-10-21Implement copy attributes from last positionAbyss777
2016-10-21Merge pull request #2466 from Abyss777/device_management_infoAnton Tananaev
Extend device model with management info
2016-10-21Rename type to categoryAbyss777
2016-10-20Extend device model with management infoAbyss777
2016-10-20Decode HuaSheng validity flagAnton Tananaev
2016-10-20Merge pull request #2461 from renaudallard/masterAnton Tananaev
Log device uniqueId in filters logging
2016-10-20Kill EventHandlerTest class, it has been replaced by BaseTestRenaud Allard
2016-10-20Create a BaseTest class and reuse itRenaud Allard
2016-10-20Merge branch 'master' of https://github.com/tananaev/traccarRenaud Allard
2016-10-20Reuse EvenHandlerTest deviceRenaud Allard
rename log message variable
2016-10-20Merge pull request #2464 from Abyss777/export_excelAnton Tananaev
Fix export empty reports to Excel
2016-10-20- Fix export empty reportsAbyss777
- Cleanup templates metadata
2016-10-20Merge pull request #2448 from Abyss777/export_excelAnton Tananaev
Implement export reports to excel
2016-10-20Use heuristics for H02 message lengthAnton Tananaev
2016-10-20Support Ruptela extended format (fix #2460)Anton Tananaev
2016-10-20Don't cache user password (fix #2455)Anton Tananaev
2016-10-19Merge conflict in debug.xmlAbyss777
2016-10-19- Filter events on server sideAbyss777
- Use common path for templates - Filter events about geofences that user do not have access (minor security fix) - Removed unused function - Visual templates improvements
2016-10-19Merge branch 'master' of https://github.com/tananaev/traccarRenaud Allard
2016-10-19Log device uniqueId in filters loggingRenaud Allard
This combined with another commit to traccar-web makes it easier to see which device has been filtered.
2016-10-19Remove semi-colons from SQL queriesAnton Tananaev
2016-10-19Merge pull request #2454 from geekineers/fix-dockerfile-userAnton Tananaev
Fix current user for alpine in Dockerfile
2016-10-19Fix current user for alpine in DockerfileMiguel Cabral
2016-10-18Small modifications to filter handlerAnton Tananaev
2016-10-18Merge pull request #2450 from renaudallard/masterAnton Tananaev
Log which filters have been used
2016-10-18Rename variable p into position in filter checkingRenaud Allard