aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/database/DataManager.java
AgeCommit message (Expand)Author
2016-07-15Move code related to devices to DeviceManagerAbyss777
2016-07-13Reduce locks of devicesAbyss777
2016-07-11- Split geofence refresh on 3 functionsAbyss777
2016-07-10Disable group cache updatesAnton Tananaev
2016-06-26Added notifications via emailAbyss777
2016-06-15Use variablesAbyss777
2016-06-15Fix rare Stack Overflow while server idleAbyss777
2016-06-15- Work only with cached devices from everywhereAbyss777
2016-06-14Current device geofences should survive cache updateAbyss777
2016-06-14- Overlapping geofencesAbyss777
2016-06-10Fixed broken repeated event suppressionAbyss777
2016-06-10GeofencesAbyss777
2016-06-09Default connection initialization queryAnton Tananaev
2016-06-06- Fix hikari connection check sql.drecchia
2016-06-01- Fixed code style.drecchia
2016-06-01Merge branch 'master' of https://github.com/tananaev/traccardrecchia
2016-06-01- Minor changes as requested in pull request.drecchia
2016-05-31- Fixed style issues.drecchia
2016-05-30- Replaced connection poll from c3p0 to HikariCP.drecchia
2016-05-30- Style fixes (use lower camel case in all cases)Abyss777
2016-05-27- Synchronization device cache on updateLatestPosition and updateDeviceStatusAbyss777
2016-05-26Events subsystemAbyss777
2016-05-04Merge branch 'master' into command_frameworkGabor Somogyi
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-05-03Removed database.selectLatestPositionGábor Somogyi
2016-04-27Command framework ugly hack versionGábor Somogyi
2016-04-20Protect against cyclic hierarchyAnton Tananaev
2016-04-17Fix static code analysis issuesAnton Tananaev
2016-04-16Remove legacy SQL query attributesAnton Tananaev
2016-04-16Remove old web API serviceAnton Tananaev
2016-03-25Invalidate cache on database updateAnton Tananaev
2016-03-21Make data manager thread safe (fix #1808)Anton Tananaev
2016-03-09Implement API resource for groupsAnton Tananaev
2016-03-08Add select group permissions queryAnton Tananaev
2016-03-08Add group queries and recourseAnton Tananaev
2016-03-08Add new and update old data modelsAnton Tananaev
2016-01-18Add flag to ignore unknown devicesAnton Tananaev
2016-01-05Ignore Liquibase changelog checksum valuesAnton Tananaev
2015-12-24Dynamically add driver path to classpathAnton Tananaev
2015-12-18Add user creation to database changelogAnton Tananaev
2015-12-18Finish Liquibase migration implementationAnton Tananaev
2015-12-17Implement changeset for version 3.0Anton Tananaev
2015-12-17Start Liquibase library integrationAnton Tananaev
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-01Remove Clazz utility classAnton Tananaev
2015-12-01Refactor base and other resource classesAnton Tananaev
2015-11-27Merge tananaev/masterRafael Guterres