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
/
resource
/
UserResource.java
Age
Commit message (
Expand
)
Author
2016-11-24
Remove another unnecessary variable
Sun Howwrongbum
2016-11-24
Update as per code review
Sun Howwrongbum
2016-11-24
Add option to set some default User properties
Sun Howwrongbum
2016-11-23
New user security check (fix #2589)
Anton Tananaev
2016-11-19
Remove duplicated information in requests
Anton Tananaev
2016-11-18
- Flip user-token map
Abyss777
2016-11-18
Implement users tokens
Abyss777
2016-11-17
Add user expiration and device limit
Anton Tananaev
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-10-08
Add back-end readonly checks
Anton Tananaev
2016-08-23
Implement cache for users objects
Abyss777
2016-07-13
Removed unnecessary geofences refresh while user manipulation
Abyss777
2016-06-26
Added notifications via email
Abyss777
2016-06-16
Added/updated license headers
Abyss777
2016-06-10
Geofences
Abyss777
2016-05-04
Explicitly use ASCII charset
Anton Tananaev
2016-01-01
Always allow admin to register new users
Anton Tananaev
2015-12-20
Check readonly and registration flags
Anton Tananaev
2015-12-20
Check permissions for REST API calls
Anton Tananaev
2015-12-02
Implement server config update API
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