Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-05 | - Removed OIL_CUT | Abyss777 | |
- Renamed guard to armed - Style fixes and optimizations | |||
2016-08-01 | Removed jamming | Abyss777 | |
2016-08-01 | - Added a few more protocols | Abyss777 | |
- Removed useless alarms - Optimizations | |||
2016-07-29 | Organized alarms in the first part of protocols | Abyss777 | |
2016-07-25 | Added group and server attributes | Abyss777 | |
2016-07-25 | Merge pull request #2149 from Abyss777/lastposition_reorganization | Anton Tananaev | |
Move lastPosition update to the end of pipeline | |||
2016-07-25 | - Move lastPosition update to the end of pipeline | Abyss777 | |
- Optimize MotionEventHandler to do not use Device.motion - Remove Device.motion from model and database - some optimizations | |||
2016-07-19 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-19 | changed to generic alarm type event | ninioe | |
2016-07-19 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-18 | - Added attributes to devices | Abyss777 | |
- Fixed license header for DeviceManager.java - Fixed editing attributes for not saved (new) object. | |||
2016-07-18 | Decode MiniFinder status flags | Anton Tananaev | |
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 | |