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
/
api
/
BaseResource.java
Age
Commit message (
Expand
)
Author
2017-07-23
Remove line
Abyss777
2017-07-23
Remove proxy function
Abyss777
2017-07-22
- Add Permission helper Class
Abyss777
2017-07-21
Use classes instead of constants everywhere
Abyss777
2017-07-21
Implement type constants
Abyss777
2017-07-21
- Combine all permissions to one resource
Abyss777
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-08-08
- Used @Consumes and @Produces instead of direct header access
Abyss777
2016-08-04
- Moved retrieving Accept to BaseResource
Abyss777
2016-05-04
Explicitly use ASCII charset
Anton Tananaev
2016-04-23
Fix issues with CORS requests
Anton Tananaev
2016-03-30
Implement OPTIONS verb API handler
Anton Tananaev
2015-12-20
Fix some REST API minor issues
Anton Tananaev
2015-12-20
Check permissions for REST API calls
Anton Tananaev
2015-12-01
Refactor base and other resource classes
Anton Tananaev
2015-12-01
Remove response builder utility class
Anton Tananaev
2015-12-01
Move role definitions to user model
Anton Tananaev
2015-11-27
Initial implementation of new api with jax-rs.
Rafael Guterres