Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-01 | Make query generator switchable | Abyss777 | |
2017-08-01 | Fix build | Abyss777 | |
2017-07-31 | - Rename QueryAdditional to QueryExtended | Abyss777 | |
- Use Introspector.decapitalize - Replace new lines with spaces - Fixed indentation - Fixed extended query name | |||
2017-07-31 | Implement SQL requests construction | Abyss777 | |
2017-07-27 | Replace getClassByName function to switch | Abyss777 | |
2017-07-24 | Use Permission instead of Map | Abyss777 | |
2017-07-21 | Use classes instead of constants everywhere | Abyss777 | |
2017-07-21 | Implement type constants | Abyss777 | |
2017-07-21 | - Combine all permissions to one resource | Abyss777 | |
- Add two helpers to BaseResource | |||
2017-07-21 | Add helper function to generate request string name | Abyss777 | |
2017-07-21 | Abolish permissions classes and get permissions as Map from DB | Abyss777 | |
2017-07-20 | Rename Identifiable and Extensible to BaseModel and ExtendedModel | Abyss777 | |
2017-07-20 | Combine permission resources and reuse common database functions | Abyss777 | |
2017-07-19 | Refactored four managers | Abyss777 | |
2017-07-11 | Implement Driver models, schema and database | Abyss777 | |
2017-05-30 | Log database clear event (fix #3198) | Anton Tananaev | |
2017-05-13 | Merge pull request #3156 from Abyss777/computed_attributes | Anton Tananaev | |
Implement computed attributes | |||
2017-05-12 | Implement computed attributes | Abyss777 | |
2017-05-12 | Small clear history refactoring | Anton Tananaev | |
2017-05-12 | Clear event history (fix #3160) | Anton Tananaev | |
2017-04-18 | Fix GT06 encoder unit test | Anton Tananaev | |
2017-01-16 | - Rename otherUserId to managedUserId | Abyss777 | |
- Optimize getManaged* functions | |||
2017-01-16 | Initial manager implementation | Abyss777 | |
2016-12-14 | Calendars implementation | Abyss777 | |
2016-11-30 | Add API to get positions by Id | Abyss777 | |
2016-11-02 | Update copyright notice emails | Anton Tananaev | |
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-08 | Implement statistics API call | Anton Tananaev | |
2016-10-01 | Remove unused data manager methods (fix #2386) | Anton Tananaev | |
2016-09-25 | Implement server statistics collection | Anton Tananaev | |
2016-09-21 | Add attributes aliases | Abyss777 | |
2016-09-10 | Fix Java code analytics issues | Anton Tananaev | |
2016-07-25 | Improve history clearing logic | Anton Tananaev | |
2016-07-24 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
# Conflicts: # tools/test-generator.py | |||
2016-07-21 | protect Device positionId on clear history | ninioe | |
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 | changes Anton asked me | ninioe | |
2016-07-19 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-18 | commented out code and unnecessary comments | ninioe | |
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-13 | Reduce locks of devices | Abyss777 | |
2016-07-13 | changes Anton asked me | ninioe | |
2016-07-12 | Added support for Alarm popup & positions history cleaner | ninioe | |
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-11 | - Split geofence refresh on 3 functions | Abyss777 | |
- Enable back groupsCache | |||
2016-07-10 | Disable group cache updates | Anton Tananaev | |
2016-06-26 | Added notifications via email | Abyss777 | |
Added notifications settings | |||
2016-06-15 | Use variables | Abyss777 | |
2016-06-15 | Fix rare Stack Overflow while server idle | Abyss777 | |