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
/
events
Age
Commit message (
Expand
)
Author
2016-12-18
Include data directly into events
Anton Tananaev
2016-12-14
Calendars implementation
Abyss777
2016-11-25
Rename maintenance events
Anton Tananaev
2016-11-24
- Invert variable meaning
Abyss777
2016-11-24
Combine lookupAttribute helpers
Abyss777
2016-11-23
Implement attributes helpers
Abyss777
2016-11-23
Adjust constants names
Abyss777
2016-11-22
Implement maintenance event
Abyss777
2016-11-02
Update copyright notice emails
Anton Tananaev
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-03
Use knots for speedLimit
Abyss777
2016-08-15
- Made speed threshold configurable
Abyss777
2016-08-12
- Removed decimal part
Abyss777
2016-08-12
- Fixed casting ignition object to boolean
Abyss777
2016-08-11
- Added IgnitionEventHandler
Abyss777
2016-07-28
Rename parameter
Abyss777
2016-07-28
Organized server cache
Abyss777
2016-07-28
Removed suppressing repeated events during analyzing.
Abyss777
2016-07-27
Added option to rise event only once during overspeed period.
Abyss777
2016-07-26
Use primitive
Abyss777
2016-07-26
Overspeed handler enhanced to use attributes
Abyss777
2016-07-25
Merge pull request #2149 from Abyss777/lastposition_reorganization
Anton Tananaev
2016-07-25
Fix space
Abyss777
2016-07-25
- Move lastPosition update to the end of pipeline
Abyss777
2016-07-19
changed to generic alarm type event
ninioe
2016-07-19
Merge remote-tracking branch 'refs/remotes/tananaev/master'
ninioe
2016-07-17
Added AlertEventHandler & Mute button for all notifications
ninioe
2016-07-15
Move code related to devices to DeviceManager
Abyss777
2016-07-12
Use long primitive type
Anton Tananaev
2016-07-09
Use diamond operator
Anton Tananaev
2016-06-16
Moved variables from parent to inheritor
Abyss777
2016-06-16
Added/updated license headers
Abyss777
2016-06-16
Fix typo and remove unnecessary super()
Abyss777
2016-06-15
- Work only with cached devices from everywhere
Abyss777
2016-06-14
- Overlapping geofences
Abyss777
2016-06-10
Geofences
Abyss777
2016-05-30
- Style fixes (use lower camel case in all cases)
Abyss777
2016-05-26
Events subsystem
Abyss777