aboutsummaryrefslogtreecommitdiff
path: root/web
AgeCommit message (Collapse)Author
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
2016-07-11- "from" sometimes not handled by mail serversAbyss777
- better handle empty mail user attributes - fix deleting attribute in attribute editor - fix duplicating attribute if name changed
2016-07-09Add missing spaceAnton Tananaev
2016-07-09Merge pull request #2093 from Abyss777/masterAnton Tananaev
Remove red mark from grid
2016-07-09Remove red mark from gridAbyss777
2016-07-09Move button to bottom barAnton Tananaev
2016-07-09Show only user own geofencesAnton Tananaev
2016-07-09Fix issue with device selectionAnton Tananaev
2016-07-09Fix issues in JavaScript codeAnton Tananaev
2016-07-09Update JavaScript librariesAnton Tananaev
2016-07-09Update localization filesAnton Tananaev
2016-07-08Pass whole record to attribute editor not to lose "dirtyness"Abyss777
2016-07-08- l10n strings for new command typesAbyss777
- Added identification command for wondex protocol
2016-07-04Center view to editing geofenceAbyss777
2016-07-04Load area for editing geofence.Abyss777
2016-07-04Tidied up variable names and declarationsAbyss777
2016-07-04Added geometry-WKT coder/decoderAbyss777
Uncommented Circle geofence type
2016-07-03Implement geofence savingAnton Tananaev
2016-07-03Add toolbar to geozone editorAnton Tananaev
2016-07-03Start geofence drawing implementationAnton Tananaev
2016-07-03Add dialog for geofence area selectionAnton Tananaev
2016-07-03Create base map panelAnton Tananaev
2016-06-29Minor fixesAbyss777