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
Age
Commit message (
Expand
)
Author
2015-11-18
Ignore null values in json object
Anton Tananaev
2015-11-17
Update device status via async web service
Anton Tananaev
2015-11-16
Extend async request to include devices
Anton Tananaev
2015-11-16
Disable async debugging and add test
Anton Tananaev
2015-11-15
Allow multiple origin domains (fix #1526)
Anton Tananaev
2015-11-15
Config parameter for allow origin (fix #1526)
Anton Tananaev
2015-11-15
Merge pull request #1527 from guterresrafael/master
Anton Tananaev
2015-11-14
Add api support to http methods and status codes.
Rafael Guterres
2015-11-14
Merge pull request #1510 from guterresrafael/master
Anton Tananaev
2015-11-09
Add initial code for device status
Anton Tananaev
2015-11-08
Fix refresh async session issue
Anton Tananaev
2015-11-06
Fix checkstyle
Rafael Guterres
2015-11-05
Add support to authorization basic http header in alternative to cookie and j...
Rafael Guterres
2015-10-17
Add linking and unlinking of devices
Anton Tananaev
2015-10-15
Load and select user device list
Anton Tananaev
2015-10-15
Service call to get all devices
Anton Tananaev
2015-10-14
More check style issues clean up
Anton Tananaev
2015-10-13
Fix some more style problems
Anton Tananaev
2015-10-09
Fix more check style issues
Anton Tananaev
2015-10-09
Fix some FindBugs and style issues
Anton Tananaev
2015-10-08
Clean up reported PMD issues
Anton Tananaev
2015-10-07
Replace valueOf with parseXxx calls
Anton Tananaev
2015-10-04
Remove trailing whitespaces from code
Anton Tananaev
2015-09-29
Add more CORS headers (fix #1434)
Anton Tananaev
2015-09-29
Add HTTP CORS header (fix #1434)
Anton Tananaev
2015-09-26
Fix async session deadlock (fix #1428)
Anton Tananaev
2015-09-23
More code issues clean up
Anton Tananaev
2015-09-23
Clean up code inspection issues
Anton Tananaev
2015-09-22
Show more detailed error messages
Anton Tananaev
2015-09-06
For #1395 - updated 'web.type' values to lower case
Vitaly Litvak
2015-09-05
For #1395 - initialize API for old interface, added possibility to expose onl...
Vitaly Litvak
2015-09-04
Security check for adding device
Anton Tananaev
2015-08-10
Remove separate mobile folder
Anton Tananaev
2015-08-05
Fix date and time formatting issues
Anton Tananaev
2015-08-04
Fix incorrect time issue
Anton Tananaev
2015-08-01
Check permissions for commands
Anton Tananaev
2015-08-01
Fix some commands issues
Anton Tananaev
2015-07-29
Added service to retrieve the positions for a group of devices from a particu...
Demian
2015-07-25
Update sessions user info
Anton Tananaev
2015-07-24
Fallback to index html page
Anton Tananaev
2015-07-18
Implement json other decoding
Anton Tananaev
2015-07-17
Remove enum json conversion
Anton Tananaev
2015-07-17
Start re-factoring commands
Anton Tananaev
2015-07-17
Rename package from http to web
Anton Tananaev