aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/api
AgeCommit message (Expand)Author
2016-03-31Remove unused variable in filterAnton Tananaev
2016-03-30Implement OPTIONS verb API handlerAnton Tananaev
2016-03-30Refactor CORS response filterAnton Tananaev
2016-03-14Fix PMD and CheckStyle issuesAnton Tananaev
2016-03-09Implement API resource for groupsAnton Tananaev
2016-03-08Add group queries and recourseAnton Tananaev
2016-03-08Refactor device permissions resourceAnton Tananaev
2016-03-08Add new and update old data modelsAnton Tananaev
2016-03-07Properly compare Java stringsAnton Tananaev
2016-03-05Handle some async socket exceptionsAnton Tananaev
2016-03-03Add API to get current positionsAnton Tananaev
2016-03-01Remove unused Java class importsAnton Tananaev
2016-02-27Make WebSocket timeout configurableAnton Tananaev
2016-02-27Merge changes from RS-CORS-OriginAnton Tananaev
2016-02-27Update file to fix IDE issueAnton Tananaev
2016-02-25#1751 Bugfix in new APIAlexander
2016-01-23Fix checkstyle issues in the projectAnton Tananaev
2016-01-20Try to authenticate all requestsAnton Tananaev
2016-01-16Change serialization date format againAnton Tananaev
2016-01-08Handle websocket connection idle timeoutAnton Tananaev
2016-01-03Update JSON serialization date formatAnton Tananaev
2016-01-03Another update for date serializationAnton Tananaev
2016-01-03Fix another problem with date formatAnton Tananaev
2016-01-01Always allow admin to register new usersAnton Tananaev
2015-12-26Include seconds in the timestamps (fix #1623)Anton Tananaev
2015-12-21Fix style issues and unused importsAnton Tananaev
2015-12-20Fix some REST API minor issuesAnton Tananaev
2015-12-20Check readonly and registration flagsAnton Tananaev
2015-12-20Check permissions for REST API callsAnton Tananaev
2015-12-16Format date and time in ISO formatAnton Tananaev
2015-12-15Use web socket instead of long pollingAnton Tananaev
2015-12-15Finish server side web socketsAnton Tananaev
2015-12-08Remove unused imports and methodsAnton 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-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-02Implement server config update APIAnton Tananaev
2015-12-02Clean up unused imports and var namesAnton Tananaev
2015-12-02Use annotations for resource access controlAnton Tananaev
2015-12-02Implement REST login in the web appAnton 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-01Fix warning reported by FindBugs toolAnton Tananaev
2015-12-01Refactor security request filteringAnton Tananaev