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
/
api
/
resource
/
ReportResource.java
Age
Commit message (
Expand
)
Author
2018-09-29
Option to mail reports
Anton Tananaev
2017-06-14
Imlement Stops report
Abyss777
2017-03-15
Use timezone from preferences for excel reports
Abyss777
2016-12-10
Return JSON response by default
Anton Tananaev
2016-11-24
- Use one parser
Abyss777
2016-11-23
- Pass client timezone to excel template
Abyss777
2016-11-01
Move parseDate to DateUtil
Abyss777
2016-11-01
Remove json conversion in reports
Abyss777
2016-10-17
- Implement export reports to excel
Abyss777
2016-08-19
- Added trips report
Abyss777
2016-08-10
Forget one
Abyss777
2016-08-10
Used import instead of full name
Abyss777
2016-08-10
- Used constants in ReportResource
Abyss777
2016-08-09
- Fixed csv MIME type and added response header
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-04
General report implementation
Abyss777
2016-08-04
- Moved retrieving Accept to BaseResource
Abyss777
2016-08-04
- Added getGroupDevices to PermissionsManager
Abyss777