aboutsummaryrefslogtreecommitdiff
path: root/web
AgeCommit message (Collapse)Author
2016-08-13- Split distance to distance and total distanceAbyss777
- Switch summary report to total distance - Move DistanceHandler after filters in pipeline - Other accompanying changes
2016-08-12- Removed decimal partAbyss777
- Fixed license header
2016-08-12- Fixed casting ignition object to booleanAbyss777
- Renamed motorHours to engineHours - Changed engine hours formatter to just hours - Added previously missed license headers to reports - Added Andrey Kunitsyn to some license headers
2016-08-11Added motor hours to webAbyss777
2016-08-11Added strings for ignition eventsAbyss777
2016-08-10- Used constants in ReportResourceAbyss777
- Renamed variables and functions in ReportController - Changed Strings - Fixed year
2016-08-09Select only positionsAbyss777
2016-08-09- Fixed csv MIME type and added response headerAbyss777
- Added 3 report types - Changed some Strings - Fixed jscs issues in other files
2016-08-08- Added deviceId in SummaryReportAbyss777
- Response bare array for application/json - Migrate to /api/reports/route in web-interface
2016-08-08remove languages with no translated stringsninioe
2016-08-07add language files backninioe
2016-08-07fix references namesninioe
2016-08-07Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
# Conflicts: # web/app/view/LoginController.js
2016-08-07check user cookies on server side before login dialogninioe
2016-08-04Rename pass to passwordAnton Tananaev
2016-08-04Rename remember me buttonAnton Tananaev
2016-08-04Revert "en.json"ninioe
This reverts commit 48d71557fdc2dd848d2b10cec9ba83cf5aaa36ac.
2016-08-04en.jsonninioe
2016-08-04remove languages exept en.jsonninioe
2016-08-03Rename references from txtXxx to xxxFieldninioe
2016-08-02use of extjs references instead of global idsninioe
2016-08-01added remember me checkbox at loginninioe
2016-07-29Change alarm highlight logicAnton Tananaev
2016-07-26Handle correctly empty reportAnton Tananaev
2016-07-25Fix attribute editingAbyss777
2016-07-25Added group and server attributesAbyss777
2016-07-25Fix button id typoAnton Tananaev
2016-07-24typo mistake fixninioe
2016-07-24turn the toggle button into mute buttonninioe
default is muted
2016-07-24more fixesninioe
2016-07-24more fixninioe
2016-07-24more fixesninioe
2016-07-21protect Device positionId on clear historyninioe
2016-07-20jshint & jscs cleanupninioe
2016-07-19Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-19changes Anton asked meninioe
2016-07-19changed to generic alarm type eventninioe
2016-07-19Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-18commented out code and unnecessary commentsninioe
2016-07-18Fix it in other way in case user open "attributes" again before save.Abyss777
2016-07-18- Added attributes to devicesAbyss777
- Fixed license header for DeviceManager.java - Fixed editing attributes for not saved (new) object.
2016-07-18overwrite the language files with the original onesninioe
except en.json file
2016-07-17fix alarm formatter to fit both attributes & reportninioe
2016-07-17Added AlertEventHandler & Mute button for all notificationsninioe
2016-07-15Fix geofences not showed in old browsers and IEAbyss777
2016-07-14- Fixed saving parent group when creating new group.Abyss777
- Fixed storing device and group if parent group is not defined. - Fixed Warning in browser console about missed requirements.
2016-07-13Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-13changes Anton asked meninioe
2016-07-13Style fixesAbyss777
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