Anton Tananaev
4f875a6fb5
Merge pull request #2163 from Abyss777/overspeed_extension
...
OverspeedEventHandler enhancement to use attributes
2016-07-29 09:54:48 +12:00
Abyss777
6f89644fdc
Rename parameter
2016-07-28 17:57:24 +05:00
Abyss777
70f6849457
Organized server cache
...
Moved lookupAttribute function to DeviceManager
2016-07-28 13:44:05 +05:00
Abyss777
f7e82c4d9a
Removed suppressing repeated events during analyzing.
2016-07-28 11:42:10 +05:00
Anton Tananaev
b1e7bd492b
Fix saving original raw binary data
2016-07-28 14:35:02 +12:00
Abyss777
b00b35b330
Added option to rise event only once during overspeed period.
2016-07-27 11:31:39 +05:00
Abyss777
8ce7ef517c
Do not store device status in database
2016-07-26 15:22:03 +05:00
Abyss777
60c442ac19
Overspeed handler enhanced to use attributes
2016-07-26 14:50:32 +05:00
Abyss777
fb0a1689fd
Added group and server attributes
2016-07-25 17:47:50 +05:00
Anton Tananaev
7e20896334
Merge pull request #2149 from Abyss777/lastposition_reorganization
...
Move lastPosition update to the end of pipeline
2016-07-25 23:53:44 +12:00
Anton Tananaev
451c358879
Improve history clearing logic
2016-07-25 16:49:08 +12:00
Abyss777
f6333c73fe
- Move lastPosition update to the end of pipeline
...
- Optimize MotionEventHandler to do not use Device.motion
- Remove Device.motion from model and database
- some optimizations
2016-07-25 08:59:36 +05:00
ninioe
2e7987b5df
protect Device positionId on clear history
2016-07-21 07:58:28 +03:00
ninioe
20f6030762
Merge remote-tracking branch 'refs/remotes/tananaev/master'
2016-07-19 15:20:15 +03:00
ninioe
ef40f33173
Merge remote-tracking branch 'refs/remotes/tananaev/master'
2016-07-19 09:07:23 +03:00
Abyss777
94ea366eb3
- Added attributes to devices
...
- Fixed license header for DeviceManager.java
- Fixed editing attributes for not saved (new) object.
2016-07-18 11:12:14 +05:00
drecchia
a648c36ae4
- Carcell protocol for devices: cr2000 and cr250.
2016-07-17 21:56:02 -03:00
ninioe
5380ff196c
Merge remote-tracking branch 'refs/remotes/tananaev/master'
2016-07-17 09:55:25 +03:00
ninioe
4d55b911bd
Added AlertEventHandler & Mute button for all notifications
2016-07-17 09:54:15 +03:00
Abyss777
e910d9337a
- Fixed saving parent group when creating new group.
...
- Fixed storing device and group if parent group is not defined.
- Fixed Warning in browser console about missed requirements.
2016-07-14 15:21:43 +05:00
ninioe
636f6e19b4
Merge remote-tracking branch 'refs/remotes/tananaev/master'
2016-07-13 16:34:44 +03:00
Abyss777
51f22a533b
Added possibility to forward all events via POST request.
2016-07-13 17:37:31 +05:00
ninioe
0e7cb81693
changes Anton asked me
2016-07-13 15:29:39 +03:00
Abyss777
4414e093d7
Fix user attributes saving
2016-07-13 11:38:53 +05:00
ninioe
d045c1e217
Added support for Alarm popup & positions history cleaner
...
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-12 16:04:40 +03:00
Anton Tananaev
51e74b5050
Ignore unknown devices by default
2016-07-11 11:25:11 +12:00
Anton Tananaev
b08251ad40
Update all configuration files
2016-07-09 16:24:07 +12:00
Abyss777
387d798a8f
Granit protocol implementation
2016-07-06 12:35:12 +05:00
Anton Tananaev
2f27e1e7af
Implement ATL L100 protocol for VTS
2016-07-06 16:31:44 +12:00
Abyss777
a25e7bd56c
Added notifications via email
...
Added notifications settings
2016-06-26 00:51:33 +05:00
Anton Tananaev
5b254b93fe
Merge pull request #2044 from Abyss777/master
...
Possibility to disable event and geofences
2016-06-24 21:38:32 +12:00
Anton Tananaev
25e323de26
Start HuaSheng protocol implementation
2016-06-24 16:50:59 +12:00
Abyss777
52e7002ed3
- Reverted changes in web-client
...
- Removed duplicate flag
2016-06-24 09:36:20 +05:00
Abyss777
bd2e0fdc6f
Added possibility to disable event and geofence subsystems
2016-06-23 16:17:25 +05:00
Abyss777
b588b3c723
- Overlapping geofences
...
- Simplified user-device link
2016-06-14 18:05:05 +05:00
Abyss777
185c0830e1
Update debug.xml
2016-06-13 17:03:14 +05:00
drecchia
3f19cd0c34
- Clean docker integration.
2016-06-09 20:34:48 -03:00
Anton Tananaev
67a63c5ecf
Change protocol name to correct one
2016-06-09 13:57:12 +12:00
drecchia
3238000445
- Ldpl protocol implemented.
2016-06-08 21:45:47 -03:00
Anton Tananaev
3627e1522e
Default connection initialization query
2016-06-09 10:38:10 +12:00
Danilo Recchia
37410e645f
Update debug.xml
...
- Fixed tabs.
2016-06-06 17:58:11 -03:00
drecchia
d1f602835e
- Fix hikari connection check sql.
2016-06-06 09:11:00 -03:00
Anton Tananaev
ff23b231b6
Do not use idle timeout for UDP
2016-05-07 10:55:35 +12:00
Anton Tananaev
1f7e9473e1
Rename reset delay to timeout
2016-05-07 10:47:28 +12:00
Anton Tananaev
ccd8cce3f0
Implement Appello device protocol
2016-04-12 14:47:13 +12:00
Anton Tananaev
afd02503a2
Add support for Supermate protocol
2016-03-30 16:11:06 +13:00
Anton Tananaev
4ba1c3d923
Implement ARKNAV communication protocol
2016-03-19 14:36:22 +13:00
Anton Tananaev
c5e7beb059
Add option to save original message
2016-03-19 10:41:23 +13:00
Anton Tananaev
1a34d34e21
Implement GNX communication protocol
2016-03-18 10:19:33 +13:00
Anton Tananaev
271263e6fe
Fix attribute saving for new users
2016-03-16 21:33:28 +13:00