aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/MainModule.java
AgeCommit message (Collapse)Author
2022-06-16Inject data sourceAnton Tananaev
2022-06-15Remove users managerAnton Tananaev
2022-06-14Refactor notification managerAnton Tananaev
2022-06-14Inject connection managerAnton Tananaev
2022-06-12Revert JSR353 removalAnton Tananaev
2022-06-11Another injection fixAnton Tananaev
2022-06-11Fix injectionAnton Tananaev
2022-06-11Inject network clientAnton Tananaev
2022-06-11Inject object mapperAnton Tananaev
2022-06-11Inject velocity engineAnton Tananaev
2022-06-11Inject event forwarderAnton Tananaev
2022-06-09Remove SMS from contextAnton Tananaev
2022-06-09Remove WebServer from contextAnton Tananaev
2022-06-09Remove more from contextAnton Tananaev
2022-06-09Remove more from contextAnton Tananaev
2022-06-09Remove geofence managerAnton Tananaev
2022-06-07Remove calendar managerAnton Tananaev
2022-06-04Move common report classesAnton Tananaev
2022-06-04Remove maintenance managerAnton Tananaev
2022-06-04Remove ldap from contextAnton Tananaev
2022-06-04Refactor commands managerAnton Tananaev
2022-06-03Remove attributes managerAnton Tananaev
2022-05-30Combine session related classesAnton Tananaev
2022-05-30Improve dependency injectionAnton Tananaev
2022-04-05Migrate permissions to storageAnton Tananaev
2022-03-24pass language to OpenCageGeocoderEd Freyfogle
2022-02-18Migrate server API to storageAnton Tananaev
2022-01-31Add Geoapify geocoderAnton Tananaev
2021-09-15Update when geofences changeAnton Tananaev
2021-08-21Implement MapTiler geocoderAnton Tananaev
2021-08-10Add driver behavior eventsAnton Tananaev
2021-04-25Register all geocoding requestsAnton Tananaev
2021-03-26Implements MapboxGeocoderRafaelMiquelino
Add Mapbox reverser geocoder support
2020-12-29Migrate more keysAnton Tananaev
2020-09-14Add speed limit handlerAnton Tananaev
2020-07-13Collect protocol statisticsAnton Tananaev
2020-06-23Add PositionStack geocoderAnton Tananaev
2020-06-10Added TomTom Reverse Geocoder (#4543)Przemek Malolepszy
Co-authored-by: Przemyslaw Malolepszy <przemyslaw.malolepszy@tomtom.com>
2020-02-25Merge pull request #4389 from edvalley/proposedAnton Tananaev
Add an optional queue to web data handler
2020-02-25Changes after reviewEdward Valley
2020-02-15Changes after reviewEdward Valley
2020-01-21Here geocoder url config parameter (#4472)jcardus
* here geocoder url config parameter * here geocoder url config parameter * added new parameter apiKey and kept app_code for retro compatibility added default url for here * fixed ident removed url from here geocode test * fixed ident intellij uses 2 spaces, this project uses 4. * fixed ident intellij uses 2 spaces, this project uses 4. * url should be null not "" * wrong file
2019-11-09Updated OpenCellId geolocation to utilize the URL parameter from theAnton Tananaev
configuration file in order to allow for changes to the end point. If not set, default URL is used for backwards compatibility.
2019-04-18Option to force time overrideAnton Tananaev
2019-03-31Convert project to gradleAnton Tananaev