aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/web
AgeCommit message (Expand)Author
2016-03-19Fix web server bean warning (fix #1800)Anton Tananaev
2016-03-09Add groups list window componentAnton Tananaev
2016-03-09Implement API resource for groupsAnton Tananaev
2016-03-08Refactor device permissions resourceAnton Tananaev
2016-02-25#1751 Bugfix in old APIAlexander
2016-01-05Remove unused imports and fix other issuesAnton Tananaev
2016-01-04For #1606 - share HTTP sessions between all web applicationsVitaly Litvak
2015-12-21Fix style issues and unused importsAnton Tananaev
2015-12-20Remove generic method for permissionsAnton Tananaev
2015-12-20Allow old API to be used separatelyAnton Tananaev
2015-12-16Format date and time in ISO formatAnton Tananaev
2015-12-16Always use old format for async servletAnton 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-07Replace factory method with reflectionAnton Tananaev
2015-12-07Restrict CORS origin header valueAnton 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-01Remove Clazz utility classAnton 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-21Merge tananaev/masterRafael Guterres
2015-11-21Add support to generic resources and refactor in classes to support types and...Rafael Guterres
2015-11-18Ignore null values in json objectAnton Tananaev
2015-11-17Update device status via async web serviceAnton Tananaev
2015-11-16Extend async request to include devicesAnton Tananaev
2015-11-16Disable async debugging and add testAnton Tananaev
2015-11-15Allow multiple origin domains (fix #1526)Anton Tananaev
2015-11-15Config parameter for allow origin (fix #1526)Anton Tananaev
2015-11-15Merge pull request #1527 from guterresrafael/masterAnton Tananaev
2015-11-14Add api support to http methods and status codes.Rafael Guterres
2015-11-14Merge pull request #1510 from guterresrafael/masterAnton Tananaev
2015-11-09Add initial code for device statusAnton Tananaev
2015-11-08Fix refresh async session issueAnton Tananaev
2015-11-06Fix checkstyleRafael Guterres
2015-11-05Add support to authorization basic http header in alternative to cookie and j...Rafael Guterres
2015-10-17Add linking and unlinking of devicesAnton Tananaev