aboutsummaryrefslogtreecommitdiff
path: root/web/app/view
AgeCommit message (Collapse)Author
2016-07-24typo mistake fixninioe
2016-07-24turn the toggle button into mute buttonninioe
default is muted
2016-07-24more fixesninioe
2016-07-20jshint & jscs cleanupninioe
2016-07-19Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
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-17Added AlertEventHandler & Mute button for all notificationsninioe
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-08Pass whole record to attribute editor not to lose "dirtyness"Abyss777
2016-07-04Center view to editing geofenceAbyss777
2016-07-04Load area for editing geofence.Abyss777
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
2016-06-28Moved declaration to the beginningAbyss777
2016-06-28Removed unused variables.Abyss777
2016-06-28Added attributes editorAbyss777
2016-06-27Made code more universalAbyss777
2016-06-27Do not use plane record fields to handle attributes nested fieldsAbyss777
2016-06-26Added notifications via emailAbyss777
Added notifications settings
2016-06-25Add window and dialog for geofencesAnton Tananaev
2016-06-20- Merged 5 Link/Unlink controllers to oneAbyss777
- Other style fixes
2016-06-18- Update Geofences API and Manager a bitAbyss777
- Show geofence name in event toasts - Link/Unlink geofences to users, devices and groups
2016-06-01Use getView instead viewAbyss777
2016-06-01- Handle only specific store updateAbyss777
- Call handler directly
2016-06-01Handle store update event in right placeAbyss777
2016-06-01Merge branch 'fix_commandButton'Abyss777
2016-05-31Disable command button if device is not online.Abyss777
2016-05-31Center map on report trackAnton Tananaev
2016-05-31Request report only if device selectedAnton Tananaev
2016-05-17Custom command support for web-interfaceAbyss777