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
/
org
/
traccar
/
web
/
CsvBuilder.java
Age
Commit message (
Expand
)
Author
2019-03-31
Convert project to gradle
Anton Tananaev
2018-11-08
Fix time formatting issues
Anton Tananaev
2018-09-22
Fix date formatting (fix #4063)
Anton Tananaev
2018-09-17
Remove joda time library
Anton Tananaev
2018-09-15
Provide error messages
Anton Tananaev
2018-09-14
Log using slf4j and java logging
Anton Tananaev
2018-01-26
Clean up unused imports
Anton Tananaev
2018-01-26
Clean up unnecessary code
Anton Tananaev
2016-12-19
Remove own JSON converter
Anton Tananaev
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-10-27
Export positions to GPX
Abyss777
2016-09-21
PMD fix
Abyss777
2016-09-14
Simplify regex
Abyss777
2016-09-14
- Make Attributes always last column
Abyss777
2016-08-08
Removed addLine and addField functions
Abyss777
2016-08-08
- Used @Consumes and @Produces instead of direct header access
Abyss777
2016-08-05
- Moved GeneralReport to separate file
Abyss777
2016-08-05
- Added distance rounding
Abyss777
2016-08-04
- Added getGroupDevices to PermissionsManager
Abyss777