Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-16 | Fix style issue | Anton Tananaev | |
2017-08-16 | Make cache control configurable | Anton Tananaev | |
2017-07-05 | Implement simple caching | Anton Tananaev | |
2016-12-19 | Remove own JSON converter | Anton Tananaev | |
2016-12-15 | Begin simple web app implementation | Anton Tananaev | |
2016-11-02 | Update copyright notice emails | Anton Tananaev | |
2016-11-02 | Allow remote access to web console | Anton Tananaev | |
2016-11-01 | Simplify resource loading | Anton Tananaev | |
2016-10-27 | Export positions to GPX | Abyss777 | |
2016-10-08 | Implement statistics API call | Anton Tananaev | |
2016-09-22 | Merge pull request #2354 from Abyss777/device_attribute_aliases | Anton Tananaev | |
Add attributes aliases | |||
2016-09-21 | Add attributes aliases | Abyss777 | |
2016-09-21 | PMD fix | Abyss777 | |
2016-09-14 | Simplify regex | Abyss777 | |
2016-09-14 | - Make Attributes always last column | Abyss777 | |
- Format Map as simple string instead of json | |||
2016-08-08 | Removed addLine and addField functions | Abyss777 | |
2016-08-08 | - Used @Consumes and @Produces instead of direct header access | Abyss777 | |
- Renamed General to Summary - Other changes | |||
2016-08-05 | - Moved GeneralReport to separate file | Abyss777 | |
- Removed unnecessary getOut function - Added methods sorting | |||
2016-08-05 | - Added distance rounding | Abyss777 | |
- Fixed charset | |||
2016-08-04 | - Added getGroupDevices to PermissionsManager | Abyss777 | |
- Implemented Route Report | |||
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-04 | Fix null list exception | Anton Tananaev | |
2016-06-28 | JsonConverter.objectToJson now can return Lists of objects or primitives | Abyss777 | |
2016-06-26 | Added notifications via email | Abyss777 | |
Added notifications settings | |||
2016-06-10 | Geofences | Abyss777 | |
2016-05-26 | Events subsystem | Abyss777 | |
2016-05-06 | Rename SupportedCommand to CommandType | Gábor Somogyi | |
2016-05-04 | Merge branch 'master' into command_framework | Gabor Somogyi | |
2016-05-04 | Checkstyle fix | Gabor Somogyi | |
2016-05-04 | SupportedCommand model removed | Gabor Somogyi | |
2016-05-04 | Explicitly use ASCII charset | Anton Tananaev | |
2016-05-02 | Concept update + UI translation support | Gábor Somogyi | |
2016-04-17 | Option to set server session timeout | Anton Tananaev | |
2016-04-16 | Remove old web API service | Anton Tananaev | |
2016-04-09 | Fix new api java<->json conversion problem #1859 | ulion | |
2016-03-19 | Fix web server bean warning (fix #1800) | Anton Tananaev | |
2016-03-09 | Add groups list window component | Anton Tananaev | |
2016-03-09 | Implement API resource for groups | Anton Tananaev | |
2016-03-08 | Refactor device permissions resource | Anton Tananaev | |
2016-02-25 | #1751 Bugfix in old API | Alexander | |
2016-01-05 | Remove unused imports and fix other issues | Anton Tananaev | |
2016-01-04 | For #1606 - share HTTP sessions between all web applications | Vitaly Litvak | |
2015-12-21 | Fix style issues and unused imports | Anton Tananaev | |
2015-12-20 | Remove generic method for permissions | Anton Tananaev | |
2015-12-20 | Allow old API to be used separately | Anton Tananaev | |
2015-12-16 | Format date and time in ISO format | Anton Tananaev | |
2015-12-16 | Always use old format for async servlet | Anton Tananaev | |
2015-12-15 | Enable only REST API by default | Anton Tananaev | |
2015-12-08 | Add basic websocket servlet to the server | Anton Tananaev | |