aboutsummaryrefslogtreecommitdiff
path: root/web
AgeCommit message (Collapse)Author
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
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