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
/
CommandsManager.java
Age
Commit message (
Collapse
)
Author
2019-03-31
Convert project to gradle
Anton Tananaev
2018-09-15
Provide error messages
Anton Tananaev
2018-09-14
Log using slf4j and java logging
Anton Tananaev
2018-06-26
Merge remote-tracking branch 'ivanfmartinez/notifications'
Abyss777
# Conflicts: # src/org/traccar/Context.java
2018-04-28
Change error string
Abyss777
2018-04-28
Make Commands queueing switchable
Abyss777
2018-04-01
generalization for notifications processing
Ivan Martinez
2017-10-23
Implement command cloning
Abyss777
2017-10-22
Set deviceId in Saved Command before send
Abyss777
2017-10-20
Reverted using Queue
Abyss777
2017-10-20
Unwrap ternary operator
Abyss777
2017-10-20
Use List instead of Queue
Abyss777
2017-10-19
Implement buffered commands
Abyss777
2017-09-19
Implement per device Notifications
Abyss777
2017-09-13
Re implement "getSupportedCommands" function
Abyss777
2017-09-13
Fix security check
Abyss777
2017-09-13
- Rename functions "isXxx" to "getUserXxx"
Abyss777
- Rename function to "getSupportedCommands" - Some cleanup
2017-09-12
Implement Saved Commands
Abyss777