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
/
PositionResource.java
Age
Commit message (
Collapse
)
Author
2019-03-31
Convert project to gradle
Anton Tananaev
2017-07-31
Implement SQL requests construction
Abyss777
2017-07-26
- Implement base manager classes as generics
Abyss777
- Remame getDeviceById and getDeviceByUniqueId functions
2016-12-10
Return JSON response by default
Anton Tananaev
2016-11-30
Use "id" parameter instead of "positionId"
Abyss777
2016-11-30
Add API to get positions by Id
Abyss777
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-11-01
Move parseDate to DateUtil
Abyss777
2016-10-27
Export positions to GPX
Abyss777
2016-10-17
- Implement export reports to excel
Abyss777
- Migrate csv export to /api/positions
2016-07-15
Move code related to devices to DeviceManager
Abyss777
2016-04-16
Bind async connection to user id
Anton Tananaev
2016-03-09
Implement API resource for groups
Anton Tananaev
2016-03-03
Add API to get current positions
Anton Tananaev
2015-12-20
Check permissions for REST API calls
Anton Tananaev
2015-12-03
Remove unused class imports
Anton Tananaev
2015-12-02
Add positions resource to the REST API
Anton Tananaev