index
:
trackermap-server
master
upstream
Patches to the Traccar server for TrackerMap
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
org
/
traccar
/
reports
Age
Commit message (
Expand
)
Author
2022-07-13
Simplify attribute check
Anton Tananaev
2022-07-06
Remove motion fallback (fix #3257)
Anton Tananaev
2022-07-04
Implement CSV export (fix #2961)
Anton Tananaev
2022-07-03
Support KML export (fix #1858, fix #2329)
Anton Tananaev
2022-06-28
Fix device name in reports
Anton Tananaev
2022-06-18
Move device status
Anton Tananaev
2022-06-18
Refactor reports dependencies
Anton Tananaev
2022-06-18
Remove identity manager
Anton Tananaev
2022-06-18
Remove positions from manager
Anton Tananaev
2022-06-18
Refactor attribute lookup
Anton Tananaev
2022-06-16
Refactor device permissions check
Anton Tananaev
2022-06-16
Remove groups manager
Anton Tananaev
2022-06-13
Refactor getEvents method
Anton Tananaev
2022-06-13
Remove report template path key
Anton Tananaev
2022-06-13
Refactor getPositions method
Anton Tananaev
2022-06-11
Inject velocity engine
Anton Tananaev
2022-06-10
Inject report utils
Anton Tananaev
2022-06-09
Remove more from context
Anton Tananaev
2022-06-09
Remove geofence manager
Anton Tananaev
2022-06-07
Extract user utils from reports
Anton Tananaev
2022-06-07
Remove drivers manager
Anton Tananaev
2022-06-04
Inject storage for events report
Anton Tananaev
2022-06-04
Inject report providers
Anton Tananaev
2022-06-04
Rename report models
Anton Tananaev
2022-06-04
Move common report classes
Anton Tananaev
2022-06-04
Remove maintenance manager
Anton Tananaev
2022-05-30
Combine session related classes
Anton Tananaev
2022-05-30
Remove test identity manager
Anton Tananaev
2022-05-30
Improve dependency injection
Anton Tananaev
2022-05-28
Ignore empty summary records
Anton Tananaev
2022-05-28
Fix duplicated report devices
Anton Tananaev
2022-02-13
New storage implementation
Anton Tananaev
2020-12-29
Migrate more boolean keys
Anton Tananaev
2020-12-28
Migrate long config keys
Anton Tananaev
2020-12-22
Fix average speed (fix #4616)
Anton Tananaev
2020-12-22
Fix max speed
Anton Tananaev
2020-10-19
BigDecimal.valueOf(double) is used because of floating point imprecision.
kamaci
2020-10-12
FIX distance calculation.
lukasha12
2020-10-06
Remove unused imports
Anton Tananaev
2020-10-06
Implement daily summary report
Anton Tananaev
2020-10-06
Remove legacy code
Anton Tananaev
2020-09-30
Various minor code cleanup
Anton Tananaev
2019-07-18
Changes after second review
Edward Valley
2019-03-31
Convert project to gradle
Anton Tananaev