Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-17 | - rename otherUserId variable | Abyss777 | |
- optimize HashSet creation | |||
2017-01-16 | - Rename otherUserId to managedUserId | Abyss777 | |
- Optimize getManaged* functions | |||
2017-01-16 | Initial manager implementation | Abyss777 | |
2016-12-22 | Remove unused imports | Anton Tananaev | |
2016-12-22 | Use concurrent maps in connection manager (fix #2723) | Anton Tananaev | |
2016-12-22 | Check for empty string | Anton Tananaev | |
2016-12-21 | Fix database deserialization issue | Anton Tananaev | |
2016-12-20 | Fix JSON decoding in query builder | Anton Tananaev | |
2016-12-19 | Remove own JSON converter | Anton Tananaev | |
2016-12-18 | Do not send position with events | Anton Tananaev | |
2016-12-14 | Calendars implementation | Abyss777 | |
2016-12-05 | - Ignore attributes in notifications | Abyss777 | |
- Remove extra spaces | |||
2016-12-04 | Use model instead of attributes to store Notification options | Abyss777 | |
2016-11-30 | Add API to get positions by Id | Abyss777 | |
2016-11-24 | - Invert variable meaning | Abyss777 | |
- Style fixes | |||
2016-11-24 | Combine lookupAttribute helpers | Abyss777 | |
2016-11-23 | Some more places | Abyss777 | |
2016-11-23 | One more place | Abyss777 | |
2016-11-23 | New user security check (fix #2589) | Anton Tananaev | |
2016-11-22 | Remove duplicate line | Anton Tananaev | |
2016-11-22 | Implement unknown status event | Anton Tananaev | |
2016-11-18 | - Flip user-token map | Abyss777 | |
- Fix null check - Combine validation to setter | |||
2016-11-18 | Implement users tokens | Abyss777 | |
2016-11-18 | Check account on every call | Anton Tananaev | |
2016-11-17 | Add user expiration and device limit | Anton Tananaev | |
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 |