aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/Context.java
AgeCommit message (Expand)Author
2018-10-17Sanitize all JSON stringsAnton Tananaev
2018-10-16Remove unnecessary methodsAnton Tananaev
2018-10-03Fix geocoder issue (#4073)Anton Tananaev
2018-09-30Use DefaultServlet instead of ResourceHandlerAnton Tananaev
2018-09-29Re-implement mail notificatorAnton Tananaev
2018-09-24Add Base Adresse Nationale reverse geocoder (fix #3769)Olivier Girondel
2018-09-22Fix date formatting (fix #4063)Anton Tananaev
2018-09-14Add Windows service supportAnton Tananaev
2018-09-14Log using slf4j and java loggingAnton Tananaev
2018-08-05Update Java dependencies and fix issuesAnton Tananaev
2018-06-27- Rename NotificationException to MessageExceptionAbyss777
2018-06-26Merge remote-tracking branch 'ivanfmartinez/notifications'Abyss777
2018-06-02Remove async HTTP client dependencyAnton Tananaev
2018-06-01option to instantiate a new SMSNotifier using a different SMSManagerIvan Martinez
2018-06-01move NotificatorManager instance to ContextIvan Martinez
2018-05-11Rename config switchAbyss777
2018-05-07Add basic support of overspeeding inside geofences.Abyss777
2018-05-01Support geocode xyz reverse geocoderAnton Tananaev
2018-04-28Make Commands queueing switchableAbyss777
2018-04-13- Rename field to PeriodAbyss777
2018-04-11Add support of multiple MaintenancesAbyss777
2018-04-01generalization for notifications processingIvan Martinez
2018-02-02Always initialize MediaManagerAbyss777
2017-11-22Changing form methodSrk
2017-11-20Minor refactoringSrk
2017-11-19Merge branch 'master' into payload-as-form-paramShinryuken
2017-11-19- Global jsonPrettyPrinting optionSrk
2017-11-14Improve LDAPAbyss777
2017-11-11Implement LDAP authenticationAnton Tananaev
2017-11-10- Combine "getAddress" functionsAbyss777
2017-11-08- Implement synchronous geocodingAbyss777
2017-11-07User defaults when no User is availableShinryuken
2017-11-06ObjectWriter for pretty-printing messagingShinryuken
2017-09-21Move speedThreshold to TripsConfigAbyss777
2017-09-21Make check for valid in MotionEventHandler optionalAbyss777
2017-09-19Implement per device NotificationsAbyss777
2017-09-12Implement Saved CommandsAbyss777
2017-09-05Remove Attribute Aliases supportAbyss777
2017-08-15Merge remote-tracking branch 'upstream/master' into new_trips_detectorAbyss777
2017-08-15Remove greadyParkingAbyss777
2017-08-14Rename parameter and field to "useIgnition"Abyss777
2017-08-14Correct motion state by ignition.Abyss777
2017-08-11Initialize tripsConfig ones in ContextAbyss777
2017-08-11Make Overspeed and Motion events handlers singleton and move some code to fun...Abyss777
2017-07-27Optimize a few IFsAbyss777
2017-07-27Implement BaseObjectResource generic and combine PUT/POST/DELETE functionsAbyss777
2017-07-26Split Drivers and Groups managementAbyss777
2017-07-25Move users management to separate managerAbyss777
2017-07-11Implement DriverResourceAbyss777
2017-05-31Add media manager classAnton Tananaev