aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/database
AgeCommit message (Expand)Author
2015-12-07Replace factory method with reflectionAnton Tananaev
2015-12-07Fix compilation error in data managerAnton Tananaev
2015-12-07Refactor identity manager implementationAnton Tananaev
2015-12-02Add positions resource to the REST APIAnton Tananaev
2015-12-02Implement server config update APIAnton Tananaev
2015-12-01Remove Clazz utility classAnton Tananaev
2015-12-01Refactor base and other resource classesAnton Tananaev
2015-11-27Merge tananaev/masterRafael Guterres
2015-11-27Initial implementation of new api with jax-rs.Rafael Guterres
2015-11-24Add statements pooling configurationAnton Tananaev
2015-11-21Merge tananaev/masterRafael Guterres
2015-11-21Add support to generic resources and refactor in classes to support types and...Rafael Guterres
2015-11-20Check if device exists before updateAnton Tananaev
2015-11-17Implement timeout for device statusAnton Tananaev
2015-11-17Update device status via async web serviceAnton Tananaev
2015-11-16Update device status in the databaseAnton Tananaev
2015-11-14Update queries in config filesAnton Tananaev
2015-11-11Remove unused java class importAnton Tananaev
2015-11-11Remove extra device status loggingAnton Tananaev
2015-11-09Change log messages formattingAnton Tananaev
2015-11-09Add initial code for device statusAnton Tananaev
2015-11-04Fix misc check style issuesAnton Tananaev
2015-10-24Support queries with resultAnton Tananaev
2015-10-17Add linking and unlinking of devicesAnton Tananaev
2015-10-14Fix some check style issuesAnton Tananaev
2015-10-09Fix some FindBugs and style issuesAnton Tananaev
2015-10-08Check for null in query builderAnton Tananaev
2015-10-08Clean up reported PMD issuesAnton Tananaev
2015-10-04Remove implied interface modifiersAnton Tananaev
2015-10-04Fix some PMD reported bugsAnton Tananaev
2015-10-04Remove trailing whitespaces from codeAnton Tananaev
2015-10-01Replace object with system methodAnton Tananaev
2015-09-23Fix complication problemAnton Tananaev
2015-09-15Rename other field to attributesAnton Tananaev
2015-09-06For #1395 - updated 'web.type' values to lower caseVitaly Litvak
2015-09-05For #1395 - initialize API for old interface, added possibility to expose onl...Vitaly Litvak
2015-08-05Fix date and time formatting issuesAnton Tananaev
2015-08-02Add database schema versionAnton Tananaev
2015-08-01Remove disconnected devices from activeAnton Tananaev
2015-07-26Fix minor java warningAnton Tananaev
2015-07-25Update sessions user infoAnton Tananaev
2015-07-21Add support for XML formatAnton Tananaev
2015-07-18Ignore XML in other columnAnton Tananaev
2015-07-17Start re-factoring commandsAnton Tananaev
2015-07-17Rename package from http to webAnton Tananaev
2015-07-15Store extra data in JSON formatAnton Tananaev
2015-07-14Reduce dependencies on data manager (fix #954)Anton Tananaev
2015-07-14Support forwarding of data (fix #1131)Anton Tananaev
2015-07-14Use try with resourcesAnton Tananaev
2015-07-14Use diamond operator for genericsAnton Tananaev