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
/
database
/
DeviceManager.java
Age
Commit message (
Expand
)
Author
2017-08-10
Implement delayed overspeed events
Abyss777
2017-08-09
Implement motion detection similar to trips detection
Abyss777
2017-07-27
Initialize some maps, because they might be accessed before initialized.
Abyss777
2017-07-26
- Implement base manager classes as generics
Abyss777
2017-07-26
Override getById in all managers
Abyss777
2017-07-26
Split Drivers and Groups management
Abyss777
2017-07-25
Move users management to separate manager
Abyss777
2017-07-24
Fix group cache update
Abyss777
2017-07-20
Combine permission resources and reuse common database functions
Abyss777
2017-06-13
Fix managed devices enumerating
Abyss777
2017-03-23
Move default device status to getter
Abyss777
2017-03-22
Move device status initialization to model
Abyss777
2017-03-21
Set status to offline for new device
Abyss777
2017-03-20
Use Iterator for maps cleanup
Abyss777
2017-03-20
Move handleTextMessage function to separate handler.
Abyss777
2017-03-20
Implement phone to device comparison
Abyss777
2017-03-06
Introduce terms "data" and "text" commands
Abyss777
2017-03-02
Remove BaseProtocolSmsEncoder class
Abyss777
2017-03-02
Implement sms commands
Abyss777
2017-01-16
- Rename otherUserId to managedUserId
Abyss777
2017-01-16
Initial manager implementation
Abyss777
2016-11-24
- Invert variable meaning
Abyss777
2016-11-24
Combine lookupAttribute helpers
Abyss777
2016-11-23
Some more places
Abyss777
2016-11-23
One more place
Abyss777
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
Implement lookup attribute helpers for primitives
Abyss777
2016-09-21
- Add two functions to lookup attributes from device to server and from devic...
Abyss777
2016-09-17
Update position if time is the same
Anton Tananaev
2016-07-28
Organized server cache
Abyss777
2016-07-25
- Move lastPosition update to the end of pipeline
Abyss777
2016-07-21
Added parentheses
Abyss777
2016-07-21
Act with atomic more carefully
Abyss777
2016-07-21
Migrate from ReentrantReadWriteLocks to ConcurrentHashMaps in DeviceManager
Abyss777
2016-07-20
Change order cache initialization
Abyss777
2016-07-20
- Move groups related actions to DeviceManager
Abyss777
2016-07-18
- Added attributes to devices
Abyss777
2016-07-15
Move code related to devices to DeviceManager
Abyss777