index
:
traccar-server
master
suntech-fixes
Traccar Server with some modifications and error fixes.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
web
/
WebServer.java
Age
Commit message (
Expand
)
Author
2016-02-09
Added API endpoint for our raw commands
Hans van den Elsen
2016-01-05
Remove unused imports and fix other issues
Anton Tananaev
2016-01-04
For #1606 - share HTTP sessions between all web applications
Vitaly Litvak
2015-12-20
Allow old API to be used separately
Anton Tananaev
2015-12-16
Format date and time in ISO format
Anton Tananaev
2015-12-15
Enable only REST API by default
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-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
Share session between two API versions
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
Explicitly register resource classes
Anton Tananaev
2015-12-01
Rename CORS response filter
Anton Tananaev
2015-12-01
Explicitly register REST filters
Anton Tananaev
2015-11-27
Merge tananaev/master
Rafael Guterres
2015-11-27
Merge tananaev/master
Rafael Guterres
2015-11-27
Initial implementation of new api with jax-rs.
Rafael Guterres
2015-11-27
Host database console using Jetty
Anton Tananaev
2015-11-21
Add support to generic resources and refactor in classes to support types and...
Rafael Guterres
2015-10-09
Fix some FindBugs and style issues
Anton Tananaev
2015-10-04
Remove trailing whitespaces from code
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-08-10
Remove separate mobile folder
Anton Tananaev
2015-07-24
Fallback to index html page
Anton Tananaev
2015-07-17
Start re-factoring commands
Anton Tananaev
2015-07-17
Rename package from http to web
Anton Tananaev