aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/database
AgeCommit message (Expand)Author
2018-02-02Always initialize MediaManagerAbyss777
2018-01-26Some more code cleanupAnton Tananaev
2018-01-26Clean up unnecessary codeAnton Tananaev
2018-01-23Rename variableAbyss777
2018-01-23Implement scheduled notificationsAbyss777
2018-01-22Use consistent server timeAnton Tananaev
2018-01-11Update group and device cache on group delete.Abyss777
2017-12-28Remove unnecessary Context useAbyss777
2017-12-27Implement device disableAbyss777
2017-12-21Handle null phone (fix #3691)Anton Tananaev
2017-11-27- Fix local login if ldap enabledAbyss777
2017-11-14Do geocoding for every events related positionsAbyss777
2017-11-14Improve LDAPAbyss777
2017-11-11Implement LDAP authenticationAnton Tananaev
2017-10-28Atomic statistics check (fix #3614)Anton Tananaev
2017-10-23Implement command cloningAbyss777
2017-10-22Set deviceId in Saved Command before sendAbyss777
2017-10-20Reverted using QueueAbyss777
2017-10-20Unwrap ternary operatorAbyss777
2017-10-20Use List instead of QueueAbyss777
2017-10-19Implement buffered commandsAbyss777
2017-09-19Rename sent flagsAbyss777
2017-09-19Implement per device NotificationsAbyss777
2017-09-13Re implement "getSupportedCommands" functionAbyss777
2017-09-13Fix security checkAbyss777
2017-09-13- Rename functions "isXxx" to "getUserXxx"Abyss777
2017-09-12Implement Saved CommandsAbyss777
2017-09-07Optimize values parsingAbyss777
2017-09-07Handle correct and incorrect attribute typesAbyss777
2017-09-06Move units to attributes and add volume unitsAbyss777
2017-09-05Remove Attribute Aliases supportAbyss777
2017-08-17Pass Map<Event, Position> to notificationsAbyss777
2017-08-16- Map correct position to delayed event notificationAbyss777
2017-08-14Update DataManager.javatsmgeek
2017-08-14Trim/Lowercase email address used for authtsmgeek
2017-08-11Make Overspeed and Motion events handlers singleton and move some code to fun...Abyss777
2017-08-11Move state updates from ConnectionManager to proper event handlersAbyss777
2017-08-10Implement delayed overspeed eventsAbyss777
2017-08-10Merge pull request #3426 from Abyss777/delayed_motion_eventsAnton Tananaev
2017-08-10Rename variablesAbyss777
2017-08-10Fix compilation issueAnton Tananaev
2017-08-10Minor code cleanupAnton Tananaev
2017-08-09Implement motion detection similar to trips detectionAbyss777
2017-08-04Write all fields on insert actionAbyss777
2017-08-02Add commentAbyss777
2017-08-02Avoid unneeded log record and table name constructionsAbyss777
2017-08-01Fix retrieving objects by unknown tokens/uniqueIdAbyss777
2017-08-01Make query generator switchableAbyss777
2017-08-01Fix buildAbyss777
2017-07-31- Rename QueryAdditional to QueryExtendedAbyss777