aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/web/WebServer.java
AgeCommit message (Expand)Author
2015-12-20Allow old API to be used separatelyAnton Tananaev
2015-12-16Format date and time in ISO formatAnton Tananaev
2015-12-15Enable only REST API by defaultAnton Tananaev
2015-12-08Add basic websocket servlet to the serverAnton Tananaev
2015-12-07Implement device permissions REST APIAnton Tananaev
2015-12-07Implement command REST resourceAnton Tananaev
2015-12-03Remove unused class importsAnton Tananaev
2015-12-02Implement error handling for REST APIAnton Tananaev
2015-12-02Add positions resource to the REST APIAnton Tananaev
2015-12-02Share session between two API versionsAnton Tananaev
2015-12-02Start web app migration to REST APIAnton Tananaev
2015-12-02Minor refactoring in web server classAnton Tananaev
2015-12-02Add session authentication optionAnton Tananaev
2015-12-01Add session resource for authenticationAnton Tananaev
2015-12-01Explicitly register resource classesAnton Tananaev
2015-12-01Rename CORS response filterAnton Tananaev
2015-12-01Explicitly register REST filtersAnton Tananaev
2015-11-27Merge tananaev/masterRafael Guterres
2015-11-27Merge tananaev/masterRafael Guterres
2015-11-27Initial implementation of new api with jax-rs.Rafael Guterres
2015-11-27Host database console using JettyAnton Tananaev
2015-11-21Add support to generic resources and refactor in classes to support types and...Rafael Guterres
2015-10-09Fix some FindBugs and style issuesAnton Tananaev
2015-10-04Remove trailing whitespaces from codeAnton Tananaev
2015-09-06For #1395 - updated 'web.type' values to lower caseVitaly Litvak
2015-09-05For #1395 - initialize API for old interface, added possibility to expose onl...Vitaly Litvak
2015-08-10Remove separate mobile folderAnton Tananaev
2015-07-24Fallback to index html pageAnton Tananaev
2015-07-17Start re-factoring commandsAnton Tananaev
2015-07-17Rename package from http to webAnton Tananaev