aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-06Hide status panel by default on mobileAnton Tananaev
2015-12-06Combine decoder and encoder test utilsAnton Tananaev
2015-12-03Remove unused class importsAnton Tananaev
2015-12-03Implement command support for MeiligaoAnton Tananaev
2015-12-02Implement error handling for REST APIAnton Tananaev
2015-12-02Add positions resource to the REST APIAnton Tananaev
2015-12-02Initial wiring of users and devices APIsAnton Tananaev
2015-12-02Implement server config update APIAnton Tananaev
2015-12-02Clean up unused imports and var namesAnton Tananaev
2015-12-02Use annotations for resource access controlAnton Tananaev
2015-12-02Implement REST login in the web appAnton Tananaev
2015-12-02Share session between two API versionsAnton Tananaev
2015-12-02Start web app migration to REST APIAnton Tananaev
2015-12-02Minor refactoring in web server classAnton Tananaev
2015-12-02Add session authentication optionAnton Tananaev
2015-12-02Add H02 protocol LBS message sampleAnton Tananaev
2015-12-01Add session resource for authenticationAnton Tananaev
2015-12-01Replace MOXy with Jackson implementationAnton Tananaev
2015-12-01Merge branch 'rest' into masterAnton Tananaev
2015-12-01Fix warning reported by FindBugs toolAnton Tananaev
2015-12-01Remove Clazz utility classAnton Tananaev
2015-12-01Refactor security request filteringAnton Tananaev
2015-12-01Minor cleanup of security context classAnton Tananaev
2015-12-01Refactor base and other resource classesAnton Tananaev
2015-12-01Explicitly register resource classesAnton Tananaev
2015-12-01Remove unused methods and classesAnton Tananaev
2015-12-01Remove response builder utility classAnton Tananaev
2015-12-01Move role definitions to user modelAnton Tananaev
2015-12-01Rename file as wellAnton Tananaev
2015-12-01Rename CORS response filterAnton Tananaev
2015-12-01Explicitly register REST filtersAnton Tananaev
2015-11-30Merge master of guterresrafael/traccar into restAnton Tananaev
2015-11-30Print remote address for unknown devicesAnton Tananaev
2015-11-30Always pass remote address to identify methodAnton Tananaev
2015-11-28Fix GPS103 LBS regex pattern (fix #1558)Anton Tananaev
2015-11-27Fix distance and speed values conversionAnton Tananaev
2015-11-27Merge tananaev/masterRafael Guterres
Conflicts: src/org/traccar/web/WebServer.java
2015-11-27Merge tananaev/masterRafael Guterres
Conflicts: src/org/traccar/web/WebServer.java
2015-11-27Initial implementation of new api with jax-rs.Rafael Guterres
Revert servlets to old api and remove plurals. Fix findbugs for header origin.
2015-11-27Host database console using JettyAnton Tananaev
2015-11-27Remove unused imports and variableAnton Tananaev
2015-11-27Option to enable H2 database consoleAnton Tananaev
2015-11-25Implement TK103 alarm messages supportAnton Tananaev
2015-11-25Improve H02 protocol decoder regexAnton Tananaev
2015-11-25Support Teltonika messages without locationAnton Tananaev
2015-11-24Fix Ulbotech event data decodingAnton Tananaev
2015-11-24Add Ulbotech frame decoder testAnton Tananaev
2015-11-24Fix Tytan temperature data decodingAnton Tananaev
2015-11-24Add statements pooling configurationAnton Tananaev
2015-11-22Fix a bug in http forwarding handlerAnton Tananaev