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
/
GeofenceManager.java
Age
Commit message (
Expand
)
Author
2017-07-20
Combine permission resources and reuse common database functions
Abyss777
2017-07-19
Refactored four managers
Abyss777
2017-01-16
- Rename otherUserId to managedUserId
Abyss777
2017-01-16
Initial manager implementation
Abyss777
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-07-20
- Move groups related actions to DeviceManager
Abyss777
2016-07-19
Missed groupGeofences read lock
Abyss777
2016-07-19
Split locks in GeofenceManager and try to avoid crosslocks with devices.
Abyss777
2016-07-15
Move code related to devices to DeviceManager
Abyss777
2016-07-12
Use long primitive type
Anton Tananaev
2016-07-11
Merge pull request #2099 from Abyss777/fix_groups_cache
Anton Tananaev
2016-07-11
Check if geofence exists
Anton Tananaev
2016-07-11
- Split geofence refresh on 3 functions
Abyss777
2016-07-09
Fix issue with missing groups
Anton Tananaev
2016-07-03
Fix crash issue on startup
Anton Tananaev
2016-06-18
- Update Geofences API and Manager a bit
Abyss777
2016-06-16
Added/updated license headers
Abyss777
2016-06-15
- Work only with cached devices from everywhere
Abyss777
2016-06-14
- Overlapping geofences
Abyss777
2016-06-10
Geofences
Abyss777