Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-12-07 | Implement device permissions REST API | Anton Tananaev | |
2015-12-07 | Implement command REST resource | Anton Tananaev | |
2015-12-07 | Replace factory method with reflection | Anton Tananaev | |
2015-12-07 | Restrict CORS origin header value | Anton Tananaev | |
2015-12-03 | Remove unused class imports | Anton Tananaev | |
2015-12-02 | Implement error handling for REST API | Anton Tananaev | |
2015-12-02 | Add positions resource to the REST API | Anton Tananaev | |
2015-12-02 | Share session between two API versions | Anton Tananaev | |
2015-12-02 | Start web app migration to REST API | Anton Tananaev | |
2015-12-02 | Minor refactoring in web server class | Anton Tananaev | |
2015-12-02 | Add session authentication option | Anton Tananaev | |
2015-12-01 | Add session resource for authentication | Anton Tananaev | |
2015-12-01 | Remove Clazz utility class | Anton Tananaev | |
2015-12-01 | Explicitly register resource classes | Anton Tananaev | |
2015-12-01 | Rename CORS response filter | Anton Tananaev | |
2015-12-01 | Explicitly register REST filters | Anton Tananaev | |
2015-11-27 | Merge tananaev/master | Rafael Guterres | |
Conflicts: src/org/traccar/web/WebServer.java | |||
2015-11-27 | Merge tananaev/master | Rafael Guterres | |
Conflicts: src/org/traccar/web/WebServer.java | |||
2015-11-27 | Initial implementation of new api with jax-rs. | Rafael Guterres | |
Revert servlets to old api and remove plurals. Fix findbugs for header origin. | |||
2015-11-27 | Host database console using Jetty | Anton Tananaev | |