Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-17 | Added AlertEventHandler & Mute button for all notifications | ninioe | |
2016-07-13 | changes Anton asked me | ninioe | |
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-06 | - Pt502 output_control fix. | drecchia | |
- Added command for set maxSpeed and sms timezone. | |||
2016-07-06 | Granit protocol implementation | Abyss777 | |
2016-06-26 | Added notifications via email | Abyss777 | |
Added notifications settings | |||
2016-06-18 | Merge pull request #2012 from Abyss777/master | Anton Tananaev | |
Implement Geofences on server side | |||
2016-06-18 | Implement command for PT502 protocol | Anton Tananaev | |
2016-06-16 | Added/updated license headers | Abyss777 | |
2016-06-14 | - Overlapping geofences | Abyss777 | |
- Simplified user-device link | |||
2016-06-10 | Geofences | Abyss777 | |
2016-05-31 | - Renamed eventTime to serverTime | Abyss777 | |
- Fixed bracket indentation | |||
2016-05-30 | - Style fixes (use lower camel case in all cases) | Abyss777 | |
- Added TYPE_prefix for event.type strings - Removed commented code - Removed "database.selectLastEvents" because it is not cross-database. Do the same via code. | |||
2016-05-26 | Events subsystem | Abyss777 | |
2016-05-26 | - Simplification of the hierarchy of models classes | Abyss777 | |
- Removed automatically founded unnecessary imports | |||
2016-05-25 | Remove unused model class | Anton Tananaev | |
2016-05-19 | - Added device identification on ping packet for Wondex protocol | Abyss777 | |
- Store result of command execution to "result" field of position - Fixed wrong class in WondexFrameDecoderTest | |||
2016-05-08 | Review fixes | Gábor Somogyi | |
2016-05-06 | Rename SupportedCommand to CommandType | Gábor Somogyi | |
2016-05-05 | Backend side model put back | Gabor Somogyi | |
2016-05-04 | Explicitly use ASCII charset | Anton Tananaev | |
2016-04-25 | Finish watch commands implementation | Anton Tananaev | |
2016-04-25 | Add some new command types | Anton Tananaev | |
2016-04-16 | Remove old web API service | Anton Tananaev | |
2016-03-20 | Support GL200 protocol motion report | Anton Tananaev | |
2016-03-19 | Add option to save original message | Anton Tananaev | |
2016-03-15 | Remove language from user and server | Anton Tananaev | |
2016-03-15 | Implement send SMS Meitrack command | Anton Tananaev | |
2016-03-13 | Add twelve hour format preference | Anton Tananaev | |
2016-03-11 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | Hans van den Elsen | |
2016-03-09 | Add parent field for device and group | Anton Tananaev | |
2016-03-08 | Add new and update old data models | Anton Tananaev | |
2016-02-24 | Decode additional GL200 protocol data | Anton Tananaev | |
2016-02-15 | Polishing up the custom commands for MiniFinder | Hans van den Elsen | |
Renamed Command.CUSTOM to TYPE_CUSTOM. Put the raw command in the 'raw' attribute instead as the key for one. | |||
2016-02-13 | Merge branch 'master' of https://github.com/tananaev/traccar | Hans van den Elsen | |
2016-02-12 | Added functionality to Minifinder protocol to send commands | Hans van den Elsen | |
2016-02-09 | Support GPS103 OBD messages (fix #1632) | Anton Tananaev | |
2016-01-21 | Fix Ulbotech frame and protocol decoders | Anton Tananaev | |
2015-12-27 | Remove dataId from Device model class | Anton Tananaev | |
2015-12-21 | Fix style issues and unused imports | Anton Tananaev | |
2015-12-20 | Fix some REST API minor issues | Anton Tananaev | |
2015-12-16 | Add readonly flag to server settings | Anton Tananaev | |
2015-12-07 | Replace factory method with reflection | Anton Tananaev | |
2015-12-03 | Implement command support for Meiligao | Anton Tananaev | |
2015-12-01 | Add session resource for authentication | Anton Tananaev | |
2015-11-19 | Mark LBS locations as approximate | Anton Tananaev | |
2015-11-16 | Add outdated position boolean flag | Anton Tananaev | |
2015-11-15 | Rename cell attribute to cid | Anton Tananaev | |
2015-11-11 | Add GPS103 request photo command | Anton Tananaev | |
2015-11-09 | Add initial code for device status | Anton Tananaev | |