index
:
trackermap-server
master
upstream
Patches to the Traccar server for TrackerMap
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
api
/
resource
/
DeviceResource.java
Age
Commit message (
Expand
)
Author
2017-07-26
Split Drivers and Groups management
Abyss777
2017-07-23
Merge pull request #3373 from Abyss777/refactor_managers
Anton Tananaev
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
- Combine all permissions to one resource
Abyss777
2017-07-20
Make permissions resources more strict
Abyss777
2017-07-20
Combine permission resources and reuse common database functions
Abyss777
2017-07-19
remove redundant checks
Jan-Piet Mens
2017-07-19
[NEW] add GET with list of uniqueId
Jan-Piet Mens
2017-07-02
[FIX] permission check before getting device, eleminate unnecessary variable.
Christoph Krey
2017-07-01
[FIX] get devices with IDs works like PositionResource
Christoph Krey
2017-06-30
[NEW] add GET device to API for external monitoring
Christoph Krey
2017-03-26
Update device permissions on group change
Anton Tananaev
2017-01-25
- Add "deviceReadonly" user field
Abyss777
2017-01-16
Initial manager implementation
Abyss777
2016-11-19
Remove duplicated information in requests
Anton Tananaev
2016-11-17
Add user expiration and device limit
Anton Tananaev
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-10-23
Rename API path
Abyss777
2016-10-22
Implement reset total distance API
Abyss777
2016-09-21
Add attributes aliases
Abyss777
2016-08-23
Implement cache for users objects
Abyss777
2016-07-15
Move code related to devices to DeviceManager
Abyss777
2016-06-26
Added notifications via email
Abyss777
2016-06-16
Added/updated license headers
Abyss777
2016-06-15
- Work only with cached devices from everywhere
Abyss777
2016-06-10
Geofences
Abyss777
2016-05-06
Checkstyle fix
Gábor Somogyi
2016-05-04
Merge failure fix
Gabor Somogyi
2016-05-04
Merge branch 'master' into command_framework
Gabor Somogyi
2016-05-04
SupportedCommand model removed
Gabor Somogyi
2016-05-04
Explicitly use ASCII charset
Anton Tananaev
2016-05-02
Concept update + UI translation support
Gábor Somogyi
2016-04-27
Command framework ugly hack version
Gábor Somogyi
2015-12-20
Check readonly and registration flags
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