Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-16 | - Rename otherUserId to managedUserId | Abyss777 | |
- Optimize getManaged* functions | |||
2017-01-16 | Initial manager implementation | Abyss777 | |
2017-01-10 | - Rename calendarData to data | Abyss777 | |
- Cleanup Calendar model - Fix TripsTest | |||
2016-12-19 | Better network location support | Anton Tananaev | |
2016-12-14 | Calendars implementation | Abyss777 | |
2016-12-04 | Use model instead of attributes to store Notification options | Abyss777 | |
2016-11-20 | Remove unique token constraint | Anton Tananaev | |
2016-11-18 | Implement users tokens | Abyss777 | |
2016-11-17 | Add user expiration and device limit | Anton Tananaev | |
2016-10-21 | Rename type to category | Abyss777 | |
2016-10-20 | Extend device model with management info | Abyss777 | |
2016-10-17 | Change attributes column length | Anton Tananaev | |
2016-10-08 | Rename column name | Anton Tananaev | |
2016-10-08 | Add coordinates format for user and server | Anton Tananaev | |
2016-10-08 | Add flag to force server settings | Anton Tananaev | |
2016-10-08 | Increase map URL column length | Anton Tananaev | |
2016-09-25 | Implement server statistics collection | Anton Tananaev | |
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 | Fix groups cleanup request on some MySQL 5.7.x installations | Abyss777 | |
2016-09-18 | Clear default user account configuration | Anton Tananaev | |
2016-07-26 | Do not store device status in database | Abyss777 | |
2016-07-25 | Added group and server attributes | Abyss777 | |
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-18 | - Added attributes to devices | Abyss777 | |
- Fixed license header for DeviceManager.java - Fixed editing attributes for not saved (new) object. | |||
2016-07-13 | Set MARK_RAN and name for intermediate table | Abyss777 | |
2016-07-13 | Use one file for two changeSets | Abyss777 | |
2016-07-12 | Fix indentation | Abyss777 | |
2016-07-12 | Add Foreign Key Constraint for groupIds | Abyss777 | |
2016-07-08 | Make user attributes nullable | Anton Tananaev | |
2016-07-08 | Slightly modify new changelog | Anton Tananaev | |
2016-06-26 | Added notifications via email | Abyss777 | |
Added notifications settings | |||
2016-06-18 | Merge pull request #2012 from Abyss777/master | Anton Tananaev | |
Implement Geofences on server side | |||
2016-06-15 | Missed changelog | Abyss777 | |
2016-06-12 | Make liquibase filepath independent | Anton Tananaev | |
2016-06-10 | Geofences | Abyss777 | |
2016-06-09 | - Clean docker integration. | drecchia | |