aboutsummaryrefslogtreecommitdiff
path: root/web
AgeCommit message (Collapse)Author
2016-09-18Add a symbolic link to web interfaceAnton Tananaev
2016-09-18Remove web interface from main repoAnton Tananaev
2016-09-12Move column sets outside the methodAbyss777
2016-09-10Fix small typo in event textAnton Tananaev
2016-09-10Exclude arrow from js style checkAnton Tananaev
2016-09-10Update openlayers library versionAnton Tananaev
2016-09-10Rename arrow style to match official repoAnton Tananaev
2016-09-10Add new web translationsAnton Tananaev
2016-09-10Update existing localizationsAnton Tananaev
2016-09-06- Rename ServerDialogController to MapPickerDialogControllerAbyss777
- removed getView()
2016-09-06Rename other events to lowercaseAbyss777
2016-09-06- Remove field containerAbyss777
- Renamed functions and strings
2016-09-06Move button to bottom barAbyss777
2016-09-05Implement retrieving map center from current mapAbyss777
2016-09-01Replace all getData().* on getId() and get()Abyss777
2016-09-01Fix find index in BasePermissionsController.jsAbyss777
2016-09-01Revert textAbyss777
2016-09-01Rename phoneNumber constant and fieldAbyss777
2016-09-01Merge pull request #2269 from Abyss777/reports_web_configureAnton Tananaev
Implemented configure dialog for reports
2016-08-31Fix geofences colors and separate geofences stylesAbyss777
2016-08-31Fixed trailing spacesAbyss777
2016-08-31Added other missed importsAbyss777
2016-08-30One more missed importAbyss777
2016-08-30Added missed "requires"Abyss777
2016-08-30Fix missed importAbyss777
2016-08-30Used static variable and move creation allEvents item from config to ↵Abyss777
ReportConfigController.init()
2016-08-30Style fixesAbyss777
2016-08-30Add alias allEvents for "%"Abyss777
2016-08-30Added time checkAbyss777
2016-08-30Disable buttons if report not configuredAbyss777
2016-08-29Implemented "Configure" dialog for reportsAbyss777
2016-08-27Prevent tagfield growing too muchAbyss777
2016-08-25Removed array duplicationAbyss777
2016-08-25- Enabled multiple devices for reportsAbyss777
- Used different colors for routes of different devices
2016-08-24Merge pull request #2242 from Abyss777/users_cacheAnton Tananaev
Implement users cache
2016-08-24Remove motion alarm typeAnton Tananaev
2016-08-23- Hid some buttons and menu items from readonly userAbyss777
- Removed unused variable
2016-08-20Merge pull request #2228 from Abyss777/reports_tripsAnton Tananaev
Implement trips reports
2016-08-19- Added commands to WialonProtocolAbyss777
- Added more additional fields to CommandDialog
2016-08-19- Added trips reportAbyss777
- Refactored reports models - Added tests for ReportUtils - Added speed to test-generator.py - Other changes
2016-08-14Merge pull request #2211 from Abyss777/distanceAnton Tananaev
Changed way of summary distance calculation
2016-08-14Use relative URLs for web appAnton Tananaev
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