Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10-19 | - Filter events on server side | Abyss777 | |
- Use common path for templates - Filter events about geofences that user do not have access (minor security fix) - Removed unused function - Visual templates improvements | |||
2016-10-09 | Admin users are never readonly | Anton Tananaev | |
2016-10-08 | Implement statistics API call | Anton Tananaev | |
2016-10-08 | Check server readonly flag | Anton Tananaev | |
2016-10-08 | Add back-end readonly checks | Anton Tananaev | |
2016-10-03 | Rename variable | Abyss777 | |
2016-10-03 | Make status events switchable | Abyss777 | |
2016-10-01 | Remove unused data manager methods (fix #2386) | Anton Tananaev | |
2016-09-26 | Change statistics calculation logic | Anton Tananaev | |
2016-09-25 | Implement server statistics collection | Anton Tananaev | |
2016-09-22 | Merge pull request #2354 from Abyss777/device_attribute_aliases | Anton Tananaev | |
Add attributes aliases | |||
2016-09-22 | - rename table and unique constraint | Abyss777 | |
- rename some functions - optimization and simplification | |||
2016-09-21 | Add attributes aliases | 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 ↵ | Abyss777 | |
device to config - Removed constant | |||
2016-09-17 | Update position if time is the same | Anton Tananaev | |
2016-09-10 | Fix Java code analytics issues | Anton Tananaev | |
2016-08-30 | Fix a type in context class | Anton Tananaev | |
2016-08-23 | Implement cache for users objects | Abyss777 | |
2016-08-11 | - Added IgnitionEventHandler | Abyss777 | |
- Added unit test for some EventHandlers - Changed a bit IdentityManager to fit EventHandlerTest | |||
2016-08-04 | - Added getGroupDevices to PermissionsManager | Abyss777 | |
- Implemented Route Report | |||
2016-07-28 | Organized server cache | Abyss777 | |
Moved lookupAttribute function to DeviceManager | |||
2016-07-25 | Merge pull request #2149 from Abyss777/lastposition_reorganization | Anton Tananaev | |
Move lastPosition update to the end of pipeline | |||
2016-07-25 | Improve history clearing logic | Anton Tananaev | |
2016-07-25 | - Move lastPosition update to the end of pipeline | Abyss777 | |
- Optimize MotionEventHandler to do not use Device.motion - Remove Device.motion from model and database - some optimizations | |||
2016-07-24 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
# Conflicts: # tools/test-generator.py | |||
2016-07-21 | Added parentheses | Abyss777 | |
2016-07-21 | Act with atomic more carefully | Abyss777 | |
2016-07-21 | protect Device positionId on clear history | ninioe | |
2016-07-21 | Migrate from ReentrantReadWriteLocks to ConcurrentHashMaps in DeviceManager | Abyss777 | |
UpdateCahces incrementally | |||
2016-07-20 | Change order cache initialization | Abyss777 | |
2016-07-20 | - Move groups related actions to DeviceManager | Abyss777 | |
- Removed cache updates from getXxxxById | |||
2016-07-19 | automated check fix | ninioe | |
2016-07-19 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-19 | changes Anton asked me | ninioe | |
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-19 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-18 | commented out code and unnecessary comments | ninioe | |
2016-07-18 | - Added attributes to devices | Abyss777 | |
- Fixed license header for DeviceManager.java - Fixed editing attributes for not saved (new) object. | |||
2016-07-17 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-15 | Move code related to devices to DeviceManager | Abyss777 | |
2016-07-14 | Remove duplicating code | Abyss777 | |
2016-07-14 | Set long as NULL only for *Id fields | Abyss777 | |
2016-07-14 | Indentation | Abyss777 | |
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-13 | Renamed to EventForwarder and moved to Context | Abyss777 | |