Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-12 | Added support for Alarm popup & positions history cleaner | ninioe | |
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 | Fix issue in Hua Sheng frame decoder | Anton Tananaev | |
2016-07-12 | Use long primitive type | Anton Tananaev | |
2016-07-11 | Merge pull request #2099 from Abyss777/fix_groups_cache | Anton Tananaev | |
Revert back groups cache and split refresh | |||
2016-07-11 | Merge pull request #2097 from Abyss777/master | Anton Tananaev | |
Fix from in mail notifications | |||
2016-07-11 | Check if geofence exists | Anton Tananaev | |
2016-07-11 | - Split geofence refresh on 3 functions | Abyss777 | |
- Enable back groupsCache | |||
2016-07-11 | Merge branch 'master' of https://github.com/Abyss777/traccar | Abyss777 | |
# Conflicts: # web/app/view/AttributesController.js | |||
2016-07-11 | - "from" sometimes not handled by mail servers | Abyss777 | |
- better handle empty mail user attributes - fix deleting attribute in attribute editor - fix duplicating attribute if name changed | |||
2016-07-11 | - "from" sometimes not handled by mail servers | Abyss777 | |
- better handle empty mail user attributes - fix deleting attribute in attribute editor - fix duplicating attribute if name changed | |||
2016-07-11 | Implement Teltonika commands (fix #1948) | Anton Tananaev | |
2016-07-11 | Add new CRC16 algorithm | Anton Tananaev | |
2016-07-11 | Change command sending logic | Anton Tananaev | |
2016-07-11 | Merge pull request #2095 from drecchia/master-fix-suntech | Anton Tananaev | |
Fix typo in suntech protocol | |||
2016-07-10 | - Fix typpo. | drecchia | |
2016-07-11 | Ignore unknown devices by default | Anton Tananaev | |
2016-07-11 | Fix indentation in notification manager | Anton Tananaev | |
2016-07-10 | Disable group cache updates | Anton Tananaev | |
2016-07-10 | A script to test commands | Anton Tananaev | |
2016-07-09 | Fix issue with missing groups | Anton Tananaev | |
2016-07-09 | Revert MySQL driver version | Anton Tananaev | |
2016-07-09 | Fix another mac sed issue (fix #1043)v3.6 | Anton Tananaev | |
2016-07-09 | Revert back to using sed | Anton Tananaev | |
2016-07-09 | Fix package script for mac (fix #1043) | Anton Tananaev | |
2016-07-09 | Add missing space | Anton Tananaev | |
2016-07-09 | Merge pull request #2093 from Abyss777/master | Anton Tananaev | |
Remove red mark from grid | |||
2016-07-09 | Remove red mark from grid | Abyss777 | |
2016-07-09 | Update all configuration files | Anton Tananaev | |
2016-07-09 | Move button to bottom bar | Anton Tananaev | |
2016-07-09 | Show only user own geofences | Anton Tananaev | |
2016-07-09 | Use diamond operator | Anton Tananaev | |
2016-07-09 | Fix issue with device selection | Anton Tananaev | |
2016-07-09 | Fix issues in JavaScript code | Anton Tananaev | |
2016-07-09 | Fix code analytics issues | Anton Tananaev | |
2016-07-09 | Update JavaScript libraries | Anton Tananaev | |
2016-07-09 | Update server version number | Anton Tananaev | |
2016-07-09 | Update Java libraries | Anton Tananaev | |
2016-07-09 | Update localization files | Anton Tananaev | |
2016-07-09 | Merge pull request #2091 from Abyss777/master | Anton Tananaev | |
Pass whole record to attribute editor | |||
2016-07-08 | Pass whole record to attribute editor not to lose "dirtyness" | Abyss777 | |
2016-07-08 | Add null check to query builder | Anton Tananaev | |
2016-07-08 | Make user attributes nullable | Anton Tananaev | |
2016-07-08 | Merge pull request #2090 from Abyss777/master | Anton Tananaev | |
l10n strings for new command types | |||
2016-07-08 | - l10n strings for new command types | Abyss777 | |
- Added identification command for wondex protocol | |||
2016-07-08 | Slightly modify new changelog | Anton Tananaev | |
2016-07-08 | Fix PT502 unit tests | Anton Tananaev | |
2016-07-08 | Implement PT502 photo request | Anton Tananaev | |
2016-07-08 | Support ADC for Galileo protocol | Anton Tananaev | |
2016-07-08 | Merge pull request #2087 from Abyss777/master | Anton Tananaev | |
Fix typo in GranitProtocolDecoder | |||
2016-07-07 | Fix typo in GranitProtocolDecoder | Abyss777 | |