aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/api/SecurityRequestFilter.java
AgeCommit message (Expand)Author
2016-12-28No Authorization header for ajaxAnton Tananaev
2016-11-23New user security check (fix #2589)Anton Tananaev
2016-11-18Fix the problem with sessionAnton Tananaev
2016-11-18Check account on every callAnton Tananaev
2016-11-17Add user expiration and device limitAnton Tananaev
2016-11-02Update copyright notice emailsAnton Tananaev
2016-09-26Change statistics calculation logicAnton Tananaev
2016-09-25Implement server statistics collectionAnton Tananaev
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-04-23Fix issues with CORS requestsAnton Tananaev
2016-03-07Properly compare Java stringsAnton Tananaev
2016-02-27Merge changes from RS-CORS-OriginAnton Tananaev
2016-01-20Try to authenticate all requestsAnton Tananaev
2015-12-02Clean up unused imports and var namesAnton Tananaev
2015-12-02Use annotations for resource access controlAnton 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
2015-12-01Remove response builder utility classAnton Tananaev
2015-12-01Rename CORS response filterAnton Tananaev
2015-12-01Explicitly register REST filtersAnton Tananaev
2015-11-27Initial implementation of new api with jax-rs.Rafael Guterres