aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/web
AgeCommit message (Collapse)Author
2016-10-08Implement statistics API callAnton Tananaev
2016-09-22Merge pull request #2354 from Abyss777/device_attribute_aliasesAnton Tananaev
Add attributes aliases
2016-09-21Add attributes aliasesAbyss777
2016-09-21PMD fixAbyss777
2016-09-14Simplify regexAbyss777
2016-09-14- Make Attributes always last columnAbyss777
- Format Map as simple string instead of json
2016-08-08Removed addLine and addField functionsAbyss777
2016-08-08- Used @Consumes and @Produces instead of direct header accessAbyss777
- Renamed General to Summary - Other changes
2016-08-05- Moved GeneralReport to separate fileAbyss777
- Removed unnecessary getOut function - Added methods sorting
2016-08-05- Added distance roundingAbyss777
- Fixed charset
2016-08-04- Added getGroupDevices to PermissionsManagerAbyss777
- Implemented Route Report
2016-07-13changes Anton asked meninioe
2016-07-12Added support for Alarm popup & positions history cleanerninioe
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-04Fix null list exceptionAnton Tananaev
2016-06-28JsonConverter.objectToJson now can return Lists of objects or primitivesAbyss777
2016-06-26Added notifications via emailAbyss777
Added notifications settings
2016-06-10GeofencesAbyss777
2016-05-26Events subsystemAbyss777
2016-05-06Rename SupportedCommand to CommandTypeGábor Somogyi
2016-05-04Merge branch 'master' into command_frameworkGabor Somogyi
2016-05-04Checkstyle fixGabor Somogyi
2016-05-04SupportedCommand model removedGabor Somogyi
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-05-02Concept update + UI translation supportGábor Somogyi
2016-04-17Option to set server session timeoutAnton Tananaev
2016-04-16Remove old web API serviceAnton Tananaev
2016-04-09Fix new api java<->json conversion problem #1859ulion
2016-03-19Fix web server bean warning (fix #1800)Anton Tananaev
2016-03-09Add groups list window componentAnton Tananaev
2016-03-09Implement API resource for groupsAnton Tananaev
2016-03-08Refactor device permissions resourceAnton Tananaev
2016-02-25#1751 Bugfix in old APIAlexander
2016-01-05Remove unused imports and fix other issuesAnton Tananaev
2016-01-04For #1606 - share HTTP sessions between all web applicationsVitaly Litvak
2015-12-21Fix style issues and unused importsAnton Tananaev
2015-12-20Remove generic method for permissionsAnton Tananaev
2015-12-20Allow old API to be used separatelyAnton Tananaev
2015-12-16Format date and time in ISO formatAnton Tananaev
2015-12-16Always use old format for async servletAnton Tananaev
2015-12-15Enable only REST API by defaultAnton Tananaev
2015-12-08Add basic websocket servlet to the serverAnton Tananaev
2015-12-07Implement device permissions REST APIAnton Tananaev
2015-12-07Implement command REST resourceAnton Tananaev
2015-12-07Replace factory method with reflectionAnton Tananaev
2015-12-07Restrict CORS origin header valueAnton Tananaev
2015-12-03Remove unused class importsAnton Tananaev
2015-12-02Implement error handling for REST APIAnton Tananaev
2015-12-02Add positions resource to the REST APIAnton Tananaev
2015-12-02Share session between two API versionsAnton Tananaev
2015-12-02Start web app migration to REST APIAnton Tananaev