aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/database
AgeCommit message (Collapse)Author
2016-09-17Update position if time is the sameAnton Tananaev
2016-09-10Fix Java code analytics issuesAnton Tananaev
2016-08-30Fix a type in context classAnton Tananaev
2016-08-23Implement cache for users objectsAbyss777
2016-08-11- Added IgnitionEventHandlerAbyss777
- Added unit test for some EventHandlers - Changed a bit IdentityManager to fit EventHandlerTest
2016-08-04- Added getGroupDevices to PermissionsManagerAbyss777
- Implemented Route Report
2016-07-28Organized server cacheAbyss777
Moved lookupAttribute function to DeviceManager
2016-07-25Merge pull request #2149 from Abyss777/lastposition_reorganizationAnton Tananaev
Move lastPosition update to the end of pipeline
2016-07-25Improve history clearing logicAnton Tananaev
2016-07-25- Move lastPosition update to the end of pipelineAbyss777
- Optimize MotionEventHandler to do not use Device.motion - Remove Device.motion from model and database - some optimizations
2016-07-24Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
# Conflicts: # tools/test-generator.py
2016-07-21Added parenthesesAbyss777
2016-07-21Act with atomic more carefullyAbyss777
2016-07-21protect Device positionId on clear historyninioe
2016-07-21Migrate from ReentrantReadWriteLocks to ConcurrentHashMaps in DeviceManagerAbyss777
UpdateCahces incrementally
2016-07-20Change order cache initializationAbyss777
2016-07-20- Move groups related actions to DeviceManagerAbyss777
- Removed cache updates from getXxxxById
2016-07-19automated check fixninioe
2016-07-19Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-19changes Anton asked meninioe
2016-07-19Missed groupGeofences read lockAbyss777
2016-07-19Split locks in GeofenceManager and try to avoid crosslocks with devices.Abyss777
2016-07-19Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-18commented out code and unnecessary commentsninioe
2016-07-18- Added attributes to devicesAbyss777
- Fixed license header for DeviceManager.java - Fixed editing attributes for not saved (new) object.
2016-07-17Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-15Move code related to devices to DeviceManagerAbyss777
2016-07-14Remove duplicating codeAbyss777
2016-07-14Set long as NULL only for *Id fieldsAbyss777
2016-07-14IndentationAbyss777
2016-07-14- Fixed saving parent group when creating new group.Abyss777
- Fixed storing device and group if parent group is not defined. - Fixed Warning in browser console about missed requirements.
2016-07-13Renamed to EventForwarder and moved to ContextAbyss777
2016-07-13Reduce locks of devicesAbyss777
2016-07-13Added possibility to forward all events via POST request.Abyss777
2016-07-13changes Anton asked meninioe
2016-07-12Added support for Alarm popup & positions history cleanerninioe
1. added support for Alarm and Alarm Type in popup and also in history records. can be muted with a toggle button in the UI 2. added a timer to clear positions history once a day. the default is to save positions history for 7 days if not defined in the configuration file. 3. prevent the lock of the UI files (js, html, css, etc..) for wondows developers in debug mode. It's easier to do changes to the UI without stopping the app each time. 4. tools: added support in test-generator.py to simulate Alert, also added minify.bat file to compile new js files for the UI using sencha SDK for windows developers
2016-07-12Use long primitive typeAnton Tananaev
2016-07-11Merge pull request #2099 from Abyss777/fix_groups_cacheAnton Tananaev
Revert back groups cache and split refresh
2016-07-11Check if geofence existsAnton Tananaev
2016-07-11- Split geofence refresh on 3 functionsAbyss777
- Enable back groupsCache
2016-07-11Fix indentation in notification managerAnton Tananaev
2016-07-10Disable group cache updatesAnton Tananaev
2016-07-09Fix issue with missing groupsAnton Tananaev
2016-07-08Add null check to query builderAnton Tananaev
2016-07-03Fix crash issue on startupAnton Tananaev
2016-06-26Added notifications via emailAbyss777
Added notifications settings
2016-06-23Added possibility to disable event and geofence subsystemsAbyss777
2016-06-18- Update Geofences API and Manager a bitAbyss777
- Show geofence name in event toasts - Link/Unlink geofences to users, devices and groups
2016-06-18Merge pull request #2012 from Abyss777/masterAnton Tananaev
Implement Geofences on server side
2016-06-16Added/updated license headersAbyss777