Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-02 | Update copyright notice emails | Anton Tananaev | |
2016-11-01 | Move parseDate to DateUtil | Abyss777 | |
2016-11-01 | Remove json conversion in reports | Abyss777 | |
2016-11-01 | Update resource error handling | Anton Tananaev | |
2016-10-27 | Export positions to GPX | Abyss777 | |
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-17 | - Implement export reports to excel | Abyss777 | |
- Migrate csv export to /api/positions | |||
2016-10-08 | Fix check style issue | Anton Tananaev | |
2016-10-08 | Implement statistics API call | Anton Tananaev | |
2016-10-08 | Add back-end readonly checks | Anton Tananaev | |
2016-10-08 | Add parameter to refresh geofences (fix #2414) | Anton Tananaev | |
2016-09-27 | Merge pull request #2367 from tananaev/implement_statistics | Anton Tananaev | |
Implement server statistics collection | |||
2016-09-26 | Change statistics calculation logic | Anton Tananaev | |
2016-09-26 | Change aliases API path | Abyss777 | |
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-08-23 | Implement cache for users objects | Abyss777 | |
2016-08-19 | - Added trips report | Abyss777 | |
- Refactored reports models - Added tests for ReportUtils - Added speed to test-generator.py - Other changes | |||
2016-08-10 | Forget one | Abyss777 | |
2016-08-10 | Used import instead of full name | Abyss777 | |
2016-08-10 | - Used constants in ReportResource | Abyss777 | |
- Renamed variables and functions in ReportController - Changed Strings - Fixed year | |||
2016-08-09 | - Fixed csv MIME type and added response header | Abyss777 | |
- Added 3 report types - Changed some Strings - Fixed jscs issues in other files | |||
2016-08-08 | Merge pull request #2188 from ninioe/master | Anton Tananaev | |
Automatically login remembered user | |||
2016-08-08 | - Used @Consumes and @Produces instead of direct header access | Abyss777 | |
- Renamed General to Summary - Other changes | |||
2016-08-07 | fix references names | ninioe | |
2016-08-07 | Checkstyle error fix | ninioe | |
2016-08-07 | check user cookies on server side before login dialog | ninioe | |
2016-08-05 | - Moved GeneralReport to separate file | Abyss777 | |
- Removed unnecessary getOut function - Added methods sorting | |||
2016-08-04 | General report implementation | Abyss777 | |
2016-08-04 | - Moved retrieving Accept to BaseResource | Abyss777 | |
- Added Events report - Removed deviceIds from csv | |||
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-20 | - Move groups related actions to DeviceManager | Abyss777 | |
- Removed cache updates from getXxxxById | |||
2016-07-15 | Move code related to devices to DeviceManager | Abyss777 | |
2016-07-13 | Removed unnecessary geofences refresh while user manipulation | Abyss777 | |
2016-07-11 | - Split geofence refresh on 3 functions | Abyss777 | |
- Enable back groupsCache | |||
2016-06-26 | Fixed missed license and wrong EOL | Abyss777 | |
2016-06-26 | Added notifications via email | Abyss777 | |
Added notifications settings | |||
2016-06-18 | Variable | Abyss777 | |
2016-06-18 | - Update Geofences API and Manager a bit | Abyss777 | |
- Show geofence name in event toasts - Link/Unlink geofences to users, devices and groups | |||
2016-06-16 | Added/updated license headers | Abyss777 | |
2016-06-15 | - Work only with cached devices from everywhere | Abyss777 | |
- Some optimization | |||
2016-06-14 | - Overlapping geofences | Abyss777 | |
- Simplified user-device link | |||
2016-06-10 | Geofences | Abyss777 | |
2016-06-02 | Style fixes and optimization. | Abyss777 | |
2016-06-02 | Send position with event to websocket | Abyss777 | |
2016-05-31 | - Renamed eventTime to serverTime | Abyss777 | |
- Fixed bracket indentation |