aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/Context.java
AgeCommit message (Expand)Author
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
2017-05-12Implement computed attributesAbyss777
2017-04-21Add language support for Nominatim (fix #3098)Anton Tananaev
2017-04-17Fix geofence manager crashAnton Tananaev
2017-04-14Add bytecode version checkAnton Tananaev
2017-04-14Update Java librariesAnton Tananaev
2017-04-12Implement Unwired geolocation providerAnton Tananaev
2017-02-25Merge pull request #2942 from Abyss777/smppAnton Tananaev
2017-02-21Implement SMS notifications with help smpp protocolAbyss777
2017-02-21Update Context classAnton Tananaev
2017-02-19Handle unknown host exceptionAnton Tananaev
2017-02-15Support language for Google geocoderAnton Tananaev
2016-12-31Fix a bug in geolocation initializationAnton Tananaev
2016-12-31Add exception classes and more renamesAnton Tananaev
2016-12-31Rename geocode package to geocoderAnton Tananaev
2016-12-31Rename Location to GeolocationAnton Tananaev
2016-12-20Improved network location providersAnton Tananaev
2016-12-20Fix issue with JSON timestampsAnton Tananaev
2016-12-19Remove own JSON converterAnton Tananaev
2016-12-17Add support for Mozilla API keyAnton Tananaev
2016-12-14Calendars implementationAbyss777
2016-12-13Add key support for Nominatim (fix #2620)Anton Tananaev
2016-12-10- Use URL builderAbyss777