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
Age
Commit message (
Expand
)
Author
2016-01-03
Fix another problem with date format
Anton Tananaev
2016-01-01
Always allow admin to register new users
Anton Tananaev
2015-12-26
Include seconds in the timestamps (fix #1623)
Anton Tananaev
2015-12-21
Fix style issues and unused imports
Anton Tananaev
2015-12-20
Fix some REST API minor issues
Anton Tananaev
2015-12-20
Check readonly and registration flags
Anton Tananaev
2015-12-20
Check permissions for REST API calls
Anton Tananaev
2015-12-16
Format date and time in ISO format
Anton Tananaev
2015-12-15
Use web socket instead of long polling
Anton Tananaev
2015-12-15
Finish server side web sockets
Anton Tananaev
2015-12-08
Remove unused imports and methods
Anton Tananaev
2015-12-08
Add basic websocket servlet to the server
Anton Tananaev
2015-12-07
Implement device permissions REST API
Anton Tananaev
2015-12-07
Implement command REST resource
Anton Tananaev
2015-12-07
Restrict CORS origin header value
Anton Tananaev
2015-12-03
Remove unused class imports
Anton Tananaev
2015-12-02
Implement error handling for REST API
Anton Tananaev
2015-12-02
Add positions resource to the REST API
Anton Tananaev
2015-12-02
Implement server config update API
Anton Tananaev
2015-12-02
Clean up unused imports and var names
Anton Tananaev
2015-12-02
Use annotations for resource access control
Anton Tananaev
2015-12-02
Implement REST login in the web app
Anton Tananaev
2015-12-02
Start web app migration to REST API
Anton Tananaev
2015-12-02
Minor refactoring in web server class
Anton Tananaev
2015-12-02
Add session authentication option
Anton Tananaev
2015-12-01
Add session resource for authentication
Anton Tananaev
2015-12-01
Fix warning reported by FindBugs tool
Anton Tananaev
2015-12-01
Refactor security request filtering
Anton Tananaev
2015-12-01
Minor cleanup of security context class
Anton Tananaev
2015-12-01
Refactor base and other resource classes
Anton Tananaev
2015-12-01
Remove unused methods and classes
Anton Tananaev
2015-12-01
Remove response builder utility class
Anton Tananaev
2015-12-01
Move role definitions to user model
Anton Tananaev
2015-12-01
Rename file as well
Anton Tananaev
2015-12-01
Rename CORS response filter
Anton Tananaev
2015-12-01
Explicitly register REST filters
Anton Tananaev
2015-11-27
Initial implementation of new api with jax-rs.
Rafael Guterres